.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: #1e87f0;
  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: #1e87f0;
}
/* 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;
}
#a3461ae959a388a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a347fad049a0476 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a347fad049a0476 .datetime {
  flex-shrink: 0;
  margin-left: 20px;
}
#a347fad049a0476 .data-list .uk-card {
  border-bottom: 1px dashed #ececec;
}
#a347fad049a0476 .content-header .category {
  border-left: 3px solid #1e87f0;
  padding-left: 10px;
  line-height: 1;
}
#a347fad049a0476 .post-item {
  overflow: hidden;
}
#a347fad049a0476 .post-item .uk-button {
  color: #fff;
  background: #1e87f0;
  border-radius: 14px;
  line-height: 28px;
  padding: 0 25px;
}
#a347fad049a0476 .post-item {
  height: 100%;
  width: 100%;
}
#a347fad049a0476 .post-title {
  margin-bottom: 20px;
}
#a347fad049a0476 .date {
  font-size: 28px;
  font-weight: bolder;
}
#a347fad049a0476 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a347fad049a0476 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a347fad049a0476 .data-list .uk-card {
    padding: 10px 0;
  }
  #a347fad049a0476 .post-title {
    margin-bottom: 6px;
  }
  #a347fad049a0476 .mobile-date {
    color: #999;
    font-size: 12px;
  }
}
#a347fad049a0476 .data-list .uk-card {
  cursor: pointer !important;
}
#a347fad049a0476 .data-list .uk-card img {
  max-height: 300px;
}
#a347fad049a0476 .data-list .uk-card:hover {
  background: #fafafa;
}
#a347fad049a0476 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#a347fad049a0476 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a347fad049a0476 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a347fad049a0476 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a347fad049a0476 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a347fad049a0476 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a347fad049a0476 .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;
}
#a347fad049a0476 .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;
}
#a347fad049a0476 .uk-card .category:hover {
  background: #1e87f0;
}
#a347fad049a0476 .accordion-menu {
  width: 100%;
}
#a347fad049a0476 .accordion-menu ul ul.submenu,
#a347fad049a0476 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a347fad049a0476 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a347fad049a0476 .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;
}
#a347fad049a0476 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a347fad049a0476 .accordion-menu .menu-item.active > a {
  background: #1e87f0;
  color: #fff;
}
#a347fad049a0476 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#a347fad049a0476 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a347fad049a0476 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a347fad049a0476 .hot-list,
#a347fad049a0476 .new-list {
  padding: 12px;
}
#a347fad049a0476 .new-list a:hover,
#a347fad049a0476 .hot-list a:hover {
  color: #0f6ecd;
}
#a347fad049a0476 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a347fad049a0476 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a347fad049a0476 .hot-item:hover a {
  color: #0f6ecd;
}
#a347fad049a0476 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a347fad049a0476 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#a347fad049a0476 .content-header {
  padding: 10px 0 0;
}
#a347fad049a0476 .item-title {
  color: #333;
}
#a347fad049a0476 input::placeholder {
  color: #999;
}
#a347fad049a0476 .datetime {
  color: #999;
}
#a347fad049a0476 .new-item a {
  padding-left: 25px;
}
#a347fad049a0476 .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;
}
#aa613a51cda2698 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a347fad049a0476 [data-item*=".abstract"], #a347fad049a0476 [data-item*=".abstract"] a {show: true;}#a347fad049a0476 [data-item*=".subTitle"], #a347fad049a0476 [data-item*=".subTitle"] a {show: true;}#a347fad049a0476 [data-item*=".category"], #a347fad049a0476 [data-item*=".category"] a {show: true;}#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a12bda2983a4430 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afda5a9d35a1719 .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#afda5a9d35a1719 .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#afda5a9d35a1719 .abstract {
  white-space: pre-wrap;
}
#afda5a9d35a1719 .product-main {
  margin: 15px 0;
}
#afda5a9d35a1719 .disable-imglink .rich-img-wrap {
  cursor: default;
}
#afda5a9d35a1719 .video-box,
#afda5a9d35a1719 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#afda5a9d35a1719 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#afda5a9d35a1719 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#afda5a9d35a1719 .preview-box img {
  width: 100%;
}
#afda5a9d35a1719 .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;
}
#afda5a9d35a1719 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#afda5a9d35a1719 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#afda5a9d35a1719 .thumb-box {
  width: 100%;
  position: relative;
}
#afda5a9d35a1719 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#afda5a9d35a1719 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#afda5a9d35a1719 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#afda5a9d35a1719 .thumb-list {
  overflow: hidden;
}
#afda5a9d35a1719 .thumb-list ul {
  width: 100000px;
}
#afda5a9d35a1719 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#afda5a9d35a1719 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#afda5a9d35a1719 .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;
}
#afda5a9d35a1719 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#afda5a9d35a1719 .thumb-list ul li.active img {
  border-color: #1e87f0;
}
#afda5a9d35a1719 .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;
}
#afda5a9d35a1719 .zoom-box img {
  max-width: initial;
}
#afda5a9d35a1719 .uk-button-primary {
  font-size: 16px;
}
#afda5a9d35a1719 .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#afda5a9d35a1719 .questions .answer {
  font-size: 13px;
  color: #999;
}
#afda5a9d35a1719 .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #afda5a9d35a1719 .content-wrap {
    padding: 0;
  }
  #afda5a9d35a1719 .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #afda5a9d35a1719 .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#a2633a75d7a5f71 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a1639a9849a4cf6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4ec1a2065a72bf .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a4ec1a2065a72bf .datetime {
  flex-shrink: 0;
  margin-left: 20px;
}
#a4ec1a2065a72bf .data-list .uk-card {
  border-bottom: 1px dashed #ececec;
}
#a4ec1a2065a72bf .content-header .category {
  border-left: 3px solid #1e87f0;
  padding-left: 10px;
  line-height: 1;
}
#a4ec1a2065a72bf .post-item {
  overflow: hidden;
}
#a4ec1a2065a72bf .post-item .uk-button {
  color: #fff;
  background: #1e87f0;
  border-radius: 14px;
  line-height: 28px;
  padding: 0 25px;
}
#a4ec1a2065a72bf .post-item {
  height: 100%;
  width: 100%;
}
#a4ec1a2065a72bf .post-title {
  margin-bottom: 20px;
}
#a4ec1a2065a72bf .date {
  font-size: 28px;
  font-weight: bolder;
}
#a4ec1a2065a72bf .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a4ec1a2065a72bf .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a4ec1a2065a72bf .data-list .uk-card {
    padding: 10px 0;
  }
  #a4ec1a2065a72bf .post-title {
    margin-bottom: 6px;
  }
  #a4ec1a2065a72bf .mobile-date {
    color: #999;
    font-size: 12px;
  }
}
#a4ec1a2065a72bf .data-list .uk-card {
  cursor: pointer !important;
}
#a4ec1a2065a72bf .data-list .uk-card img {
  max-height: 300px;
}
#a4ec1a2065a72bf .data-list .uk-card:hover {
  background: #fafafa;
}
#a4ec1a2065a72bf .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#a4ec1a2065a72bf .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a4ec1a2065a72bf .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a4ec1a2065a72bf .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a4ec1a2065a72bf .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a4ec1a2065a72bf .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a4ec1a2065a72bf .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;
}
#a4ec1a2065a72bf .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;
}
#a4ec1a2065a72bf .uk-card .category:hover {
  background: #1e87f0;
}
#a4ec1a2065a72bf .accordion-menu {
  width: 100%;
}
#a4ec1a2065a72bf .accordion-menu ul ul.submenu,
#a4ec1a2065a72bf .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a4ec1a2065a72bf .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a4ec1a2065a72bf .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;
}
#a4ec1a2065a72bf .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a4ec1a2065a72bf .accordion-menu .menu-item.active > a {
  background: #1e87f0;
  color: #fff;
}
#a4ec1a2065a72bf .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#a4ec1a2065a72bf .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a4ec1a2065a72bf .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a4ec1a2065a72bf .hot-list,
#a4ec1a2065a72bf .new-list {
  padding: 12px;
}
#a4ec1a2065a72bf .new-list a:hover,
#a4ec1a2065a72bf .hot-list a:hover {
  color: #0f6ecd;
}
#a4ec1a2065a72bf .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a4ec1a2065a72bf .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a4ec1a2065a72bf .hot-item:hover a {
  color: #0f6ecd;
}
#a4ec1a2065a72bf .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a4ec1a2065a72bf .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#a4ec1a2065a72bf .content-header {
  padding: 10px 0 0;
}
#a4ec1a2065a72bf .item-title {
  color: #333;
}
#a4ec1a2065a72bf input::placeholder {
  color: #999;
}
#a4ec1a2065a72bf .datetime {
  color: #999;
}
#a4ec1a2065a72bf .new-item a {
  padding-left: 25px;
}
#a4ec1a2065a72bf .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;
}
#a8d0ea4093a2143 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a3461ae959a388a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2895a69fbab8ba .post-meta {
  color: #999;
}
#a2895a69fbab8ba .post-button a {
  color: #555;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  line-height: 2;
  padding: 0 20px;
  margin: 10px 4px 20px 4px;
  border: 2px solid #555;
}
@media (min-width: 992px) {
  #a2895a69fbab8ba .post-media img {
    width: 113%;
    max-width: 113%;
    margin: 0 -6.5%;
  }
}
#aa53baf807aa026 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a12bda2983a4430 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a50e3ac312ad0df .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#a50e3ac312ad0df .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#a50e3ac312ad0df .abstract {
  white-space: pre-wrap;
}
#a50e3ac312ad0df .product-main {
  margin: 15px 0;
}
#a50e3ac312ad0df .disable-imglink .rich-img-wrap {
  cursor: default;
}
#a50e3ac312ad0df .video-box,
#a50e3ac312ad0df .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#a50e3ac312ad0df .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a50e3ac312ad0df .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a50e3ac312ad0df .preview-box img {
  width: 100%;
}
#a50e3ac312ad0df .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;
}
#a50e3ac312ad0df .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a50e3ac312ad0df .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a50e3ac312ad0df .thumb-box {
  width: 100%;
  position: relative;
}
#a50e3ac312ad0df .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a50e3ac312ad0df .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a50e3ac312ad0df .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a50e3ac312ad0df .thumb-list {
  overflow: hidden;
}
#a50e3ac312ad0df .thumb-list ul {
  width: 100000px;
}
#a50e3ac312ad0df .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a50e3ac312ad0df .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a50e3ac312ad0df .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;
}
#a50e3ac312ad0df .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a50e3ac312ad0df .thumb-list ul li.active img {
  border-color: #1e87f0;
}
#a50e3ac312ad0df .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;
}
#a50e3ac312ad0df .zoom-box img {
  max-width: initial;
}
#a50e3ac312ad0df .uk-button-primary {
  font-size: 16px;
}
#a50e3ac312ad0df .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#a50e3ac312ad0df .questions .answer {
  font-size: 13px;
  color: #999;
}
#a50e3ac312ad0df .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #a50e3ac312ad0df .content-wrap {
    padding: 0;
  }
  #a50e3ac312ad0df .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #a50e3ac312ad0df .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#accb3aefd1abdd5 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25d9a7941a0142 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a25d9a7941a0142 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a25d9a7941a0142 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a25d9a7941a0142 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a25d9a7941a0142 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a25d9a7941a0142 .menu-list-expand .submenu-indicator {
  display: none;
}
#a25d9a7941a0142 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a25d9a7941a0142 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a25d9a7941a0142 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a25d9a7941a0142 .jquery-accordion-menu ul li a img,
#a25d9a7941a0142 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a25d9a7941a0142 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a25d9a7941a0142 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu,
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a25d9a7941a0142 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a25d9a7941a0142 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu.show,
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a25d9a7941a0142 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a25d9a7941a0142 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a25d9a7941a0142 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a03a3a9242aa684 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1206ae05fac758 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3038a207ea7644 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 42px;text-align: right;font-family: inherit;color: rgba(71, 184, 153, 1);}#a1c12aad0aac5ce > div {
        font-weight: bold;
        font-style: normal;
    font-size: 42px;text-align: right;font-family: inherit;color: rgba(71, 184, 153, 1);}#a0a2da2983a2ef0 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 42px;text-align: right;font-family: inherit;color: rgba(71, 184, 153, 1);}#a9059aa709a2170 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 42px;text-align: right;font-family: inherit;color: rgba(71, 184, 153, 1);}#a8f7aa298ea6adc > .ele-wrap {border-top-left-radius: 0px;border-top-right-radius: 40px;border-bottom-left-radius: 40px;border-bottom-right-radius: 0px;background-image: url(/resources/upload/a166da0eaca0534/1724136330287.jpeg);}#a8f7aa298ea6adc .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a8f7aa298ea6adc  > .ele-wrap:hover {background-image: url(/resources/upload/a166da0eaca0534/1724136328520.jpeg);}#a8f7aa298ea6adc .hover-content-wrap:nth-child(2)
                            {}#a54f5a68f3a13f0 , #a54f5a68f3a13f0 a{color: rgba(74, 144, 226, 1);}#a1608afa61af91f > .ele-wrap {border-top-left-radius: 0px;border-top-right-radius: 40px;border-bottom-left-radius: 40px;border-bottom-right-radius: 0px;background-image: url(/resources/upload/a166da0eaca0534/1724135862179.jpeg);}#a1608afa61af91f .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1608afa61af91f  > .ele-wrap:hover {background-image: url(/resources/upload/a166da0eaca0534/1724135859520.jpeg);}#a1608afa61af91f .hover-content-wrap:nth-child(2)
                            {}#abf24a5af1a2d7b , #abf24a5af1a2d7b a{color: rgba(74, 144, 226, 1);}#a52a8a4884aebd2 > .ele-wrap {border-top-left-radius: 0px;border-top-right-radius: 40px;border-bottom-left-radius: 40px;border-bottom-right-radius: 0px;background-image: url(/resources/upload/a166da0eaca0534/1724136471253.jpeg);}#a52a8a4884aebd2 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a52a8a4884aebd2  > .ele-wrap:hover {background-image: url(/resources/upload/a166da0eaca0534/1724136469099.jpeg);}#a52a8a4884aebd2 .hover-content-wrap:nth-child(2)
                            {}#ade0aa74d8a5414 , #ade0aa74d8a5414 a{color: rgba(74, 144, 226, 1);}#a4d08a80d2aaab8 > .ele-wrap {border-top-left-radius: 0px;border-top-right-radius: 40px;border-bottom-left-radius: 40px;border-bottom-right-radius: 0px;background-image: url(/resources/upload/a166da0eaca0534/1724135114300.jpeg);box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);}#a4d08a80d2aaab8 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4d08a80d2aaab8  > .ele-wrap:hover {background-image: url(/resources/upload/a166da0eaca0534/1724134806975.jpeg);}#a4d08a80d2aaab8 .hover-content-wrap:nth-child(2)
                            {}#a614da1af9a53b5 , #a614da1af9a53b5 a{color: rgba(74, 144, 226, 1);}#ac977ae766ad887 > .ele-wrap {background-image: url(/resources/upload/a166da0eaca0534/1724136659862.jpeg);border-top-left-radius: 0px;border-top-right-radius: 40px;border-bottom-left-radius: 40px;border-bottom-right-radius: 0px;}#ac977ae766ad887  > .ele-wrap:hover {background-image: url(/resources/upload/a166da0eaca0534/1724136657417.jpeg);}#a5363a4902af105 , #a5363a4902af105 a{color: rgba(74, 144, 226, 1);}#a42e2ae600a52df [data-item="undefined"] {border-radius: 100px;}#a8b6da882da27f1 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: solid;border-top-color: rgba(71, 184, 153, 1);border-left-width: 4px;border-left-color: rgba(71, 184, 153, 1);border-right-color: rgba(71, 184, 153, 1);border-bottom-color: rgba(71, 184, 153, 1);border-right-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a6210ad64ea69d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: none;border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 2px 0px 2px undefined;}#a6210ad64ea69d2  > .ele-wrap:hover {background-color: rgba(71, 184, 153, 1);color: #ffffff;}#a6210ad64ea69d2:hover * {color: #ffffff  !important}
                            #a6210ad64ea69d2:hover .line{border-color: #ffffff  !important}#a55c7ac558a0bfa , #a55c7ac558a0bfa a{color: rgba(71, 184, 153, 1);}#a8517a9a1da958b , #a8517a9a1da958b a{color: rgba(71, 184, 153, 1);}#aa156a1bbeae63a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: solid;border-top-color: rgba(71, 184, 153, 1);border-left-width: 4px;border-left-color: rgba(71, 184, 153, 1);border-right-color: rgba(71, 184, 153, 1);border-bottom-color: rgba(71, 184, 153, 1);border-right-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a39e5a1864aae60 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: none;border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 2px 0px 2px undefined;}#a39e5a1864aae60  > .ele-wrap:hover {background-color: rgba(71, 184, 153, 1);color: #ffffff;}#a39e5a1864aae60:hover * {color: #ffffff  !important}
                            #a39e5a1864aae60:hover .line{border-color: #ffffff  !important}#ac7eca7792a4fd7 , #ac7eca7792a4fd7 a{color: rgba(71, 184, 153, 1);}#a1bd1aacd4a0db0 , #a1bd1aacd4a0db0 a{color: rgba(71, 184, 153, 1);}#a29d7a06d7a7d77 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: solid;border-top-color: rgba(71, 184, 153, 1);border-left-width: 4px;border-left-color: rgba(71, 184, 153, 1);border-right-color: rgba(71, 184, 153, 1);border-bottom-color: rgba(71, 184, 153, 1);border-right-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a3447a1431acaf8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: none;border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 2px 0px 2px undefined;}#a3447a1431acaf8  > .ele-wrap:hover {background-color: rgba(71, 184, 153, 1);color: #ffffff;}#a3447a1431acaf8:hover * {color: #ffffff  !important}
                            #a3447a1431acaf8:hover .line{border-color: #ffffff  !important}#a7641aa18ea45c2 , #a7641aa18ea45c2 a{color: rgba(71, 184, 153, 1);}#a1f0ba213ca36bc , #a1f0ba213ca36bc a{color: rgba(71, 184, 153, 1);}#a3e6aa01fda1316 > .ele-wrap {background-color: rgba(0, 0, 0, 0.7);}#a3e6aa01fda1316  > .ele-wrap:hover {background-color: rgba(0, 0, 0, 0.3);}#a2b39a0850a37f2 , #a2b39a0850a37f2 a{color: rgba(255, 255, 255, 1);}#ad7a8a6467a2dd4 , #ad7a8a6467a2dd4 a{color: rgba(255, 255, 255, 1);}#ada2baa7e3a227d > .ele-wrap {background-color: rgba(0, 0, 0, 0.7);}#ada2baa7e3a227d  > .ele-wrap:hover {background-color: rgba(0, 0, 0, 0.3);}#a177ead136ab4fe , #a177ead136ab4fe a{color: rgba(255, 255, 255, 1);}#af98aaf5a8ac8b0 , #af98aaf5a8ac8b0 a{color: rgba(255, 255, 255, 1);}#a470aa8258a3455 > .ele-wrap {background-color: rgba(0, 0, 0, 0.7);}#a470aa8258a3455  > .ele-wrap:hover {background-color: rgba(0, 0, 0, 0.3);}#abe99a4497a7492 , #abe99a4497a7492 a{color: rgba(255, 255, 255, 1);}#a7a32a6e89a60d2 , #a7a32a6e89a60d2 a{color: rgba(255, 255, 255, 1);}#af1e3abd35a4fcf > .ele-wrap {background-color: rgba(0, 0, 0, 0.7);}#af1e3abd35a4fcf  > .ele-wrap:hover {background-color: rgba(0, 0, 0, 0.3);}#a718ea9bf4a2192 , #a718ea9bf4a2192 a{color: rgba(255, 255, 255, 1);}#a44f9ad23daf97c , #a44f9ad23daf97c a{color: rgba(255, 255, 255, 1);}#a62ceab3d9a3169 > .ele-wrap {background-color: rgba(0, 0, 0, 0.7);}#a62ceab3d9a3169  > .ele-wrap:hover {background-color: rgba(0, 0, 0, 0.3);}#ac459aa8f2aa926 , #ac459aa8f2aa926 a{color: rgba(255, 255, 255, 1);}#a0800a70daa27b8 , #a0800a70daa27b8 a{color: rgba(255, 255, 255, 1);}#ad3bea52b4a5aea > .ele-wrap {background-color: rgba(0, 0, 0, 0.7);}#ad3bea52b4a5aea  > .ele-wrap:hover {background-color: rgba(0, 0, 0, 0.3);}#a0acfa002cace93 , #a0acfa002cace93 a{color: rgba(255, 255, 255, 1);}#a73f4af5d3acdc3 , #a73f4af5d3acdc3 a{color: rgba(255, 255, 255, 1);}#ac075ad53ca8d83 .img-wrap {
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}
#a466cac832a2a83 .img-wrap {
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}
#a0bbdaf710a72b2 .img-wrap {
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a24e1ad0fcaa01d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aea13a460da1259 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a035eafcffa81c7 {
  overflow: hidden;
}
#a7643a0a96ac404 .a0b8ca3875ae0fe {
  overflow: hidden;
}
#a7643a0a96ac404 .a0b8ca3875ae0fe , #a7643a0a96ac404 .a0b8ca3875ae0fe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a7643a0a96ac404 .ae53ba3d27abd4d .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a7643a0a96ac404 .a4bdaa6998a1589 {
  overflow: hidden;
}
#a7643a0a96ac404 .a4bdaa6998a1589 , #a7643a0a96ac404 .a4bdaa6998a1589 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a7643a0a96ac404 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a7643a0a96ac404 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7643a0a96ac404 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7643a0a96ac404 .uk-position-center-left-out {
    left: -30px;
  }
  #a7643a0a96ac404 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7439a07c6a29a8 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a7439a07c6a29a8 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7439a07c6a29a8 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7439a07c6a29a8 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7439a07c6a29a8 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul li a img,
#a7439a07c6a29a8 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7439a07c6a29a8 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7439a07c6a29a8 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu,
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7439a07c6a29a8 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7439a07c6a29a8 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu.show,
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7439a07c6a29a8 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a7439a07c6a29a8 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a8e7fadb24a0f37 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7702a759da723c .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a48a3a527ea76cf {
  overflow: hidden;
}
#a8d09ac96eaf377 .ad92da097fa0dba {
  overflow: hidden;
}
#a8d09ac96eaf377 .ad92da097fa0dba , #a8d09ac96eaf377 .ad92da097fa0dba > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a8d09ac96eaf377 .a389aab212ac514 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a8d09ac96eaf377 .a8ab5afecda3cf2 {
  overflow: hidden;
}
#a8d09ac96eaf377 .a8ab5afecda3cf2 , #a8d09ac96eaf377 .a8ab5afecda3cf2 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a8d09ac96eaf377 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a8d09ac96eaf377 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8d09ac96eaf377 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8d09ac96eaf377 .uk-position-center-left-out {
    left: -30px;
  }
  #a8d09ac96eaf377 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af903ada8dad236 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af903ada8dad236 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#af903ada8dad236 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#af903ada8dad236 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#af903ada8dad236 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#af903ada8dad236 .menu-list-expand .submenu-indicator {
  display: none;
}
#af903ada8dad236 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#af903ada8dad236 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#af903ada8dad236 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#af903ada8dad236 .jquery-accordion-menu ul li a img,
#af903ada8dad236 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#af903ada8dad236 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#af903ada8dad236 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu,
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#af903ada8dad236 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#af903ada8dad236 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu.show,
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#af903ada8dad236 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#af903ada8dad236 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#af903ada8dad236 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#abe90a392dab4eb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5983a2c5baa52a .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad5fda952aac57b {
  overflow: hidden;
}
#ab51fa5b2eab8d7 .a05d9ac529affb3 {
  overflow: hidden;
}
#ab51fa5b2eab8d7 .a05d9ac529affb3 , #ab51fa5b2eab8d7 .a05d9ac529affb3 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#ab51fa5b2eab8d7 .a1a14a8a69ae0dd .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ab51fa5b2eab8d7 .afd6ba6914a3326 {
  overflow: hidden;
}
#ab51fa5b2eab8d7 .afd6ba6914a3326 , #ab51fa5b2eab8d7 .afd6ba6914a3326 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#ab51fa5b2eab8d7 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#ab51fa5b2eab8d7 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ab51fa5b2eab8d7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab51fa5b2eab8d7 .uk-position-center-left-out {
    left: -30px;
  }
  #ab51fa5b2eab8d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3a2ea9182ad427 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3a2ea9182ad427 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a3a2ea9182ad427 .menu-list-expand .submenu-indicator {
  display: none;
}
#a3a2ea9182ad427 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a3a2ea9182ad427 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul li a img,
#a3a2ea9182ad427 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a3a2ea9182ad427 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a3a2ea9182ad427 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu,
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a3a2ea9182ad427 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a3a2ea9182ad427 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu.show,
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a3a2ea9182ad427 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a3a2ea9182ad427 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a03a3a9242aa684 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0d66aeb17ac49f .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0468ad4a0a3e9e > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724724681550.jpeg);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 35px;border-top-right-radius: 35px;}#ad00dae10cad03f > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724724678010.jpeg);background-size: cover;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 35px;border-top-right-radius: 35px;}#ae685a1cc3a925b > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724133694320.jpeg);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 35px;border-top-right-radius: 35px;}#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9831ad97fabb7a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adc39aca7bad396 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1e16aa01ea2c3b {
  overflow: hidden;
}
#a2764a2efea03b4 .a4d05a8807a4898 {
  overflow: hidden;
}
#a2764a2efea03b4 .a4d05a8807a4898 , #a2764a2efea03b4 .a4d05a8807a4898 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a2764a2efea03b4 .aa19ea1b72a46c7 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a2764a2efea03b4 .a0261ac19da6b0c {
  overflow: hidden;
}
#a2764a2efea03b4 .a0261ac19da6b0c , #a2764a2efea03b4 .a0261ac19da6b0c > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a2764a2efea03b4 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a2764a2efea03b4 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2764a2efea03b4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2764a2efea03b4 .uk-position-center-left-out {
    left: -30px;
  }
  #a2764a2efea03b4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7feda0bb6aa474 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a7feda0bb6aa474 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a7feda0bb6aa474 .menu-list-expand .submenu-indicator {
  display: none;
}
#a7feda0bb6aa474 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a7feda0bb6aa474 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul li a img,
#a7feda0bb6aa474 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a7feda0bb6aa474 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a7feda0bb6aa474 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu,
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a7feda0bb6aa474 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a7feda0bb6aa474 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu.show,
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a7feda0bb6aa474 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a7feda0bb6aa474 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a125cad62ca91e9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adef3a54ffa56a2 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a06cba958fa40ec {
  overflow: hidden;
}
#aa00ba4622a23b3 .a37d7a28f8a461a {
  overflow: hidden;
}
#aa00ba4622a23b3 .a37d7a28f8a461a , #aa00ba4622a23b3 .a37d7a28f8a461a > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#aa00ba4622a23b3 .afb22af32bafb68 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aa00ba4622a23b3 .a6317aeeb8aec8f {
  overflow: hidden;
}
#aa00ba4622a23b3 .a6317aeeb8aec8f , #aa00ba4622a23b3 .a6317aeeb8aec8f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#aa00ba4622a23b3 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#aa00ba4622a23b3 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aa00ba4622a23b3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa00ba4622a23b3 .uk-position-center-left-out {
    left: -30px;
  }
  #aa00ba4622a23b3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a61cfa2171a7838 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a61cfa2171a7838 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a61cfa2171a7838 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a61cfa2171a7838 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a61cfa2171a7838 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a61cfa2171a7838 .menu-list-expand .submenu-indicator {
  display: none;
}
#a61cfa2171a7838 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a61cfa2171a7838 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a61cfa2171a7838 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a61cfa2171a7838 .jquery-accordion-menu ul li a img,
#a61cfa2171a7838 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a61cfa2171a7838 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a61cfa2171a7838 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu,
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a61cfa2171a7838 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a61cfa2171a7838 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu.show,
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a61cfa2171a7838 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a61cfa2171a7838 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a61cfa2171a7838 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a35bcad17aa1a00 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a71fca42e2ad6f4 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a61deac229a573f > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe84af609a90b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: inherit;color: rgba(74, 74, 74, 1);}#abe84af609a90b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a13cdad1c4ad2e9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a13cdad1c4ad2e9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#acf92a3205a683a > .ele-wrap {background-color: rgba(55, 146, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a90b4a8eeba77e6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1d2ba3dc3a2fa8 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abcb7a4f42a95df {
  overflow: hidden;
}
#af3dda4148aa83a .a93efadbe0a3462 {
  overflow: hidden;
}
#af3dda4148aa83a .a93efadbe0a3462 , #af3dda4148aa83a .a93efadbe0a3462 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#af3dda4148aa83a .a78e5aab05a9928 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#af3dda4148aa83a .af820aded2a3117 {
  overflow: hidden;
}
#af3dda4148aa83a .af820aded2a3117 , #af3dda4148aa83a .af820aded2a3117 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#af3dda4148aa83a .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#af3dda4148aa83a .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#af3dda4148aa83a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af3dda4148aa83a .uk-position-center-left-out {
    left: -30px;
  }
  #af3dda4148aa83a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af479a89aaaa995 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af479a89aaaa995 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#af479a89aaaa995 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#af479a89aaaa995 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#af479a89aaaa995 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#af479a89aaaa995 .menu-list-expand .submenu-indicator {
  display: none;
}
#af479a89aaaa995 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#af479a89aaaa995 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#af479a89aaaa995 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#af479a89aaaa995 .jquery-accordion-menu ul li a img,
#af479a89aaaa995 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#af479a89aaaa995 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#af479a89aaaa995 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu,
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#af479a89aaaa995 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#af479a89aaaa995 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu.show,
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#af479a89aaaa995 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#af479a89aaaa995 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#af479a89aaaa995 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a762aad0cda4373 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a506daf5b2aa954 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a34e2a0228aae1e {
  overflow: hidden;
}
#a89b9a0c15a4e3e .a31a1a9494a8b51 {
  overflow: hidden;
}
#a89b9a0c15a4e3e .a31a1a9494a8b51 , #a89b9a0c15a4e3e .a31a1a9494a8b51 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a89b9a0c15a4e3e .a3d9dacc2aaab36 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a89b9a0c15a4e3e .a05caaa431a117a {
  overflow: hidden;
}
#a89b9a0c15a4e3e .a05caaa431a117a , #a89b9a0c15a4e3e .a05caaa431a117a > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a89b9a0c15a4e3e .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a89b9a0c15a4e3e .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a89b9a0c15a4e3e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a89b9a0c15a4e3e .uk-position-center-left-out {
    left: -30px;
  }
  #a89b9a0c15a4e3e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0c39a2dd5a44d3 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a0c39a2dd5a44d3 .menu-list-expand .submenu-indicator {
  display: none;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul li a img,
#a0c39a2dd5a44d3 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu,
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a0c39a2dd5a44d3 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu.show,
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a0c39a2dd5a44d3 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a81fdae8a8aeed0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0bc5a27caa2e47 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a74fda5cc8a19dd {
  overflow: hidden;
}
#a5103a1d12a4411 .ae32fac9c3ad34d {
  overflow: hidden;
}
#a5103a1d12a4411 .ae32fac9c3ad34d , #a5103a1d12a4411 .ae32fac9c3ad34d > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a5103a1d12a4411 .af048ae167a6d26 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5103a1d12a4411 .a070aa7a43a373b {
  overflow: hidden;
}
#a5103a1d12a4411 .a070aa7a43a373b , #a5103a1d12a4411 .a070aa7a43a373b > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a5103a1d12a4411 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a5103a1d12a4411 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a5103a1d12a4411 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5103a1d12a4411 .uk-position-center-left-out {
    left: -30px;
  }
  #a5103a1d12a4411 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a334ea402aa2ae8 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a334ea402aa2ae8 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a334ea402aa2ae8 .menu-list-expand .submenu-indicator {
  display: none;
}
#a334ea402aa2ae8 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a334ea402aa2ae8 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul li a img,
#a334ea402aa2ae8 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a334ea402aa2ae8 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a334ea402aa2ae8 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu,
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a334ea402aa2ae8 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a334ea402aa2ae8 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu.show,
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a334ea402aa2ae8 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a334ea402aa2ae8 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a2f53a0826ad07a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a08a1a7019a47a9 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#acac8ae8c6a3c38 {
  overflow: hidden;
}
#abab5a52f8a9b4e .a2719a6efaadc51 {
  overflow: hidden;
}
#abab5a52f8a9b4e .a2719a6efaadc51 , #abab5a52f8a9b4e .a2719a6efaadc51 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(74, 144, 226, 1);}#abab5a52f8a9b4e .a28a0af5d8a2244 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#abab5a52f8a9b4e .a4fb7a6115a3bef {
  overflow: hidden;
}
#abab5a52f8a9b4e .a4fb7a6115a3bef , #abab5a52f8a9b4e .a4fb7a6115a3bef > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#abab5a52f8a9b4e .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#abab5a52f8a9b4e .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abab5a52f8a9b4e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abab5a52f8a9b4e .uk-position-center-left-out {
    left: -30px;
  }
  #abab5a52f8a9b4e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6889a5df3a0e44 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6889a5df3a0e44 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a6889a5df3a0e44 .menu-list-expand .submenu-indicator {
  display: none;
}
#a6889a5df3a0e44 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a6889a5df3a0e44 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul li a img,
#a6889a5df3a0e44 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a6889a5df3a0e44 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a6889a5df3a0e44 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu,
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a6889a5df3a0e44 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a6889a5df3a0e44 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu.show,
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a6889a5df3a0e44 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6889a5df3a0e44 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a549da6f3ea586c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a759eabe5daa98c .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af043a8a89a86f1 {
  overflow: hidden;
}
#ad8afaec9fafbe8 .ae0c4ab9f7a2a71 {
  overflow: hidden;
}
#ad8afaec9fafbe8 .ae0c4ab9f7a2a71 , #ad8afaec9fafbe8 .ae0c4ab9f7a2a71 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(74, 144, 226, 1);}#ad8afaec9fafbe8 .a9d3ea6a66a06cd .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ad8afaec9fafbe8 .a0083a999ea118f {
  overflow: hidden;
}
#ad8afaec9fafbe8 .a0083a999ea118f , #ad8afaec9fafbe8 .a0083a999ea118f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#ad8afaec9fafbe8 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#ad8afaec9fafbe8 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad8afaec9fafbe8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad8afaec9fafbe8 .uk-position-center-left-out {
    left: -30px;
  }
  #ad8afaec9fafbe8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a29a6a81c6abf92 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a29a6a81c6abf92 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a29a6a81c6abf92 .menu-list-expand .submenu-indicator {
  display: none;
}
#a29a6a81c6abf92 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a29a6a81c6abf92 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul li a img,
#a29a6a81c6abf92 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a29a6a81c6abf92 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a29a6a81c6abf92 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu,
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a29a6a81c6abf92 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a29a6a81c6abf92 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu.show,
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a29a6a81c6abf92 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a29a6a81c6abf92 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aa9c2ac616aecba .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7b0fae601a64d5 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac75ea4586a1ac6 {
  overflow: hidden;
}
#aefa4a23a1a5270 .ac559ad077a0a4c {
  overflow: hidden;
}
#aefa4a23a1a5270 .ac559ad077a0a4c , #aefa4a23a1a5270 .ac559ad077a0a4c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#aefa4a23a1a5270 .ae7b6a61faa7c2c .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aefa4a23a1a5270 .a49f1aa185afa7e {
  overflow: hidden;
}
#aefa4a23a1a5270 .a49f1aa185afa7e , #aefa4a23a1a5270 .a49f1aa185afa7e > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#aefa4a23a1a5270 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#aefa4a23a1a5270 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aefa4a23a1a5270 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aefa4a23a1a5270 .uk-position-center-left-out {
    left: -30px;
  }
  #aefa4a23a1a5270 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a843dacf12a43dc .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a843dacf12a43dc .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a843dacf12a43dc .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a843dacf12a43dc .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a843dacf12a43dc .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a843dacf12a43dc .menu-list-expand .submenu-indicator {
  display: none;
}
#a843dacf12a43dc .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a843dacf12a43dc .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a843dacf12a43dc .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a843dacf12a43dc .jquery-accordion-menu ul li a img,
#a843dacf12a43dc .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a843dacf12a43dc .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a843dacf12a43dc .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu,
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a843dacf12a43dc .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a843dacf12a43dc .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu.show,
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a843dacf12a43dc .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a843dacf12a43dc .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a843dacf12a43dc .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a4b43ad97dab6c2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4200a318da00db .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab463afd75a8fa7 {
  overflow: hidden;
}
#aac6cae3b1afe95 .aeebbae62fa17b2 {
  overflow: hidden;
}
#aac6cae3b1afe95 .aeebbae62fa17b2 , #aac6cae3b1afe95 .aeebbae62fa17b2 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#aac6cae3b1afe95 .adce8a67b1a0cdf .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aac6cae3b1afe95 .a550ca78b7a6b62 {
  overflow: hidden;
}
#aac6cae3b1afe95 .a550ca78b7a6b62 , #aac6cae3b1afe95 .a550ca78b7a6b62 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#aac6cae3b1afe95 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#aac6cae3b1afe95 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aac6cae3b1afe95 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aac6cae3b1afe95 .uk-position-center-left-out {
    left: -30px;
  }
  #aac6cae3b1afe95 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6859a9bd1a1297 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6859a9bd1a1297 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a6859a9bd1a1297 .menu-list-expand .submenu-indicator {
  display: none;
}
#a6859a9bd1a1297 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a6859a9bd1a1297 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul li a img,
#a6859a9bd1a1297 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a6859a9bd1a1297 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a6859a9bd1a1297 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu,
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a6859a9bd1a1297 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a6859a9bd1a1297 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu.show,
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a6859a9bd1a1297 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6859a9bd1a1297 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a44eeacaffad7b3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adc6aa749aaff57 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a975da2441ae319 {
  overflow: hidden;
}
#ae0d8a38f7aa55e .acb45a7a02a864f {
  overflow: hidden;
}
#ae0d8a38f7aa55e .acb45a7a02a864f , #ae0d8a38f7aa55e .acb45a7a02a864f > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#ae0d8a38f7aa55e .a8dd1a68f8a2ee5 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ae0d8a38f7aa55e .a5377a1407a77fe {
  overflow: hidden;
}
#ae0d8a38f7aa55e .a5377a1407a77fe , #ae0d8a38f7aa55e .a5377a1407a77fe > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#ae0d8a38f7aa55e .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#ae0d8a38f7aa55e .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae0d8a38f7aa55e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae0d8a38f7aa55e .uk-position-center-left-out {
    left: -30px;
  }
  #ae0d8a38f7aa55e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a22d4a3181a542d .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a22d4a3181a542d .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a22d4a3181a542d .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a22d4a3181a542d .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a22d4a3181a542d .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a22d4a3181a542d .menu-list-expand .submenu-indicator {
  display: none;
}
#a22d4a3181a542d .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a22d4a3181a542d .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a22d4a3181a542d .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a22d4a3181a542d .jquery-accordion-menu ul li a img,
#a22d4a3181a542d .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a22d4a3181a542d .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a22d4a3181a542d .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu,
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a22d4a3181a542d .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a22d4a3181a542d .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu.show,
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a22d4a3181a542d .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a22d4a3181a542d .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a22d4a3181a542d .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a76baa33c6abfac .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a584ea1406a7ed6 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ace52aeeeda6296 {
  overflow: hidden;
}
#a7581aee22ab6f1 .ab82dadfc3aaa63 {
  overflow: hidden;
}
#a7581aee22ab6f1 .ab82dadfc3aaa63 , #a7581aee22ab6f1 .ab82dadfc3aaa63 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a7581aee22ab6f1 .accb9a47b9af1dd .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a7581aee22ab6f1 .a5acda78e1a0fdd {
  overflow: hidden;
}
#a7581aee22ab6f1 .a5acda78e1a0fdd , #a7581aee22ab6f1 .a5acda78e1a0fdd > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a7581aee22ab6f1 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a7581aee22ab6f1 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7581aee22ab6f1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7581aee22ab6f1 .uk-position-center-left-out {
    left: -30px;
  }
  #a7581aee22ab6f1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a68eaa7c1dacec1 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a68eaa7c1dacec1 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a68eaa7c1dacec1 .menu-list-expand .submenu-indicator {
  display: none;
}
#a68eaa7c1dacec1 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a68eaa7c1dacec1 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul li a img,
#a68eaa7c1dacec1 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a68eaa7c1dacec1 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a68eaa7c1dacec1 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu,
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a68eaa7c1dacec1 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a68eaa7c1dacec1 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu.show,
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a68eaa7c1dacec1 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a68eaa7c1dacec1 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aea89aa2b1a600b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a77c7a5606aec7e .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aeba4a444dae8f4 {
  overflow: hidden;
}
#aa8eca3501adbb1 {
  overflow: hidden;
}
#a73bea2a43a2ce7 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a73bea2a43a2ce7 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a73bea2a43a2ce7 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a73bea2a43a2ce7 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a73bea2a43a2ce7 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a73bea2a43a2ce7 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a73bea2a43a2ce7 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a73bea2a43a2ce7 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a73bea2a43a2ce7 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a73bea2a43a2ce7 .ele-article-list .pic-article {
  padding: 25px 0px;
  border-bottom: 1px solid #ececec;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a73bea2a43a2ce7 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a73bea2a43a2ce7 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a73bea2a43a2ce7 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a73bea2a43a2ce7 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a73bea2a43a2ce7 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ae0c3a2588abf2d > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9ba1ad3a51ed a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a5d9ba1ad3a51ed a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af012a9f2fa8334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: inherit;color: rgba(74, 74, 74, 1);}#af012a9f2fa8334 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a398ba05c4aa14b > .ele-wrap {background-color: rgba(55, 146, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aed91a00c8a4a9c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a51ceaf280a49ab .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aceeba9b34a4af2 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724746011365.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f80a4cd5a7006 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1723431536768.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a12bda28e9a911b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa365ac873a62b6 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#acee8addfea2376 {
  overflow: hidden;
}
#a227eaeb9baf39d .a27f2a38caa47ad {
  overflow: hidden;
}
#a227eaeb9baf39d .a27f2a38caa47ad , #a227eaeb9baf39d .a27f2a38caa47ad > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a227eaeb9baf39d .a75aca09c4a5f56 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a227eaeb9baf39d .ae0c8a1db3ac40f {
  overflow: hidden;
}
#a227eaeb9baf39d .ae0c8a1db3ac40f , #a227eaeb9baf39d .ae0c8a1db3ac40f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a227eaeb9baf39d .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a227eaeb9baf39d .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a227eaeb9baf39d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a227eaeb9baf39d .uk-position-center-left-out {
    left: -30px;
  }
  #a227eaeb9baf39d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adc38aa068af9b7 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#adc38aa068af9b7 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#adc38aa068af9b7 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#adc38aa068af9b7 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#adc38aa068af9b7 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#adc38aa068af9b7 .menu-list-expand .submenu-indicator {
  display: none;
}
#adc38aa068af9b7 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#adc38aa068af9b7 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#adc38aa068af9b7 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#adc38aa068af9b7 .jquery-accordion-menu ul li a img,
#adc38aa068af9b7 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#adc38aa068af9b7 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#adc38aa068af9b7 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu,
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#adc38aa068af9b7 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#adc38aa068af9b7 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu.show,
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#adc38aa068af9b7 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#adc38aa068af9b7 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#adc38aa068af9b7 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a2630a9713a77af .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aac19ad382a04df .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5482ad4e8a1d45 {
  overflow: hidden;
}
#a3af4a3f1ba93d2 .a929fa8387a8c30 {
  overflow: hidden;
}
#a3af4a3f1ba93d2 .a929fa8387a8c30 , #a3af4a3f1ba93d2 .a929fa8387a8c30 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a3af4a3f1ba93d2 .ac591ab8e4a7402 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a3af4a3f1ba93d2 .a265aa6f5babfbe {
  overflow: hidden;
}
#a3af4a3f1ba93d2 .a265aa6f5babfbe , #a3af4a3f1ba93d2 .a265aa6f5babfbe > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a3af4a3f1ba93d2 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a3af4a3f1ba93d2 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3af4a3f1ba93d2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3af4a3f1ba93d2 .uk-position-center-left-out {
    left: -30px;
  }
  #a3af4a3f1ba93d2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6976a27cbafe17 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6976a27cbafe17 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a6976a27cbafe17 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a6976a27cbafe17 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a6976a27cbafe17 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a6976a27cbafe17 .menu-list-expand .submenu-indicator {
  display: none;
}
#a6976a27cbafe17 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a6976a27cbafe17 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a6976a27cbafe17 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a6976a27cbafe17 .jquery-accordion-menu ul li a img,
#a6976a27cbafe17 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a6976a27cbafe17 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a6976a27cbafe17 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu,
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a6976a27cbafe17 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a6976a27cbafe17 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu.show,
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a6976a27cbafe17 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a6976a27cbafe17 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6976a27cbafe17 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aaa54a3137aed32 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a016faee31a8280 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8bdaafec0ab0ec {
  overflow: hidden;
}
#a19b1a85b4ab1b7 .ac046a6787a6afc {
  overflow: hidden;
}
#a19b1a85b4ab1b7 .ac046a6787a6afc , #a19b1a85b4ab1b7 .ac046a6787a6afc > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a19b1a85b4ab1b7 .a644faed3da5e54 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a19b1a85b4ab1b7 .a3b10a4b3ea0217 {
  overflow: hidden;
}
#a19b1a85b4ab1b7 .a3b10a4b3ea0217 , #a19b1a85b4ab1b7 .a3b10a4b3ea0217 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .menu-list-expand .submenu-indicator {
  display: none;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul li a img,
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu,
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu.show,
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #ec9b9b;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a19b1a85b4ab1b7 .a4026a171fac5af .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a19b1a85b4ab1b7 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a19b1a85b4ab1b7 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a19b1a85b4ab1b7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a19b1a85b4ab1b7 .uk-position-center-left-out {
    left: -30px;
  }
  #a19b1a85b4ab1b7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9e54a9090a274f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab3c0abe2aafc6e .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3050a79c6ab312 {
  overflow: hidden;
}
#a8f3dad0d4afd66 .ad592a070eae511 {
  overflow: hidden;
}
#a8f3dad0d4afd66 .ad592a070eae511 , #a8f3dad0d4afd66 .ad592a070eae511 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a8f3dad0d4afd66 .ad9b5a8df6a1ca0 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a8f3dad0d4afd66 .a7868a5a1ea6740 {
  overflow: hidden;
}
#a8f3dad0d4afd66 .a7868a5a1ea6740 , #a8f3dad0d4afd66 .a7868a5a1ea6740 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a8f3dad0d4afd66 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a8f3dad0d4afd66 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8f3dad0d4afd66 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8f3dad0d4afd66 .uk-position-center-left-out {
    left: -30px;
  }
  #a8f3dad0d4afd66 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae0c7a86c5aa6ca .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ae0c7a86c5aa6ca .menu-list-expand .submenu-indicator {
  display: none;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul li a img,
#ae0c7a86c5aa6ca .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu,
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ae0c7a86c5aa6ca .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu.show,
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#ae0c7a86c5aa6ca .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a2173a1050a82ff .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3020a130ca1acc .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a14d1ae172aa4bb {
  overflow: hidden;
}
#aeff2a80cdaaa52 .a80daa8092a80b1 {
  overflow: hidden;
}
#aeff2a80cdaaa52 .a80daa8092a80b1 , #aeff2a80cdaaa52 .a80daa8092a80b1 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#aeff2a80cdaaa52 .ad614a9fc1aaba2 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aeff2a80cdaaa52 .a9ecaab39aa3a05 {
  overflow: hidden;
}
#aeff2a80cdaaa52 .a9ecaab39aa3a05 , #aeff2a80cdaaa52 .a9ecaab39aa3a05 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#aeff2a80cdaaa52 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#aeff2a80cdaaa52 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aeff2a80cdaaa52 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aeff2a80cdaaa52 .uk-position-center-left-out {
    left: -30px;
  }
  #aeff2a80cdaaa52 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6546a2c46a289c .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6546a2c46a289c .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a6546a2c46a289c .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a6546a2c46a289c .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a6546a2c46a289c .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a6546a2c46a289c .menu-list-expand .submenu-indicator {
  display: none;
}
#a6546a2c46a289c .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a6546a2c46a289c .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a6546a2c46a289c .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a6546a2c46a289c .jquery-accordion-menu ul li a img,
#a6546a2c46a289c .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a6546a2c46a289c .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a6546a2c46a289c .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu,
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a6546a2c46a289c .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a6546a2c46a289c .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu.show,
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a6546a2c46a289c .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a6546a2c46a289c .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6546a2c46a289c .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a81dfa68e4a9072 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa4b1aef7bac70f .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aab43a795ba3695 {
  overflow: hidden;
}
#abea7aae85ab33c .ae124a4cd5a352a {
  overflow: hidden;
}
#abea7aae85ab33c .ae124a4cd5a352a , #abea7aae85ab33c .ae124a4cd5a352a > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#abea7aae85ab33c .a5840a9b4fa643b .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#abea7aae85ab33c .a16d8ab21cae6d8 {
  overflow: hidden;
}
#abea7aae85ab33c .a16d8ab21cae6d8 , #abea7aae85ab33c .a16d8ab21cae6d8 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#abea7aae85ab33c .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#abea7aae85ab33c .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abea7aae85ab33c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abea7aae85ab33c .uk-position-center-left-out {
    left: -30px;
  }
  #abea7aae85ab33c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af11da6af5a4925 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af11da6af5a4925 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#af11da6af5a4925 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#af11da6af5a4925 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#af11da6af5a4925 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#af11da6af5a4925 .menu-list-expand .submenu-indicator {
  display: none;
}
#af11da6af5a4925 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#af11da6af5a4925 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#af11da6af5a4925 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#af11da6af5a4925 .jquery-accordion-menu ul li a img,
#af11da6af5a4925 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#af11da6af5a4925 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#af11da6af5a4925 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu,
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#af11da6af5a4925 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#af11da6af5a4925 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu.show,
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#af11da6af5a4925 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#af11da6af5a4925 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#af11da6af5a4925 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a16dea0ec8a181d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a660fa6790af03c .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0e86a5752a3a09 .a3231af83ea8bd9 {
  overflow: hidden;
}
#a0e86a5752a3a09 .a3231af83ea8bd9 , #a0e86a5752a3a09 .a3231af83ea8bd9 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a0e86a5752a3a09 .a5fcea5879a8882 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a0e86a5752a3a09 .a68caae1faa3813 {
  overflow: hidden;
}
#a0e86a5752a3a09 .a68caae1faa3813 , #a0e86a5752a3a09 .a68caae1faa3813 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a0e86a5752a3a09 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a0e86a5752a3a09 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0e86a5752a3a09 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0e86a5752a3a09 .uk-position-center-left-out {
    left: -30px;
  }
  #a0e86a5752a3a09 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5b73a4bdaa95ba {
  overflow: hidden;
}
#a45b4ae691abf81 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a45b4ae691abf81 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a45b4ae691abf81 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a45b4ae691abf81 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a45b4ae691abf81 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a45b4ae691abf81 .menu-list-expand .submenu-indicator {
  display: none;
}
#a45b4ae691abf81 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a45b4ae691abf81 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a45b4ae691abf81 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a45b4ae691abf81 .jquery-accordion-menu ul li a img,
#a45b4ae691abf81 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a45b4ae691abf81 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a45b4ae691abf81 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu,
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a45b4ae691abf81 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a45b4ae691abf81 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu.show,
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a45b4ae691abf81 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a45b4ae691abf81 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a45b4ae691abf81 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a5006afb66ac09b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeb55a1489a2a45 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4a57af617a2d6b .af5f0a0ec3a46c0 {
  overflow: hidden;
}
#a4a57af617a2d6b .af5f0a0ec3a46c0 , #a4a57af617a2d6b .af5f0a0ec3a46c0 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a4a57af617a2d6b .ad348a42ecaf561 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a4a57af617a2d6b .a67aca2ad6a33c0 {
  overflow: hidden;
}
#a4a57af617a2d6b .a67aca2ad6a33c0 , #a4a57af617a2d6b .a67aca2ad6a33c0 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a4a57af617a2d6b .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a4a57af617a2d6b .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4a57af617a2d6b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4a57af617a2d6b .uk-position-center-left-out {
    left: -30px;
  }
  #a4a57af617a2d6b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a915caec57aa064 {
  overflow: hidden;
}
#a724aa92cbaa060 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a724aa92cbaa060 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a724aa92cbaa060 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a724aa92cbaa060 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a724aa92cbaa060 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a724aa92cbaa060 .menu-list-expand .submenu-indicator {
  display: none;
}
#a724aa92cbaa060 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a724aa92cbaa060 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a724aa92cbaa060 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a724aa92cbaa060 .jquery-accordion-menu ul li a img,
#a724aa92cbaa060 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a724aa92cbaa060 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a724aa92cbaa060 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu,
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a724aa92cbaa060 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a724aa92cbaa060 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu.show,
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a724aa92cbaa060 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a724aa92cbaa060 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a724aa92cbaa060 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a7c95a991ea2fdc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa117a101aab27d .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae224a2e8fa9424 .a65a2a7ec7acfb7 {
  overflow: hidden;
}
#ae224a2e8fa9424 .a65a2a7ec7acfb7 , #ae224a2e8fa9424 .a65a2a7ec7acfb7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#ae224a2e8fa9424 .a86a9aee83a0d6c .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ae224a2e8fa9424 .a87c4afa23ad56b {
  overflow: hidden;
}
#ae224a2e8fa9424 .a87c4afa23ad56b , #ae224a2e8fa9424 .a87c4afa23ad56b > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#ae224a2e8fa9424 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#ae224a2e8fa9424 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae224a2e8fa9424 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae224a2e8fa9424 .uk-position-center-left-out {
    left: -30px;
  }
  #ae224a2e8fa9424 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7669af562a1fcb {
  overflow: hidden;
}
#aa83fa665fa5e4d .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa83fa665fa5e4d .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa83fa665fa5e4d .menu-list-expand .submenu-indicator {
  display: none;
}
#aa83fa665fa5e4d .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa83fa665fa5e4d .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul li a img,
#aa83fa665fa5e4d .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa83fa665fa5e4d .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa83fa665fa5e4d .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu,
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa83fa665fa5e4d .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa83fa665fa5e4d .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu.show,
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa83fa665fa5e4d .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa83fa665fa5e4d .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a8f32a7cf7a8451 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab556a4f1da47af .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac462a7b8ba02ac {
  overflow: hidden;
}
#a5a37af514ac1e1 .a0204abe9aacdd1 {
  overflow: hidden;
}
#a5a37af514ac1e1 .a0204abe9aacdd1 , #a5a37af514ac1e1 .a0204abe9aacdd1 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a5a37af514ac1e1 .ae8aca1110a630d .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5a37af514ac1e1 .a1bbeab805a42a3 {
  overflow: hidden;
}
#a5a37af514ac1e1 .a1bbeab805a42a3 , #a5a37af514ac1e1 .a1bbeab805a42a3 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a5a37af514ac1e1 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a5a37af514ac1e1 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a5a37af514ac1e1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5a37af514ac1e1 .uk-position-center-left-out {
    left: -30px;
  }
  #a5a37af514ac1e1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a159fade36a2bb5 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a159fade36a2bb5 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a159fade36a2bb5 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a159fade36a2bb5 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a159fade36a2bb5 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a159fade36a2bb5 .menu-list-expand .submenu-indicator {
  display: none;
}
#a159fade36a2bb5 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a159fade36a2bb5 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a159fade36a2bb5 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a159fade36a2bb5 .jquery-accordion-menu ul li a img,
#a159fade36a2bb5 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a159fade36a2bb5 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a159fade36a2bb5 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu,
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a159fade36a2bb5 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a159fade36a2bb5 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu.show,
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a159fade36a2bb5 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a159fade36a2bb5 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a159fade36a2bb5 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a4257a4313a0fe5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae57ea00c8a1cef .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8ad3a3145a6e93 {
  overflow: hidden;
}
#a3ea7a42d6ad757 .ab230aa946a1be6 {
  overflow: hidden;
}
#a3ea7a42d6ad757 .ab230aa946a1be6 , #a3ea7a42d6ad757 .ab230aa946a1be6 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a3ea7a42d6ad757 .a4546adc46aabe6 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a3ea7a42d6ad757 .aef83ae646a541f {
  overflow: hidden;
}
#a3ea7a42d6ad757 .aef83ae646a541f , #a3ea7a42d6ad757 .aef83ae646a541f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a3ea7a42d6ad757 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a3ea7a42d6ad757 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a3ea7a42d6ad757 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3ea7a42d6ad757 .uk-position-center-left-out {
    left: -30px;
  }
  #a3ea7a42d6ad757 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa127ad531ad386 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa127ad531ad386 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#aa127ad531ad386 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa127ad531ad386 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa127ad531ad386 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa127ad531ad386 .menu-list-expand .submenu-indicator {
  display: none;
}
#aa127ad531ad386 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#aa127ad531ad386 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa127ad531ad386 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa127ad531ad386 .jquery-accordion-menu ul li a img,
#aa127ad531ad386 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa127ad531ad386 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa127ad531ad386 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu,
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa127ad531ad386 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa127ad531ad386 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu.show,
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa127ad531ad386 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa127ad531ad386 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa127ad531ad386 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a3577a1b35a0935 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a53b0a580ca147c .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a55bead5d8a428d .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a55bead5d8a428d .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a55bead5d8a428d .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a55bead5d8a428d .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a55bead5d8a428d .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a55bead5d8a428d .menu-list-expand .submenu-indicator {
  display: none;
}
#a55bead5d8a428d .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a55bead5d8a428d .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a55bead5d8a428d .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a55bead5d8a428d .jquery-accordion-menu ul li a img,
#a55bead5d8a428d .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a55bead5d8a428d .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a55bead5d8a428d .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu,
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a55bead5d8a428d .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a55bead5d8a428d .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu.show,
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a55bead5d8a428d .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a55bead5d8a428d .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a55bead5d8a428d .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a497ba3022aa1ce {
  overflow: hidden;
}
#af101abbeda0894 .a41d1a6f0fa47b9 {
  overflow: hidden;
}
#af101abbeda0894 .a41d1a6f0fa47b9 , #af101abbeda0894 .a41d1a6f0fa47b9 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#af101abbeda0894 .a2753af753a5287 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#af101abbeda0894 .aef4ead85eaedbf {
  overflow: hidden;
}
#af101abbeda0894 .aef4ead85eaedbf , #af101abbeda0894 .aef4ead85eaedbf > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#af101abbeda0894 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#af101abbeda0894 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#af101abbeda0894 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af101abbeda0894 .uk-position-center-left-out {
    left: -30px;
  }
  #af101abbeda0894 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a0b8fad72da643e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2b4ea8beda07f1 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a5a9eab564acc6e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a00c0ae7b7a2795 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a42bba0fa5a3168 > .ele-wrap {background-color: rgba(157, 228, 81, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab9ebafbd7aa503 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724739666424.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3e4a8fd7a0300 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724739882876.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3b1ea1b16a795f > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724741387643.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1cc5a1e90adeeb > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724741884641.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adfbbababba91a4 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724742339065.jpeg);background-position: center center;background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af406a52d7a7d01 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724742610905.jpeg);background-position: center center;background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a57fdaa313a7ee5 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724742767944.jpeg);background-position: center center;background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a980ca9a37a9f3e > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724739727650.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac826a792baf64a > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724740130717.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa9c2acec2a788a > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724742055437.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c71adfdea196d > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724741698197.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c77a17cfa8ba2 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724742342002.jpeg);background-position: center center;background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f69a1f21afe7c > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724742764008.jpeg);background-size: 100% 100%;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a61cba5945a452c > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724743147051.jpeg);background-position: center center;background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afb03a2ac3a46ea > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a09f5aa0c4a4de4 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a11e3a1880a567f > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aece6aa2e9a1215 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#afbe4a7e34ad432 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abc34a29b2a3674 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ad6f8ad5d8adf96 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a966da4c5ca2587 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8b02a8f1ba2359 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a8b92a4397a01f4 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a18e3a0416add34 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aaadda40e4a32e0 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab48ba7792a92cc > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab4baa3e88a9a07 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac575aada0a2af5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a791caf247ab576 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ada66a874ba5c1f {
  overflow: hidden;
}
#a24f9aea65aa727 .abf89ae6e8ab4f8 {
  overflow: hidden;
}
#a24f9aea65aa727 .abf89ae6e8ab4f8 , #a24f9aea65aa727 .abf89ae6e8ab4f8 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a24f9aea65aa727 .a0411ac21aab388 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a24f9aea65aa727 .ade1ca926ca650e {
  overflow: hidden;
}
#a24f9aea65aa727 .ade1ca926ca650e , #a24f9aea65aa727 .ade1ca926ca650e > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a24f9aea65aa727 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a24f9aea65aa727 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a24f9aea65aa727 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a24f9aea65aa727 .uk-position-center-left-out {
    left: -30px;
  }
  #a24f9aea65aa727 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acdcfa2817a06bb .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acdcfa2817a06bb .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#acdcfa2817a06bb .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#acdcfa2817a06bb .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#acdcfa2817a06bb .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#acdcfa2817a06bb .menu-list-expand .submenu-indicator {
  display: none;
}
#acdcfa2817a06bb .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#acdcfa2817a06bb .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#acdcfa2817a06bb .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#acdcfa2817a06bb .jquery-accordion-menu ul li a img,
#acdcfa2817a06bb .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#acdcfa2817a06bb .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#acdcfa2817a06bb .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu,
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#acdcfa2817a06bb .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#acdcfa2817a06bb .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu.show,
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#acdcfa2817a06bb .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#acdcfa2817a06bb .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#acdcfa2817a06bb .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a7ce5acf49a66db .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7016a87f5ae8c0 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3a3da4f5cad662 {
  overflow: hidden;
}
#a116cae0b4a3154 .af51eaf006aa6d9 {
  overflow: hidden;
}
#a116cae0b4a3154 .af51eaf006aa6d9 , #a116cae0b4a3154 .af51eaf006aa6d9 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a116cae0b4a3154 .a05e8ae0b0a7691 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a116cae0b4a3154 .a8cfea742ba48d8 {
  overflow: hidden;
}
#a116cae0b4a3154 .a8cfea742ba48d8 , #a116cae0b4a3154 .a8cfea742ba48d8 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a116cae0b4a3154 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a116cae0b4a3154 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a116cae0b4a3154 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a116cae0b4a3154 .uk-position-center-left-out {
    left: -30px;
  }
  #a116cae0b4a3154 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae812a74e5a495b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ae812a74e5a495b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#ae812a74e5a495b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ae812a74e5a495b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ae812a74e5a495b .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ae812a74e5a495b .menu-list-expand .submenu-indicator {
  display: none;
}
#ae812a74e5a495b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#ae812a74e5a495b .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ae812a74e5a495b .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ae812a74e5a495b .jquery-accordion-menu ul li a img,
#ae812a74e5a495b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ae812a74e5a495b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ae812a74e5a495b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu,
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ae812a74e5a495b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ae812a74e5a495b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu.show,
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ae812a74e5a495b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ae812a74e5a495b .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#ae812a74e5a495b .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#abbd5a3f39ad1ac .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a24efaa491a104c .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abdefa5004a1a9e > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a32d0a96e6a528e a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a32d0a96e6a528e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abc36a2580ab20b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(74, 74, 74, 1);}#abc36a2580ab20b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac306aa457aa55d > .ele-wrap {background-color: rgba(55, 146, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae2b4a4c7daf6cb {
  overflow: hidden;
}
#ae2b4a4c7daf6cb .img-wrap {
  transition: all 0.3s ease-in;
}
#ae2b4a4c7daf6cb .img-wrap:hover {
  transform: scale(1.2);
}
#a6e30a6188a620e {
  overflow: hidden;
}
#a6e30a6188a620e .img-wrap {
  transition: all 0.3s ease-in;
}
#a6e30a6188a620e .img-wrap:hover {
  transform: scale(1.2);
}
#a0761aa1baa2bb1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0761aa1baa2bb1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a12bda2983a4430 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac4a8a7202a70bd .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6bafa6ae3a1c00 {
  overflow: hidden;
}
#af2f8a0902ac468 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b7fa2149abb64 a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a2b7fa2149abb64 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aaa2ca5ff3a2141 a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaa2ca5ff3a2141 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa099a8af6af382 > .ele-wrap {background-color: rgba(55, 146, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8798a7ce3aff4f .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a8798a7ce3aff4f .grid-list .product-item {
  overflow: hidden;
}
#a8798a7ce3aff4f .grid-list .product-preview .img {
  display: block;
}
#a8798a7ce3aff4f .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a8798a7ce3aff4f .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a8798a7ce3aff4f .grid-list .product-info {
  min-height: 110px;
}
#a8798a7ce3aff4f .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a8798a7ce3aff4f .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a8798a7ce3aff4f .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a8798a7ce3aff4f .grid-list .category-name {
  font-size: 12px;
}
#a8798a7ce3aff4f .grid-list .category-name a {
  color: #777;
}
#a8798a7ce3aff4f .grid-list .title,
#a8798a7ce3aff4f .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a8798a7ce3aff4f .grid-list .title a,
#a8798a7ce3aff4f .grid-list .subTitle a {
  color: #191919;
}
#a8798a7ce3aff4f .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a8798a7ce3aff4f .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a8798a7ce3aff4f .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a8798a7ce3aff4f .grid-list {
  margin-left: -25px;
}
#a8798a7ce3aff4f .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a8798a7ce3aff4f .grid-list .product-info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  line-height: 13px;
}
#a8798a7ce3aff4f .grid-list .title a {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
}
#a8798a7ce3aff4f .grid-list.uk-grid-small > * {
  padding-left: 25px;
}
#a8798a7ce3aff4f .grid-list > .uk-grid-margin {
  margin-top: 25px;
}
#a8798a7ce3aff4f .grid-list .product:hover {
  background-color: auto;
}
#a8798a7ce3aff4f .grid-list .product:hover .title a {
  color: #444;
}
#a8798a7ce3aff4f .grid-list .product:hover .subTitle {
  color: auto;
}
#a8798a7ce3aff4f .grid-list .product:hover .category {
  color: auto;
}
#a8798a7ce3aff4f .grid-list .product:hover .abstract {
  color: auto;
}
#a8798a7ce3aff4f .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a8798a7ce3aff4f .grid-list .product-info {
    min-height: 0;
  }
  #a8798a7ce3aff4f .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a8798a7ce3aff4f .grid-list .product-buttons {
    display: none;
  }
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a30cba655ead7fb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2c58a69f9a5a46 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a767bad11caa79c {
  overflow: hidden;
}
#af14ba1bcda0e43 .a3633ae9e0abcc2 {
  overflow: hidden;
}
#af14ba1bcda0e43 .a3633ae9e0abcc2 , #af14ba1bcda0e43 .a3633ae9e0abcc2 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#af14ba1bcda0e43 .a077ca27a3a8983 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#af14ba1bcda0e43 .ade9eaec46ad940 {
  overflow: hidden;
}
#af14ba1bcda0e43 .ade9eaec46ad940 , #af14ba1bcda0e43 .ade9eaec46ad940 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#af14ba1bcda0e43 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#af14ba1bcda0e43 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#af14ba1bcda0e43 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af14ba1bcda0e43 .uk-position-center-left-out {
    left: -30px;
  }
  #af14ba1bcda0e43 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaee1aed52a3587 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aaee1aed52a3587 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#aaee1aed52a3587 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aaee1aed52a3587 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aaee1aed52a3587 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aaee1aed52a3587 .menu-list-expand .submenu-indicator {
  display: none;
}
#aaee1aed52a3587 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#aaee1aed52a3587 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aaee1aed52a3587 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aaee1aed52a3587 .jquery-accordion-menu ul li a img,
#aaee1aed52a3587 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aaee1aed52a3587 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aaee1aed52a3587 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu,
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aaee1aed52a3587 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aaee1aed52a3587 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu.show,
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aaee1aed52a3587 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aaee1aed52a3587 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aaee1aed52a3587 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ae9b5ab2e3a33f6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2f1aa731face44 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a274da8feda8f80 {
  overflow: hidden;
}
#a88fca0431a8285 .ae720a4d6eafdd9 {
  overflow: hidden;
}
#a88fca0431a8285 .ae720a4d6eafdd9 , #a88fca0431a8285 .ae720a4d6eafdd9 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a88fca0431a8285 .a78b4ab618ab3b0 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a88fca0431a8285 .aca30acdc1a0786 {
  overflow: hidden;
}
#a88fca0431a8285 .aca30acdc1a0786 , #a88fca0431a8285 .aca30acdc1a0786 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a88fca0431a8285 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a88fca0431a8285 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a88fca0431a8285 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a88fca0431a8285 .uk-position-center-left-out {
    left: -30px;
  }
  #a88fca0431a8285 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3df5a4fc7a8807 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3df5a4fc7a8807 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a3df5a4fc7a8807 .menu-list-expand .submenu-indicator {
  display: none;
}
#a3df5a4fc7a8807 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a3df5a4fc7a8807 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul li a img,
#a3df5a4fc7a8807 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a3df5a4fc7a8807 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a3df5a4fc7a8807 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu,
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a3df5a4fc7a8807 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a3df5a4fc7a8807 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu.show,
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a3df5a4fc7a8807 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a3df5a4fc7a8807 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a5928a23afad2b8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a83ebaa408ad54f .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae91aa6306aafdb > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad966adb93ab13e a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad966adb93ab13e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab369a8cb7a611f a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ab369a8cb7a611f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9f72a74f1a498b > .ele-wrap {background-color: rgba(55, 146, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6739a15e7aa8e9 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: solid;border-top-color: rgba(71, 184, 153, 1);border-left-width: 4px;border-left-color: rgba(71, 184, 153, 1);border-right-color: rgba(71, 184, 153, 1);border-bottom-color: rgba(71, 184, 153, 1);border-right-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a0407a7705a6e9b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: none;border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 2px 0px 2px undefined;}#a0407a7705a6e9b  > .ele-wrap:hover {background-color: rgba(71, 184, 153, 1);color: #ffffff;}#a0407a7705a6e9b:hover * {color: #ffffff  !important}
                            #a0407a7705a6e9b:hover .line{border-color: #ffffff  !important}#a4dcba05afa5f53 , #a4dcba05afa5f53 a{color: rgba(71, 184, 153, 1);}#ae117a2541ad122 , #ae117a2541ad122 a{color: rgba(71, 184, 153, 1);}#a795da900dade18 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: solid;border-top-color: rgba(71, 184, 153, 1);border-left-width: 4px;border-left-color: rgba(71, 184, 153, 1);border-right-color: rgba(71, 184, 153, 1);border-bottom-color: rgba(71, 184, 153, 1);border-right-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a30d5adb2ba7805 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: none;border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 2px 0px 2px undefined;}#a30d5adb2ba7805  > .ele-wrap:hover {background-color: rgba(71, 184, 153, 1);color: #ffffff;}#a30d5adb2ba7805:hover * {color: #ffffff  !important}
                            #a30d5adb2ba7805:hover .line{border-color: #ffffff  !important}#af81ba40eaa385e , #af81ba40eaa385e a{color: rgba(71, 184, 153, 1);}#a16d1a6b61a77a2 , #a16d1a6b61a77a2 a{color: rgba(71, 184, 153, 1);}#ad971a95c5a1bd0 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: solid;border-top-color: rgba(71, 184, 153, 1);border-left-width: 4px;border-left-color: rgba(71, 184, 153, 1);border-right-color: rgba(71, 184, 153, 1);border-bottom-color: rgba(71, 184, 153, 1);border-right-width: 4px;border-bottom-width: 4px;border-top-width: 4px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1f33a07bfaa7ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: none;border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 2px 0px 2px undefined;}#a1f33a07bfaa7ab  > .ele-wrap:hover {background-color: rgba(71, 184, 153, 1);color: #ffffff;}#a1f33a07bfaa7ab:hover * {color: #ffffff  !important}
                            #a1f33a07bfaa7ab:hover .line{border-color: #ffffff  !important}#a615aa17c3a8b0d , #a615aa17c3a8b0d a{color: rgba(71, 184, 153, 1);}#a7a0aaf3f0abb5a , #a7a0aaf3f0abb5a a{color: rgba(71, 184, 153, 1);}#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a81c9aec50a1bf2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acc08a25c5a7f48 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aee0caa087a0b82 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d32a8539aef1d a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9d32a8539aef1d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aaaeca06f3a5f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaaeca06f3a5f82 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#acc84ac251a9ea3 > .ele-wrap {background-color: rgba(55, 146, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c41a573eaf51d {
  overflow: hidden;
}
#a5c41a573eaf51d .img-wrap {
  transition: all 0.3s ease-in;
}
#a5c41a573eaf51d .img-wrap:hover {
  border-color: #4a90e2;
  transform: scale(1.2);
}
#a86d0ac205ad721 {
  overflow: hidden;
}
#a86d0ac205ad721 .img-wrap {
  transition: all 0.3s ease-in;
}
#a86d0ac205ad721 .img-wrap:hover {
  transform: scale(1.2);
}
#a3494a1b77a67ce [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3494a1b77a67ce [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a2541a61aeaeffb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab0c7a2e5baba1e .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9186aa4baa6b91 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724724681550.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 30px;border-top-right-radius: 30px;}#af2baafb7faca82 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724749212068.jpeg);background-position: bottom center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 30px;border-top-right-radius: 30px;}#ad316addf0a2ba7 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724749213337.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 30px;border-top-right-radius: 30px;}#ad55ba3e04a0846 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724133694320.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 30px;border-top-right-radius: 30px;}#a1cdbaacdfabf17 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1723432557839.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 30px;border-top-right-radius: 30px;}#aef11a4389aea5e > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724749531122.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 30px;border-top-right-radius: 30px;}#a2ff0afc9ba3697 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724724678010.jpeg);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 30px;border-top-right-radius: 30px;}#a6eedaa02ca58ef > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724749731479.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 30px;border-top-right-radius: 30px;}#a6905a462da0e6c > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724749867791.jpeg);background-position: center center;background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 30px;border-top-right-radius: 30px;}#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a18e6a3e23aba62 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad9efac054a8505 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab80eae632ab46d .form-agree {
  display: flex;
  align-items: center;
}
#ab80eae632ab46d .submit-wrap button {
  background-color: #47b899;
}
#ab80eae632ab46d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab80eae632ab46d .form-item .uk-input,
#ab80eae632ab46d .form-item .uk-select,
#ab80eae632ab46d .form-item .uk-textarea {
  width: autopx;
}
#ab80eae632ab46d .form-item .auto-height {
  height: auto;
}
#ab80eae632ab46d .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#ab80eae632ab46d .form-item > label {
  flex: none;
}
#ab80eae632ab46d .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#ab80eae632ab46d .form-item .uk-input,
#ab80eae632ab46d .form-item .uk-select,
#ab80eae632ab46d .form-item .uk-textarea,
#ab80eae632ab46d .form-item .address-select,
#ab80eae632ab46d .form-item .uk-grid {
  border: none;
  flex: 1;
}
#ab80eae632ab46d .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a8a25a348aa3ff0 , #a8a25a348aa3ff0 a{color: rgba(71, 184, 153, 1);}#a8687aa7d7a3762 , #a8687aa7d7a3762 a{color: rgba(71, 184, 153, 1);}#a5397ae173ae40a , #a5397ae173ae40a a{color: rgba(71, 184, 153, 1);}#a6c8ea0ae6af463 , #a6c8ea0ae6af463 a{color: rgba(71, 184, 153, 1);}#a5dc3aee53a6ca7 , #a5dc3aee53a6ca7 a{color: rgba(71, 184, 153, 1);}#aae60a2678a8da3 , #aae60a2678a8da3 a{color: rgba(71, 184, 153, 1);}#a3e21aa534a6600 , #a3e21aa534a6600 a{color: rgba(71, 184, 153, 1);}#a427ea67efa88fd , #a427ea67efa88fd a{color: rgba(71, 184, 153, 1);}#a2a7aa2e3da5345 , #a2a7aa2e3da5345 a{color: rgba(71, 184, 153, 1);}#a1aa1a9bb0adb6c , #a1aa1a9bb0adb6c a{color: rgba(71, 184, 153, 1);}#a716dab016a5775 , #a716dab016a5775 a{color: rgba(71, 184, 153, 1);}#a8c22a9fe6aa5da , #a8c22a9fe6aa5da a{color: rgba(71, 184, 153, 1);}#a2e68a2a32aea0b , #a2e68a2a32aea0b a{color: rgba(71, 184, 153, 1);}#a2e24a9526a19d7 , #a2e24a9526a19d7 a{color: rgba(71, 184, 153, 1);}#a6a5daa5d0ae8cc , #a6a5daa5d0ae8cc a{color: rgba(71, 184, 153, 1);}#a91ccada93a8115 , #a91ccada93a8115 a{color: rgba(71, 184, 153, 1);}#aeb6dab9aea2287 , #aeb6dab9aea2287 a{color: rgba(71, 184, 153, 1);}#adf4ca12faaff3e , #adf4ca12faaff3e a{color: rgba(71, 184, 153, 1);}#a6229aa551a58b6 , #a6229aa551a58b6 a{color: rgba(71, 184, 153, 1);}#aecb1ad7e4a4063 , #aecb1ad7e4a4063 a{color: rgba(71, 184, 153, 1);}#a8d9da7780a1f0b , #a8d9da7780a1f0b a{color: rgba(71, 184, 153, 1);}#a650aa43daa7d92 , #a650aa43daa7d92 a{color: rgba(71, 184, 153, 1);}#a704ba6fb1a9a32 , #a704ba6fb1a9a32 a{color: rgba(71, 184, 153, 1);}#a10c4a18cfac890 , #a10c4a18cfac890 a{color: rgba(71, 184, 153, 1);}#a22eda3317acac3 , #a22eda3317acac3 a{color: rgba(71, 184, 153, 1);}#a5dc9acbeca5fbb , #a5dc9acbeca5fbb a{color: rgba(71, 184, 153, 1);}#a30b9a5689ab9df , #a30b9a5689ab9df a{color: rgba(71, 184, 153, 1);}#a2103a5997af335 , #a2103a5997af335 a{color: rgba(71, 184, 153, 1);}#ab37da953eaaf3c , #ab37da953eaaf3c a{color: rgba(71, 184, 153, 1);}#af670a300cab13d , #af670a300cab13d a{color: rgba(71, 184, 153, 1);}#a18d9aec0da7c10 , #a18d9aec0da7c10 a{color: rgba(71, 184, 153, 1);}#a524fae914a7b5d , #a524fae914a7b5d a{color: rgba(71, 184, 153, 1);}#aa069acc49a44e1 , #aa069acc49a44e1 a{color: rgba(71, 184, 153, 1);}#adcd4a1f11afcae , #adcd4a1f11afcae a{color: rgba(71, 184, 153, 1);}#a3089a61c1a3c47 , #a3089a61c1a3c47 a{color: rgba(71, 184, 153, 1);}#af688a00caa6001 , #af688a00caa6001 a{color: rgba(71, 184, 153, 1);}#a0517ac247abe85 , #a0517ac247abe85 a{color: rgba(71, 184, 153, 1);}#a19c7acd90a22d6 , #a19c7acd90a22d6 a{color: rgba(71, 184, 153, 1);}#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aec03a0f3fa98da .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a49d0aed29a2329 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a62d8a178bac6a5 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724743147051.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0923a4ee1ab6cc > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724806110296.jpeg);background-position: center center;background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e28aae19a7ba2 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724745724679.jpeg);background-position: center center;background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a911da911aa9540 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724745728177.jpeg);background-size: 100% 100%;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeaaeadd0fa580b > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724745720642.jpeg);background-size: 100% 100%;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae45ca218fac87e > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724741884641.jpeg);background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5689a361da6788 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724805723977.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1947a13e9abba1 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724742055437.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1872a9d30a110f > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724741387643.jpeg);background-position: center center;background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa6ecab50fa438f > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724806260481.jpeg);background-position: center center;background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a61cda8d9ba0471 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724742342002.jpeg);background-size: 100% 100%;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5825ad818a5005 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724806372755.jpeg);background-size: 100% 100%;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef4cad1d9a7e3b > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724742764008.jpeg);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bcca1dd9ad722 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a166da0eaca0534/1724806474078.jpeg);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ae9a7a741ea3729 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abe0baabeaa0228 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aca1ca1fdfaa4fa {
  overflow: hidden;
}
#a6d88ad8f8aeeec .a3c86a9aa9acfa5 {
  overflow: hidden;
}
#a6d88ad8f8aeeec .a3c86a9aa9acfa5 , #a6d88ad8f8aeeec .a3c86a9aa9acfa5 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(74, 144, 226, 1);}#a6d88ad8f8aeeec .ab284a40aaa833c .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a6d88ad8f8aeeec .ac4daa9bb3a669c {
  overflow: hidden;
}
#a6d88ad8f8aeeec .ac4daa9bb3a669c , #a6d88ad8f8aeeec .ac4daa9bb3a669c > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a6d88ad8f8aeeec .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a6d88ad8f8aeeec .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6d88ad8f8aeeec .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6d88ad8f8aeeec .uk-position-center-left-out {
    left: -30px;
  }
  #a6d88ad8f8aeeec .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3d61aa8aaa07ae .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3d61aa8aaa07ae .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a3d61aa8aaa07ae .menu-list-expand .submenu-indicator {
  display: none;
}
#a3d61aa8aaa07ae .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a3d61aa8aaa07ae .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul li a img,
#a3d61aa8aaa07ae .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a3d61aa8aaa07ae .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a3d61aa8aaa07ae .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu,
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a3d61aa8aaa07ae .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a3d61aa8aaa07ae .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu.show,
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a3d61aa8aaa07ae .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a3d61aa8aaa07ae .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9034a450fa1944 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abbf6a5616a1e79 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad28ca8c09a7ed5 {
  overflow: hidden;
}
#accd6a2de3afad6 .ab9c6a2794ac06c {
  overflow: hidden;
}
#accd6a2de3afad6 .ab9c6a2794ac06c , #accd6a2de3afad6 .ab9c6a2794ac06c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#accd6a2de3afad6 .af3b8adb5ea3020 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#accd6a2de3afad6 .a9833ad574a6ba0 {
  overflow: hidden;
}
#accd6a2de3afad6 .a9833ad574a6ba0 , #accd6a2de3afad6 .a9833ad574a6ba0 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#accd6a2de3afad6 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#accd6a2de3afad6 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#accd6a2de3afad6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #accd6a2de3afad6 .uk-position-center-left-out {
    left: -30px;
  }
  #accd6a2de3afad6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac05da01d0ad94e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac05da01d0ad94e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#ac05da01d0ad94e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac05da01d0ad94e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac05da01d0ad94e .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac05da01d0ad94e .menu-list-expand .submenu-indicator {
  display: none;
}
#ac05da01d0ad94e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#ac05da01d0ad94e .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac05da01d0ad94e .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac05da01d0ad94e .jquery-accordion-menu ul li a img,
#ac05da01d0ad94e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac05da01d0ad94e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac05da01d0ad94e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu,
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac05da01d0ad94e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac05da01d0ad94e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu.show,
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac05da01d0ad94e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac05da01d0ad94e .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#ac05da01d0ad94e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a552ca9e4fa8c52 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a98feab77ea7012 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6f07a60daac0c7 {
  overflow: hidden;
}
#a9b8ea4cbba84f1 .a067ba908fa0303 {
  overflow: hidden;
}
#a9b8ea4cbba84f1 .a067ba908fa0303 , #a9b8ea4cbba84f1 .a067ba908fa0303 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a9b8ea4cbba84f1 .a0088a05efa84f7 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a9b8ea4cbba84f1 .a62d3aeab6a40ec {
  overflow: hidden;
}
#a9b8ea4cbba84f1 .a62d3aeab6a40ec , #a9b8ea4cbba84f1 .a62d3aeab6a40ec > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a9b8ea4cbba84f1 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a9b8ea4cbba84f1 .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a9b8ea4cbba84f1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9b8ea4cbba84f1 .uk-position-center-left-out {
    left: -30px;
  }
  #a9b8ea4cbba84f1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aba5dae8dbad7fc .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aba5dae8dbad7fc .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aba5dae8dbad7fc .menu-list-expand .submenu-indicator {
  display: none;
}
#aba5dae8dbad7fc .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aba5dae8dbad7fc .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul li a img,
#aba5dae8dbad7fc .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aba5dae8dbad7fc .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aba5dae8dbad7fc .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu,
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aba5dae8dbad7fc .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aba5dae8dbad7fc .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu.show,
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aba5dae8dbad7fc .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aba5dae8dbad7fc .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aeec8a0e13a2ffa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a837ba81eda11a7 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6330aece9a43cd {
  overflow: hidden;
}
#a189da2f3aab31c .a55e0ae870a55b2 {
  overflow: hidden;
}
#a189da2f3aab31c .a55e0ae870a55b2 , #a189da2f3aab31c .a55e0ae870a55b2 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;}#a189da2f3aab31c .a07a8a7db5a166f .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a189da2f3aab31c .a7531abc53af970 {
  overflow: hidden;
}
#a189da2f3aab31c .a7531abc53af970 , #a189da2f3aab31c .a7531abc53af970 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a189da2f3aab31c .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a189da2f3aab31c .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a189da2f3aab31c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a189da2f3aab31c .uk-position-center-left-out {
    left: -30px;
  }
  #a189da2f3aab31c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a95c6aacfea1a41 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a95c6aacfea1a41 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a95c6aacfea1a41 .menu-list-expand .submenu-indicator {
  display: none;
}
#a95c6aacfea1a41 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a95c6aacfea1a41 .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul li a img,
#a95c6aacfea1a41 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a95c6aacfea1a41 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a95c6aacfea1a41 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu,
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a95c6aacfea1a41 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a95c6aacfea1a41 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu.show,
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a95c6aacfea1a41 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a95c6aacfea1a41 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a05daa965aa5fe7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3562ac5f8a49d0 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5bbfaf2bda3e1a {
  overflow: hidden;
}
#acfa0aedc5a746d .a5cb6aa58ca2296 {
  overflow: hidden;
}
#acfa0aedc5a746d .a5cb6aa58ca2296 , #acfa0aedc5a746d .a5cb6aa58ca2296 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(74, 144, 226, 1);}#acfa0aedc5a746d .acf46a02beaef83 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#acfa0aedc5a746d .a33c9ae6e7a94e4 {
  overflow: hidden;
}
#acfa0aedc5a746d .a33c9ae6e7a94e4 , #acfa0aedc5a746d .a33c9ae6e7a94e4 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#acfa0aedc5a746d .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#acfa0aedc5a746d .dynamic-list-item {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#acfa0aedc5a746d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acfa0aedc5a746d .uk-position-center-left-out {
    left: -30px;
  }
  #acfa0aedc5a746d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a79c9a6bbca8cdc .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #1e87f0;
  background-color: #1e87f0;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a79c9a6bbca8cdc .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a79c9a6bbca8cdc .menu-list-expand .submenu-indicator {
  display: none;
}
#a79c9a6bbca8cdc .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #0f7ae5;
  border-bottom-color: #0e70d2;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#a79c9a6bbca8cdc .jquery-accordion-menu > ul > li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul li a img,
#a79c9a6bbca8cdc .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a79c9a6bbca8cdc .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a79c9a6bbca8cdc .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu,
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a79c9a6bbca8cdc .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a79c9a6bbca8cdc .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu.show,
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #1e87f0;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #1e87f0;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a79c9a6bbca8cdc .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a79c9a6bbca8cdc .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a03a3a9242aa684 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac4d9a62eba37cf {
  min-height: 90vh;
  /* mobile */
}
#ac4d9a62eba37cf .search-highlight {
  background: yellow;
}
#ac4d9a62eba37cf .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ac4d9a62eba37cf .el-title {
  margin-bottom: 20px;
}
#ac4d9a62eba37cf .el-item:hover .el-title {
  color: #0f6ecd;
}
#ac4d9a62eba37cf .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ac4d9a62eba37cf .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ac4d9a62eba37cf .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ac4d9a62eba37cf .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ac4d9a62eba37cf .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ac4d9a62eba37cf .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ac4d9a62eba37cf .el-title {
    margin-bottom: 0;
  }
  #ac4d9a62eba37cf .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ac4d9a62eba37cf .category {
    font-size: 12px;
  }
  #ac4d9a62eba37cf .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ae3cea474ca500d .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a03a3a9242aa684 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8911aa109a72b4 {
  /* 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------------------------*/
}
#a8911aa109a72b4 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a8911aa109a72b4 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a8911aa109a72b4 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a8911aa109a72b4 .error .clip:nth-of-type(1) .shadow,
#a8911aa109a72b4 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a8911aa109a72b4 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a8911aa109a72b4 .error h2 {
  font-size: 32px;
}
#a8911aa109a72b4 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a8911aa109a72b4 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a8911aa109a72b4 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a8911aa109a72b4 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a8911aa109a72b4 .error .clip .shadow {
  overflow: hidden;
}
#a8911aa109a72b4 .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);
}
#a8911aa109a72b4 .error .clip:nth-of-type(3) .shadow:after,
#a8911aa109a72b4 .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%;
}
#a8911aa109a72b4 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a8911aa109a72b4 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a8911aa109a72b4 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a8911aa109a72b4 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a8911aa109a72b4 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a8911aa109a72b4 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a8911aa109a72b4 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a8911aa109a72b4 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a8911aa109a72b4 {
    /* Error Page */
    /* Error Page */
  }
  #a8911aa109a72b4 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a8911aa109a72b4 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a8911aa109a72b4 .error .clip:nth-of-type(1) .shadow,
  #a8911aa109a72b4 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a8911aa109a72b4 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a8911aa109a72b4 .error h2 {
    font-size: 24px;
  }
  #a8911aa109a72b4 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a8911aa109a72b4 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a8911aa109a72b4 .error .container-error-404 {
    height: 150px;
  }
}
#a8911aa109a72b4 .overlay {
  position: relative;
  z-index: 20;
}
#a8911aa109a72b4 .ground-color {
  background: white;
}
#a8911aa109a72b4 .item-bg-color {
  background: #EAEAEA;
}
#a8911aa109a72b4 .padding-top {
  padding-top: 10px;
}
#a8911aa109a72b4 .padding-bottom {
  padding-bottom: 10px;
}
#a8911aa109a72b4 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a8911aa109a72b4 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a8911aa109a72b4 .padding-all {
  padding: 10px;
}
#a8911aa109a72b4 .no-padding-left {
  padding-left: 0px;
}
#a8911aa109a72b4 .no-padding-right {
  padding-right: 0px;
}
#a8911aa109a72b4 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a8911aa109a72b4 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a8911aa109a72b4 .no-padding {
  padding: 0px;
}
#a8911aa109a72b4 .margin-top {
  margin-top: 10px;
}
#a8911aa109a72b4 .margin-bottom {
  margin-bottom: 10px;
}
#a8911aa109a72b4 .margin-right {
  margin-right: 10px;
}
#a8911aa109a72b4 .margin-left {
  margin-left: 10px;
}
#a8911aa109a72b4 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a8911aa109a72b4 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a8911aa109a72b4 .margin-all {
  margin: 10px;
}
#a8911aa109a72b4 .no-margin {
  margin: 0px;
}
#a8911aa109a72b4 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a8911aa109a72b4 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a8911aa109a72b4 .inside-col-shrink {
  margin: 0px 20px;
}
#a8911aa109a72b4 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a6947afc95a2f54 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a03a3a9242aa684 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa863a1f01a4ad3 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#aa863a1f01a4ad3 .switch_item {
  margin-right: 10px;
}
#aa863a1f01a4ad3 a.switch_item:hover {
  text-decoration: underline;
}
#aa863a1f01a4ad3 .slider {
  width: 420px;
  height: 600px;
}
#aa863a1f01a4ad3 .uk-slideshow-items {
  height: 100%;
}
#aa863a1f01a4ad3 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#aa863a1f01a4ad3 .login-wrap {
  width: 100%;
  height: 100%;
}
#aa863a1f01a4ad3 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#aa863a1f01a4ad3 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#aa863a1f01a4ad3 .phone-login-box {
  margin: 40px auto 40px;
}
#aa863a1f01a4ad3 .login-header {
  margin-bottom: 24px;
}
#aa863a1f01a4ad3 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#aa863a1f01a4ad3 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#aa863a1f01a4ad3 .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;
}
#aa863a1f01a4ad3 .forget_password {
  cursor: pointer;
}
#aa863a1f01a4ad3 .forget_password:hover {
  color: #1e87f0;
}
#aa863a1f01a4ad3 .input-item input.error,
#aa863a1f01a4ad3 .input-item input.error::placeholder {
  color: #fc4343;
}
#aa863a1f01a4ad3 .input-item input::placeholder {
  color: #999;
}
#aa863a1f01a4ad3 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#aa863a1f01a4ad3 .form-item {
  margin: 24px 0;
}
#aa863a1f01a4ad3 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#aa863a1f01a4ad3 .send-code {
  float: left;
  margin-left: 20px;
}
#aa863a1f01a4ad3 .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;
}
#aa863a1f01a4ad3 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#aa863a1f01a4ad3 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#aa863a1f01a4ad3 .login_btn_wrap {
  text-align: center;
}
#aa863a1f01a4ad3 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#aa863a1f01a4ad3 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#aa863a1f01a4ad3 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a06f8a5a6baebd6 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a03a3a9242aa684 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7990ae5d7a269e .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a7990ae5d7a269e .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a7990ae5d7a269e .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a7990ae5d7a269e .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a7990ae5d7a269e .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a7990ae5d7a269e .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a7990ae5d7a269e .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a7990ae5d7a269e .nav-list {
  padding: 0 20px;
}
#a7990ae5d7a269e .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;
}
#a7990ae5d7a269e .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a7990ae5d7a269e .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a7990ae5d7a269e .order-item:hover {
  background: #f7f7f7;
}
#a7990ae5d7a269e .del-order {
  cursor: pointer;
}
#a7990ae5d7a269e .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a7990ae5d7a269e .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a7990ae5d7a269e .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a7990ae5d7a269e .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a7990ae5d7a269e .goods-item .goods-info {
  padding: 0 15px;
}
#a7990ae5d7a269e .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a7990ae5d7a269e .appoint-time {
  margin-bottom: 4px;
}
#a7990ae5d7a269e .appoint-name {
  color: #333;
  font-size: 14px;
}
#a7990ae5d7a269e .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a7990ae5d7a269e .goods-item .goods-name {
  color: #333;
}
#a7990ae5d7a269e .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a7990ae5d7a269e .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a7990ae5d7a269e .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a7990ae5d7a269e .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a7990ae5d7a269e .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a7990ae5d7a269e .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;
}
#a7990ae5d7a269e .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a7990ae5d7a269e .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a7990ae5d7a269e .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a7990ae5d7a269e .setting-form {
  padding: 30px 20px;
}
#a7990ae5d7a269e .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a7990ae5d7a269e .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a7990ae5d7a269e .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a7990ae5d7a269e .setting-form .setting-btns {
  margin-left: 130px;
}
#a7990ae5d7a269e .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a7990ae5d7a269e .setting-wrap {
  position: relative;
}
#a7990ae5d7a269e .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a7990ae5d7a269e .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a7990ae5d7a269e .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a7990ae5d7a269e .address-wrap {
  padding: 30px 20px;
}
#a7990ae5d7a269e .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a7990ae5d7a269e .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a7990ae5d7a269e .addr-list {
  min-height: 200px;
}
#a7990ae5d7a269e .addr-detail .addr-item-name,
#a7990ae5d7a269e .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;
}
#a7990ae5d7a269e .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a7990ae5d7a269e .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a7990ae5d7a269e .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a7990ae5d7a269e .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a7990ae5d7a269e .add-addr {
  height: 32px;
  line-height: 30px;
}
#a7990ae5d7a269e .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;
}
#a7990ae5d7a269e .publish-item {
  cursor: default;
  min-height: 120px;
}
#a7990ae5d7a269e .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a7990ae5d7a269e .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a7990ae5d7a269e .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#a7990ae5d7a269e .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a760fa5129afc23 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a03a3a9242aa684 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a03aaa32afa8d71 {
  min-height: 90vh;
  /* mobile */
}
#a03aaa32afa8d71 .search-highlight {
  background: yellow;
}
#a03aaa32afa8d71 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a03aaa32afa8d71 .el-title {
  margin-bottom: 20px;
}
#a03aaa32afa8d71 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a03aaa32afa8d71 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a03aaa32afa8d71 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a03aaa32afa8d71 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a03aaa32afa8d71 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a03aaa32afa8d71 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a03aaa32afa8d71 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a03aaa32afa8d71 .el-title {
    margin-bottom: 0;
  }
  #a03aaa32afa8d71 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a03aaa32afa8d71 .category {
    font-size: 12px;
  }
  #a03aaa32afa8d71 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a33fea38f1ac2d5 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a03a3a9242aa684 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa89ea1823a77a2 .comment-detail {
  min-height: 600px;
}
#aa89ea1823a77a2 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#aa89ea1823a77a2 table th,
#aa89ea1823a77a2 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#aa89ea1823a77a2 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#aa89ea1823a77a2 .red {
  color: #F00!important;
}
#aa89ea1823a77a2 .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;
}
#a0c48a477bae036 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ee7a272cafdfa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7ee7a272cafdfa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7ee7a272cafdfa .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a7ee7a272cafdfa .menu-list > li > a {
  padding: 0 30px;
}
#a7ee7a272cafdfa .menu-list > li:hover:before {
  height: 100%;
}
#a7ee7a272cafdfa .menu-list > li:hover:after {
  color: auto;
}
#a7ee7a272cafdfa .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a7ee7a272cafdfa .menu-list > li:first-child:after {
  content: "";
}
#a7ee7a272cafdfa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a7ee7a272cafdfa .menu-list > li ul li {
  position: relative;
}
#a7ee7a272cafdfa .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a7ee7a272cafdfa .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7ee7a272cafdfa .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a7ee7a272cafdfa li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul li a:active,
#a7ee7a272cafdfa li ul li a.active,
#a7ee7a272cafdfa li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
}
#a7ee7a272cafdfa li ul,
#a7ee7a272cafdfa li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7ee7a272cafdfa li:hover > ul {
  left: auto;
}
#a7ee7a272cafdfa li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a958bae9baa6805 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a958bae9baa6805 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a958bae9baa6805 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a958bae9baa6805 .menu-list > li > a {
  padding: 0 30px;
}
#a958bae9baa6805 .menu-list > li:hover:before {
  height: 100%;
}
#a958bae9baa6805 .menu-list > li:hover:after {
  color: auto;
}
#a958bae9baa6805 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #a3a7ad;
  font-weight: 400;
  content: "|";
}
#a958bae9baa6805 .menu-list > li:first-child:after {
  content: "";
}
#a958bae9baa6805 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a958bae9baa6805 .menu-list > li ul li {
  position: relative;
}
#a958bae9baa6805 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 230px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#a958bae9baa6805 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  color: #a3a7ad;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a958bae9baa6805 .menu-list > li:hover > a {
  background-color: #ffffff;
}
#a958bae9baa6805 li ul,
#a958bae9baa6805 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a958bae9baa6805 li:hover > ul {
  left: auto;
}
#a958bae9baa6805 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4a2aa66f5ac086 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6b6acebca60e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae8e9a64bba701f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00cdafc90aed5e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeb20a43b0a7d68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9628a22f4a2b63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac0b2aadbbaf476 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5e96a2d7eaaa22 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aec4bae14fae83d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a00e6ad713a048e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af40da21a0a121e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c5cae16fa5d1c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab942ae358ae93a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a44bda807da2ea6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a120cafe54a548d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a15aaaa378ae4aa a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa6ada848fa456e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6201a87b3a1334 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a96f6a1257a7f8b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5ca0aad7ba6587 .form-agree {
  display: flex;
  align-items: center;
}
#a5ca0aad7ba6587 .submit-wrap button {
  color: #ffffff;
}
#a5ca0aad7ba6587 .submit-wrap button {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 form {
  border-left-style: none;
}
#a5ca0aad7ba6587 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5ca0aad7ba6587 .form-item .uk-input::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-webkit-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select:-ms-input-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea:-ms-input-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::-moz-placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::-moz-placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .uk-input::placeholder,
#a5ca0aad7ba6587 .form-item .uk-select::placeholder,
#a5ca0aad7ba6587 .form-item .uk-textarea::placeholder {
  color: #ffffff;
}
#a5ca0aad7ba6587 .form-item .auto-height {
  height: auto;
}
#a5ca0aad7ba6587 .uk-form-label,
#a5ca0aad7ba6587 .form-agree,
#a5ca0aad7ba6587 .uk-h3,
#a5ca0aad7ba6587 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.5);
}
#a5ca0aad7ba6587 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a5ca0aad7ba6587 .form-item > label {
  flex: none;
}
#a5ca0aad7ba6587 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ca0aad7ba6587 .form-item .uk-input,
#a5ca0aad7ba6587 .form-item .uk-select,
#a5ca0aad7ba6587 .form-item .uk-textarea,
#a5ca0aad7ba6587 .form-item .address-select,
#a5ca0aad7ba6587 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ca0aad7ba6587 .form-item .address-select .uk-select {
  padding-left: 4px;
}
