.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: #4a4a4a;
  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: #014099;
  text-shadow: none;
}
::selection {
  background: #014099;
  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 #014099;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #014099;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #ffffff;
}
/* ========================================================================
     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: #ffffff;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #014099;
  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: #014099;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #014099;
  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: #ffffff;
  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: #014099;
  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: #014099;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #014099;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #014099;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #ffffff;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #ffffff;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #014099;
  color: #ffffff;
  border-color: #014099;
}
/*
   * 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: #ffffff;
  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: #014099;
}
/* 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: #4a4a4a;
}
/* 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: #014099;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #ffffff;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #ffffff;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #014099;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #ffffff;
}
/* ========================================================================
     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: #014099;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #ffffff;
  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: #014099;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #ffffff;
  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: #014099;
}
/*
   * 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: #014099;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #014099;
  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: #ffffff;
}
.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: #014099;
  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: #014099;
}
/* 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: #014099;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #014099;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #014099;
}
/* 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: #014099;
  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: #014099;
  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: #014099;
  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: #014099;
}
/* 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: #014099;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #014099;
  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: #014099;
}
/*
   * 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: #014099;
}
/* 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: #ffffff;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #014099;
}
/*
   * 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: #014099;
  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: #ffffff;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #014099;
}
.uk-progress::-moz-progress-bar {
  background-color: #014099;
}
.uk-progress::-ms-fill {
  background-color: #014099;
}
/* ========================================================================
     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: #014099 !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: #014099 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #014099;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #ffffff;
}
.uk-background-primary {
  background-color: #014099;
}
.uk-background-secondary {
  background-color: #ffffff;
}
/* ========================================================================
     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: #014099;
  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: #014099;
  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: #014099;
  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: #ffffff;
  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: #014099;
}
.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(255, 255, 255, 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: #014099;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #ffffff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #014099;
}
.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: #014099;
  border-color: #014099;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #014099;
}
/* ========================================================================
   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: #012b66;
}
.ap-list-filter dd a.active {
  background-color: #014099;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #014099;
}
.category li a.active {
  color: #014099;
}
.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: #014099;
}
.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: #014099;
  border: 1px solid rgba(1, 64, 153, 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: #014099;
}
form .step .ui-step.active .ui-step-title {
  color: #014099;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #014099;
  background-color: #014099;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #014099;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #014099;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #014099;
  color: #014099;
}
.btn-effect-2:hover {
  background-color: #014099;
}
.uk-button.btn-effect-5 {
  background-color: #014099;
  box-shadow: 0 0 15px rgba(1, 64, 153, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #014099;
}
.header-effect-6 [data-item='title']::before {
  background-color: #014099;
}
#a080aa0cd3ac13d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 1200px) {
  #a0583aa26aa3f90 .uk-container {
    padding: 0 60px;
  }
}
#a0583aa26aa3f90 .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #014099;
}
#a0583aa26aa3f90 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#a0583aa26aa3f90 .uk-card {
  padding: 10px;
}
#a0583aa26aa3f90 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#a0583aa26aa3f90 .uk-list a.active,
#a0583aa26aa3f90 .uk-list a:hover {
  color: #014099;
  text-decoration: none;
}
#a6677aeea4af6ee .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a080aa0cd3ac13d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 1200px) {
  #a0d95a9c93a8d9c .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a0d95a9c93a8d9c .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#a0d95a9c93a8d9c .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#a0d95a9c93a8d9c .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #014099;
}
#a0d95a9c93a8d9c .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#a0d95a9c93a8d9c .uk-list li::before {
  color: #014099;
}
#a0d95a9c93a8d9c .uk-list a {
  color: #4c4c4c;
}
#a0d95a9c93a8d9c .uk-list a.active,
#a0d95a9c93a8d9c .uk-list a:hover {
  color: #014099;
  text-decoration: none;
}
#a0d95a9c93a8d9c .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#a0d95a9c93a8d9c .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#a0d95a9c93a8d9c .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
#a8655ab0aea267d .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a080aa0cd3ac13d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6633a81eaa45e7 .ap-counter {
  position: relative;
}
#a6633a81eaa45e7 .ap-counter::after {
  content: "+";
  font-size: 18px;
}
#aedf3a9096aa4d8 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a73a4ad88baeaae .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a73a4ad88baeaae .ele-wrap:hover {background-color: #509c49;}#adbe2a82afaf2f3 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#adbe2a82afaf2f3 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a122dae36dae5d4 > .ele-wrap {background-color: rgba(245, 245, 245, 1);}#ad476a627aa1ddd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ad476a627aa1ddd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ad476a627aa1ddd .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#af234a41bea1d1b > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa37aad2bbae7cd , #aa37aad2bbae7cd a{color: rgba(255, 255, 255, 1);}#a42d0a1bf4a652a .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a42d0a1bf4a652a .ele-wrap:hover {background-color: #0483cc;}#a727ba8202a80d6 , #a727ba8202a80d6 a{color: rgba(255, 255, 255, 1);}#a0199abe16a0276 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a0199abe16a0276 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0199abe16a0276 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a4606a9e77a588d > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a17a0ad16aa0bf6 , #a17a0ad16aa0bf6 a{color: rgba(255, 255, 255, 1);}#a5d71a3939af33d .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a5d71a3939af33d .ele-wrap:hover {background-color: #0483cc;}#a4cb2a3c19a693a , #a4cb2a3c19a693a a{color: rgba(255, 255, 255, 1);}#a80e3a4cc6aae0c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a80e3a4cc6aae0c .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a80e3a4cc6aae0c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a66c6a5df5ac6df > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab69fabaf8a9b04 , #ab69fabaf8a9b04 a{color: rgba(255, 255, 255, 1);}#a6e8da613ea940e .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6e8da613ea940e .ele-wrap:hover {background-color: #0483cc;}#ae844a0484af585 , #ae844a0484af585 a{color: rgba(255, 255, 255, 1);}#ae6afab055afe17 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ae6afab055afe17 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae6afab055afe17 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#af8d3ab247ab6c2 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a72a5abc09aa129 , #a72a5abc09aa129 a{color: rgba(255, 255, 255, 1);}#abddca924da3075 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#abddca924da3075 .ele-wrap:hover {background-color: #0483cc;}#a97d2a26f8abfed , #a97d2a26f8abfed a{color: rgba(255, 255, 255, 1);}#a0d74adcaea6c69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a0d74adcaea6c69 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0d74adcaea6c69 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#accffa2043ac70a > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a717da6020a2ede , #a717da6020a2ede a{color: rgba(255, 255, 255, 1);}#aeaefa2510ac6f2 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aeaefa2510ac6f2 .ele-wrap:hover {background-color: #0483cc;}#a8fa0abc9ba8411 , #a8fa0abc9ba8411 a{color: rgba(255, 255, 255, 1);}#a7bcdadca3a7080 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a7bcdadca3a7080 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a7bcdadca3a7080 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ad0c9a210eafdd2 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7cc6ae716ad6aa , #a7cc6ae716ad6aa a{color: rgba(255, 255, 255, 1);}#a0fb0a25c4a7bb4 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a0fb0a25c4a7bb4 .ele-wrap:hover {background-color: #0483cc;}#a0717a4dfeaf886 , #a0717a4dfeaf886 a{color: rgba(255, 255, 255, 1);}#afc95a3c36a5ec6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afc95a3c36a5ec6 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#afc95a3c36a5ec6 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a8022a4487a7e34 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa3d1a14c4a3e5c , #aa3d1a14c4a3e5c a{color: rgba(255, 255, 255, 1);}#a6173a9f11aedbe .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6173a9f11aedbe .ele-wrap:hover {background-color: #0483cc;}#a1a6ea4bcca9c40 , #a1a6ea4bcca9c40 a{color: rgba(255, 255, 255, 1);}#a70b1af7fba9cd4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a70b1af7fba9cd4 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a70b1af7fba9cd4 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#aecbba2171a2e05 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7228aef3ba186b , #a7228aef3ba186b a{color: rgba(255, 255, 255, 1);}#aecf1a865baf174 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aecf1a865baf174 .ele-wrap:hover {background-color: #0483cc;}#a2110af750a6547 , #a2110af750a6547 a{color: rgba(255, 255, 255, 1);}#aecbaa8960aad91 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#aecbaa8960aad91 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#aecbaa8960aad91 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a953ea96aea76c3 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8d20a2ee5a9b56 , #a8d20a2ee5a9b56 a{color: rgba(255, 255, 255, 1);}#abd75ae465a4681 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#abd75ae465a4681 .ele-wrap:hover {background-color: #0483cc;}#ad03baa13fa8d29 , #ad03baa13fa8d29 a{color: rgba(255, 255, 255, 1);}#a86a1a7804aeffd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a86a1a7804aeffd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a86a1a7804aeffd .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ada1fa63d9a5560 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aeaf4adeb8a7310 , #aeaf4adeb8a7310 a{color: rgba(255, 255, 255, 1);}#a5f1dafe84ab1bc .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a5f1dafe84ab1bc .ele-wrap:hover {background-color: #0483cc;}#aeabfad852a8fb3 , #aeabfad852a8fb3 a{color: rgba(255, 255, 255, 1);}#a4bf2acbf1a4482 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a4bf2acbf1a4482 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4bf2acbf1a4482 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a62c8a7f0ca2874 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1403a57f0a61ed , #a1403a57f0a61ed a{color: rgba(255, 255, 255, 1);}#a50bda5638acbf7 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a50bda5638acbf7 .ele-wrap:hover {background-color: #0483cc;}#a61eca06f4af7ca , #a61eca06f4af7ca a{color: rgba(255, 255, 255, 1);}#af156ace68ae7f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#af156ace68ae7f3 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#af156ace68ae7f3 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a04bfa0ad4a3dbb > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab12aad231aed45 , #ab12aad231aed45 a{color: rgba(255, 255, 255, 1);}#ad3cca3baaac149 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ad3cca3baaac149 .ele-wrap:hover {background-color: #0483cc;}#ab472a4aa6a1d8c , #ab472a4aa6a1d8c a{color: rgba(255, 255, 255, 1);}#a969eaea9fa5696 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7110a1621ac4af > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7253a7447ac115 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a44bca466bae5e6 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7bcea9ca3a74de > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3254af8c5a6b7e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a223da4250a2b22 {
  overflow: hidden;
}
#a223da4250a2b22 .img-wrap {
  transition: all 0.3s ease-in;
}
#a223da4250a2b22 .img-wrap:hover {
  transform: scale(1.2);
}
#ac8f8a2fc9a8898 {
  overflow: hidden;
}
#ac8f8a2fc9a8898 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac8f8a2fc9a8898 .img-wrap:hover {
  transform: scale(1.2);
}
#a336eac3b7afea3 {
  overflow: hidden;
}
#a336eac3b7afea3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a336eac3b7afea3 .img-wrap:hover {
  transform: scale(1.2);
}
#a183dac09eae9e3 {
  overflow: hidden;
}
#a183dac09eae9e3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a183dac09eae9e3 .img-wrap:hover {
  transform: scale(1.2);
}
#a0953ae8dfa29a5 {
  overflow: hidden;
}
#a0953ae8dfa29a5 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0953ae8dfa29a5 .img-wrap:hover {
  transform: scale(1.2);
}
#a687fa8e96a50db {
  overflow: hidden;
}
#a687fa8e96a50db .img-wrap {
  transition: all 0.3s ease-in;
}
#a687fa8e96a50db .img-wrap:hover {
  transform: scale(1.2);
}
#ab070a20b3a7c56 {
  overflow: hidden;
}
#ab070a20b3a7c56 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab070a20b3a7c56 .img-wrap:hover {
  transform: scale(1.2);
}
#aad14a04dba30a1 {
  overflow: hidden;
}
#aad14a04dba30a1 .img-wrap {
  transition: all 0.3s ease-in;
}
#aad14a04dba30a1 .img-wrap:hover {
  transform: scale(1.2);
}
#af920acb14a437c {
  overflow: hidden;
}
#af920acb14a437c .img-wrap {
  transition: all 0.3s ease-in;
}
#af920acb14a437c .img-wrap:hover {
  transform: scale(1.2);
}
#a2da2a5dada5675 {
  overflow: hidden;
}
#a2da2a5dada5675 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2da2a5dada5675 .img-wrap:hover {
  transform: scale(1.2);
}
#a1c08a4501a3c38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3a7ca58c8aed32 > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3e2ea5cecab595 .uk-grid {
  margin-left: -15px;
}
#a3e2ea5cecab595 .uk-grid > * {
  padding-left: 15px;
}
#a3e2ea5cecab595 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3e2ea5cecab595 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a3e2ea5cecab595 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a3e2ea5cecab595 .article .info {
  padding: 10px 0px;
  position: relative;
}
#a3e2ea5cecab595 .article .info p {
  margin: 10px 0 10px;
}
#a3e2ea5cecab595 .article svg {
  fill: currentColor;
}
#a3e2ea5cecab595 .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a3e2ea5cecab595 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a3e2ea5cecab595 .article.list-icon .info {
  padding-left: 25px;
}
#a3e2ea5cecab595 .article .datetime {
  position: absolute;
  right: 0px;
  top: 10px;
}
#a3e2ea5cecab595 .article .title {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
}
#a3e2ea5cecab595 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #999999;
}
#a3e2ea5cecab595 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a3e2ea5cecab595 .article:hover .title {
  color: #626262;
}
#a3e2ea5cecab595 .article:hover .datetime {
  color: #b6b6b6;
}
#a3e2ea5cecab595 .article:hover .category {
  color: #b6b6b6;
}
#a3e2ea5cecab595 .article:hover .abstract {
  color: #b6b6b6;
}
#a3e2ea5cecab595 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a3e2ea5cecab595 .article:hover .list_icon {
  color: #b6b6b6;
}
#ad121a1520ab9c4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a76dfa5be8a471f > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a20ffa7da6a217e .uk-grid {
  margin-left: -15px;
}
#a20ffa7da6a217e .uk-grid > * {
  padding-left: 15px;
}
#a20ffa7da6a217e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a20ffa7da6a217e .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a20ffa7da6a217e .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a20ffa7da6a217e .article .info {
  padding: 10px 0px;
  position: relative;
}
#a20ffa7da6a217e .article .info p {
  margin: 10px 0 10px;
}
#a20ffa7da6a217e .article svg {
  fill: currentColor;
}
#a20ffa7da6a217e .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a20ffa7da6a217e .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a20ffa7da6a217e .article.list-icon .info {
  padding-left: 25px;
}
#a20ffa7da6a217e .article .datetime {
  position: absolute;
  right: 0px;
  top: 10px;
}
#a20ffa7da6a217e .article .title {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
}
#a20ffa7da6a217e .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #999999;
}
#a20ffa7da6a217e .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a20ffa7da6a217e .article:hover .title {
  color: #626262;
}
#a20ffa7da6a217e .article:hover .datetime {
  color: #b6b6b6;
}
#a20ffa7da6a217e .article:hover .category {
  color: #b6b6b6;
}
#a20ffa7da6a217e .article:hover .abstract {
  color: #b6b6b6;
}
#a20ffa7da6a217e .article:hover .btn_icon {
  color: #b6b6b6;
}
#a20ffa7da6a217e .article:hover .list_icon {
  color: #b6b6b6;
}
#ada86aa1b2ac549 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3dd4aea57a593c > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7affa6abba8874 .uk-grid {
  margin-left: -15px;
}
#a7affa6abba8874 .uk-grid > * {
  padding-left: 15px;
}
#a7affa6abba8874 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7affa6abba8874 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a7affa6abba8874 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a7affa6abba8874 .article .info {
  padding: 10px 0px;
  position: relative;
}
#a7affa6abba8874 .article .info p {
  margin: 10px 0 10px;
}
#a7affa6abba8874 .article svg {
  fill: currentColor;
}
#a7affa6abba8874 .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a7affa6abba8874 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a7affa6abba8874 .article.list-icon .info {
  padding-left: 25px;
}
#a7affa6abba8874 .article .datetime {
  position: absolute;
  right: 0px;
  top: 10px;
}
#a7affa6abba8874 .article .title {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
}
#a7affa6abba8874 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #999999;
}
#a7affa6abba8874 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a7affa6abba8874 .article:hover .title {
  color: #626262;
}
#a7affa6abba8874 .article:hover .datetime {
  color: #b6b6b6;
}
#a7affa6abba8874 .article:hover .category {
  color: #b6b6b6;
}
#a7affa6abba8874 .article:hover .abstract {
  color: #b6b6b6;
}
#a7affa6abba8874 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a7affa6abba8874 .article:hover .list_icon {
  color: #b6b6b6;
}
#aa627a1efdaad25 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a84a3aecefa9063 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1094abbeda8cd6 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a3493aa5c4a7f63 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a3493aa5c4a7f63 .ele-wrap:hover {background-color: #509c49;}#ac4d6a1593af229 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ac4d6a1593af229 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac4d6a1593af229 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a642faf831a664d > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7366aca21a8966 , #a7366aca21a8966 a{color: rgba(255, 255, 255, 1);}#a9a43aefe3a2a91 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a9a43aefe3a2a91 .ele-wrap:hover {background-color: #0483cc;}#a9df1a3a96a6325 , #a9df1a3a96a6325 a{color: rgba(255, 255, 255, 1);}#aa9dda6cdeae8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#aa9dda6cdeae8de .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa9dda6cdeae8de .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a6260af526a0606 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab41ba9009aabe4 , #ab41ba9009aabe4 a{color: rgba(255, 255, 255, 1);}#aaeb5aa7bba2791 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aaeb5aa7bba2791 .ele-wrap:hover {background-color: #0483cc;}#a10d8a1250af499 , #a10d8a1250af499 a{color: rgba(255, 255, 255, 1);}#aff38a0f81ad41a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#aff38a0f81ad41a .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#aff38a0f81ad41a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#aefb3a222fac12c > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a59f3a5abfa93f9 , #a59f3a5abfa93f9 a{color: rgba(255, 255, 255, 1);}#a9ba2a6614a92e1 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a9ba2a6614a92e1 .ele-wrap:hover {background-color: #0483cc;}#aefeca839ba4118 , #aefeca839ba4118 a{color: rgba(255, 255, 255, 1);}#ad5eaad11fa8c5a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ad5eaad11fa8c5a .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ad5eaad11fa8c5a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a6942a7af6a6345 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac398a9f44a54f6 , #ac398a9f44a54f6 a{color: rgba(255, 255, 255, 1);}#a7f38a7c77a15bd .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a7f38a7c77a15bd .ele-wrap:hover {background-color: #0483cc;}#ac924aca7fa1a5b , #ac924aca7fa1a5b a{color: rgba(255, 255, 255, 1);}#a5873a243ea903d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a5873a243ea903d .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a5873a243ea903d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a38d4a1af8aed66 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa615af4afa0cc7 , #aa615af4afa0cc7 a{color: rgba(255, 255, 255, 1);}#a08e2a9417aeaa7 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a08e2a9417aeaa7 .ele-wrap:hover {background-color: #0483cc;}#ac601ad5eaaebdd , #ac601ad5eaaebdd a{color: rgba(255, 255, 255, 1);}#a01bfa380ca259c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a01bfa380ca259c .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a01bfa380ca259c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a5458a493aaaef1 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acf6ba7d7ca0e12 , #acf6ba7d7ca0e12 a{color: rgba(255, 255, 255, 1);}#a4eaaa0c76a4dfe .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4eaaa0c76a4dfe .ele-wrap:hover {background-color: #0483cc;}#aff5ea236eafa5c , #aff5ea236eafa5c a{color: rgba(255, 255, 255, 1);}#a0966ac716a2fd7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a0966ac716a2fd7 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0966ac716a2fd7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#afc13a6128a828d > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ace95a49b5adcc1 , #ace95a49b5adcc1 a{color: rgba(255, 255, 255, 1);}#aa153a27b0a3342 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aa153a27b0a3342 .ele-wrap:hover {background-color: #0483cc;}#a9aa4acc4aa98ba , #a9aa4acc4aa98ba a{color: rgba(255, 255, 255, 1);}#acb25a189ea660f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#acb25a189ea660f .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#acb25a189ea660f .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a6d29a0692acbc5 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abc4baffe8a4bc7 , #abc4baffe8a4bc7 a{color: rgba(255, 255, 255, 1);}#a7badad643a5f6a .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a7badad643a5f6a .ele-wrap:hover {background-color: #0483cc;}#a5126a6b55a8e72 , #a5126a6b55a8e72 a{color: rgba(255, 255, 255, 1);}#aee0ba816fa5894 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#aee0ba816fa5894 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#aee0ba816fa5894 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a3271a897fa2377 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a06b4a8b52a94e6 , #a06b4a8b52a94e6 a{color: rgba(255, 255, 255, 1);}#ac262a9bada6863 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ac262a9bada6863 .ele-wrap:hover {background-color: #0483cc;}#a61e4a69e0a9062 , #a61e4a69e0a9062 a{color: rgba(255, 255, 255, 1);}#adc70a3b13a60d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#adc70a3b13a60d1 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#adc70a3b13a60d1 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a9ad0a9300a30d2 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9338aaeecaa165 , #a9338aaeecaa165 a{color: rgba(255, 255, 255, 1);}#ac5cba20ccab1c6 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ac5cba20ccab1c6 .ele-wrap:hover {background-color: #0483cc;}#a4f07acfadabc07 , #a4f07acfadabc07 a{color: rgba(255, 255, 255, 1);}#ae27dab3edae906 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ae27dab3edae906 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae27dab3edae906 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a0150a1fbca44d5 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6a93ad474a61d3 , #a6a93ad474a61d3 a{color: rgba(255, 255, 255, 1);}#aae2ca450aa043f .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aae2ca450aa043f .ele-wrap:hover {background-color: #0483cc;}#ae7f4a1db5afc6c , #ae7f4a1db5afc6c a{color: rgba(255, 255, 255, 1);}#a7077a2731afcba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a7077a2731afcba .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a7077a2731afcba .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#aa7dead492a18df > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a15f8ae5eaae2c5 , #a15f8ae5eaae2c5 a{color: rgba(255, 255, 255, 1);}#ac179a0791a74cc .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ac179a0791a74cc .ele-wrap:hover {background-color: #0483cc;}#a37aba782ea7e47 , #a37aba782ea7e47 a{color: rgba(255, 255, 255, 1);}#aa4dda2071a8789 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#aa4dda2071a8789 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa4dda2071a8789 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a05c1a5de5ae333 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6d9aa75baaf129 , #a6d9aa75baaf129 a{color: rgba(255, 255, 255, 1);}#aba69a6304af395 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aba69a6304af395 .ele-wrap:hover {background-color: #0483cc;}#a953eadee0ac1c9 , #a953eadee0ac1c9 a{color: rgba(255, 255, 255, 1);}#a275ba6c4ead557 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a275ba6c4ead557 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a275ba6c4ead557 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#acf93a9f06a38cc > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6bdca2302aafe6 , #a6bdca2302aafe6 a{color: rgba(255, 255, 255, 1);}#a8938ae87ba88e8 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a8938ae87ba88e8 .ele-wrap:hover {background-color: #0483cc;}#a5bb0ade6eaf404 , #a5bb0ade6eaf404 a{color: rgba(255, 255, 255, 1);}#a36d5af19faa9d5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a958eabcfdad7d6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac0e4a84aea5dc0 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a630ba341fa8026 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a630ba341fa8026 .ele-wrap:hover {background-color: #509c49;}#ad19eac35aafc04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4ee7a0165a918c > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1412ae581a3f98 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9fa6a29eca0be7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a874aaf6b8a6b0e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2fa4a2d64aaf3f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8831ae5b0aec5e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a535ea675fadfec > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ad887af366ac0b1 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a0ce8a077fa9200 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a0a6da290aa2003 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a3f62a78dda906f > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a0103a0175af00d > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a6e00a791ea9cf1 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a52cbad926a3e69 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a4849a18d1af7e0 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a7d79a71e9a07a1 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a7fb0a749fa7e94 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af37da3a3eafc0a > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ac47aa43b8ad962 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a0626a2880af55f > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a3e82abca2aed9f > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a46f4a70bfa0aa8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a673ba476ba3459 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a4f0aa1baaab78a > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a762fa0357a14b4 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2665a58f3a1a7b > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d74ac22ea0ccf > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe30a8949a80ec > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa93ca854ea9c85 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#a3e24a3bb8a74ed > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1842abd35a9243 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeef9a1a7caa908 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3f38a33cba1ad9 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a0143afb8aa82dc .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a0143afb8aa82dc .ele-wrap:hover {background-color: #509c49;}#aed78a6661ad988 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a52f7a3126a5ba8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#a2121aaf4fa92f6 > .ele-wrap {background-color: rgba(247, 117, 133, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a6995afe7fae1c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6172ab521a71d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#aa07aa968faf13e > .ele-wrap {background-color: rgba(243, 91, 110, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a3f67a263dad763 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#add10acfe2ae249 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#ab52da695ead460 > .ele-wrap {background-color: rgba(243, 91, 110, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a003aa1a2fa376d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa4e1ad960a871d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#a9258a9fcaac0f3 > .ele-wrap {background-color: rgba(243, 91, 110, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#afe03acb16ad0f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac34aa4e45a0f63 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af60eab70fa2664 > .ele-wrap {background-color: rgba(241, 70, 54, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#afbcca32f6aeee2 , #afbcca32f6aeee2 a{color: rgba(255, 255, 255, 1);}#a7080a9610a1b28 > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(65, 125, 215, 1);border-right-style: solid;border-left-color: rgba(65, 125, 215, 1);border-bottom-color: rgba(65, 125, 215, 1);border-top-color: rgba(65, 125, 215, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a1af1a024eaab02 > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(65, 125, 215, 1);border-right-style: solid;border-left-color: rgba(65, 125, 215, 1);border-bottom-color: rgba(65, 125, 215, 1);border-top-color: rgba(65, 125, 215, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a07b4a49aaafdca > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(65, 125, 215, 1);border-right-style: solid;border-left-color: rgba(65, 125, 215, 1);border-bottom-color: rgba(65, 125, 215, 1);border-top-color: rgba(65, 125, 215, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a1966adfdbacb89 > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(65, 125, 215, 1);border-right-style: solid;border-left-color: rgba(65, 125, 215, 1);border-bottom-color: rgba(65, 125, 215, 1);border-top-color: rgba(65, 125, 215, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#ab68fabf24a2d50 > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(65, 125, 215, 1);border-right-style: solid;border-left-color: rgba(65, 125, 215, 1);border-bottom-color: rgba(65, 125, 215, 1);border-top-color: rgba(65, 125, 215, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#aab88a303fa0cba > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(65, 125, 215, 1);border-right-style: solid;border-left-color: rgba(65, 125, 215, 1);border-bottom-color: rgba(65, 125, 215, 1);border-top-color: rgba(65, 125, 215, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a5da9aa60aab74e > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(65, 125, 215, 1);border-right-style: solid;border-left-color: rgba(65, 125, 215, 1);border-bottom-color: rgba(65, 125, 215, 1);border-top-color: rgba(65, 125, 215, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#abd4baa79daf4f8 > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(65, 125, 215, 1);border-right-style: solid;border-left-color: rgba(65, 125, 215, 1);border-bottom-color: rgba(65, 125, 215, 1);border-top-color: rgba(65, 125, 215, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a23eaa870aabd39 > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(65, 125, 215, 1);border-right-style: solid;border-left-color: rgba(65, 125, 215, 1);border-bottom-color: rgba(65, 125, 215, 1);border-top-color: rgba(65, 125, 215, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#ad267a2305a3221 > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(65, 125, 215, 1);border-right-style: solid;border-left-color: rgba(65, 125, 215, 1);border-bottom-color: rgba(65, 125, 215, 1);border-top-color: rgba(65, 125, 215, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a0b53a0a91aa8dc > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(65, 125, 215, 1);border-right-style: solid;border-left-color: rgba(65, 125, 215, 1);border-bottom-color: rgba(65, 125, 215, 1);border-top-color: rgba(65, 125, 215, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#aef28abea3a8ca3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aef28abea3a8ca3  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a4f73ac897a7b4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a4f73ac897a7b4d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ac868abd64afd1c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ac868abd64afd1c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af003a4e35a0ed0 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a309aa76d5a3741 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3a1fa6a70a3fc6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7890a3627a7ed1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6ab6aaaf7a5ec5 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9783a95b2a9e29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a9783a95b2a9e29  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a3d3da7dd3a858f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adfe9a7019a63be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8f84ad0e0a65f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a448aae3aba67a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afb0cae48eaddeb .form-agree {
  display: flex;
  align-items: center;
}
#afb0cae48eaddeb form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afb0cae48eaddeb .form-item .uk-input,
#afb0cae48eaddeb .form-item .uk-select,
#afb0cae48eaddeb .form-item .uk-textarea {
  width: autopx;
}
#afb0cae48eaddeb .form-item .auto-height {
  height: auto;
}
#a6f38aaad7ad2cb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a775daad48a964f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7aa4a35fcaafba .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a7f70a1ad3a2ad9 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a7f70a1ad3a2ad9 .ele-wrap:hover {background-color: #509c49;}#a0939a3d79af7d0 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6e7ea0b22ab7de > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0782a68c4a374d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a0782a68c4a374d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ae993aba00a6b43 , #ae993aba00a6b43 a{color: rgba(74, 144, 226, 1);}#a1259aa80fa6da6 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2804ac30da7036 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#ad3d3ae6b6acfb5 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#ad4b7a4f5aa8ce4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a72e6a2fe6a0645 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#ab83ea46ada2f59 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a9140afc23a3bd5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a46e1ae83baa8c1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#a2cf3aa5b5a9ccd > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a3808a64bbab732 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae90daa738a794e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#a90d1ac3e1a2ced > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#ab509a32e5a12f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a43fba0c40a496b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#ac79caa94dadedd > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a21fda99e4afe0d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a45f9a1804a8863 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4cd4a8fdda235a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a090daedd9a3b64 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3699af386a3a79 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#ad5d8acb5ca47dd .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ad5d8acb5ca47dd .ele-wrap:hover {background-color: #509c49;}#a6ea5a8161a7a0b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0215aa529a49a4 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a299ca3f26a225b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a484ea6beaa6154 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad18fa95bea5732 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afd55aedb3a4631 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4e85ace38a4188 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abdb3a7601a1a03 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#abdb3a7601a1a03  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aedfaaa077a56dd > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3008a84bea9187 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af392a33c0aedc4 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3fbba0775a00ba > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5648a53baac478 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a33daa9cd8a22de > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7366ae8e9abb27 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c78a48d6a84aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a49f8a44eda315a > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab87ba1f30a6365 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9209af24aac457 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8905a078fa4ab3 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b0aa45b8a3aac > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6884af529a3aa0 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65e3a77e2a295e > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9780a35a0a2239 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#add97a64c6ad2f7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad457a49b5a8987 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c41a88f8a4952 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1b8a80b9a211c > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e8a1206aace5 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56c1adc5baae97 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab73facb55a4e61 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f41a4a2eae898 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4ee5a2512abea1 .form-agree {
  display: flex;
  align-items: center;
}
#a4ee5a2512abea1 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a4ee5a2512abea1 .form-item .uk-input,
#a4ee5a2512abea1 .form-item .uk-select,
#a4ee5a2512abea1 .form-item .uk-textarea {
  width: autopx;
}
#a4ee5a2512abea1 .form-item .auto-height {
  height: auto;
}
#ab62ea26e6a2bfe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a172ca6c85a3412 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a59b1ad9cba820a .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a5917ab34faf58a .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a5917ab34faf58a .ele-wrap:hover {background-color: #509c49;}#a5cb5aefcba4ad2 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9deaac5b3a90fb > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e22ae136a9e80 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad126a668cac9ab > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f66af019a4ed7 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6ae6a12baa6c35 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5e71af067ad7cb > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a817dad760a06bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7df2aa867a81cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac8a5a3961a690b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7f10a239ba9a19 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa9aba7760a7413 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a631fa46d4a7efe > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a85faa1e74a7a7a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#a9e09ae5e8ab45f > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#ad1bea3b76addf0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a08eeacd2da1df9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#a5a82a1c08abb88 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a9c71a0d47a8ab4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af385aaad3a9517 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#aec1aa8fe8a3b72 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a26b6ad306a4241 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aecb9ad1bfad9c6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#ab53fa2578a46e5 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#ac1c5ab0a3aebec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1f2da1a92a4023 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#ae988aefe2ac738 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a4ee3a3f2fa87d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afd21a7b00afa13 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aec1aad550a3d13 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a05e3a9e87a5936 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a414ca364eaea69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abb29a2508a81ef > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7671af09fa4c41 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5cb9aee2ea96d3 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6688a2cd0af7be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae73ca1569a645b > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a77e9abde9a2591 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8686af6b1afa48 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8fe5a4010ae5d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7c57a78baa3f7c > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a69d5a140ca94aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6ffea38f7ab88f > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a04c6a1555afffb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a85d3ae1a8ac51a > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4b80a62c3a465b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab9b6a6eb3adc82 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aceb2a202fa2b16 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7b35a0914a5b9f > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b8aa952daf708 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acf29a8929a5d0c > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10e1a6065a42ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a088fa831baf4e2 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa9c2a4898a470a .form-agree {
  display: flex;
  align-items: center;
}
#aa9c2a4898a470a form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aa9c2a4898a470a .form-item .uk-input,
#aa9c2a4898a470a .form-item .uk-select,
#aa9c2a4898a470a .form-item .uk-textarea {
  width: autopx;
}
#aa9c2a4898a470a .form-item .auto-height {
  height: auto;
}
#aff63a72daa8e7c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a60e0a1196a4c61 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7afea2ff4a37dc .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a201ea0d3da2556 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a201ea0d3da2556 .ele-wrap:hover {background-color: #509c49;}#a7499a47ffac3c9 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1f84a3fb4a009d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#a7357a85c1a270b > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#adb6eadb11a8c1c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae707a9156a6dc0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#a253ea750aa6d9d > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a0e93ac39ca667c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a218ba3769ae076 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7e99a5ddeab3a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a7e99a5ddeab3a9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a7b5da8f4ea3faf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a7b5da8f4ea3faf  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a2154a0a2aa22f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a2154a0a2aa22f5  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aab39af666a753b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aab39af666a753b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a4201a985ea73f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a4201a985ea73f3  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a3f02ab8f7affa8 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6befaf1e4ab9bf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b48a0e8ea1c5c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a22f7a7874a21db .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a55e3a0002acd3c .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a55e3a0002acd3c .ele-wrap:hover {background-color: #509c49;}#a4305aa129a2989 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a4305aa129a2989 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ae532a3b81a0c78 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a952ea5560aa6f9 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab50a8646a92e2 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a781baf5f8ae748 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac346a9604a4bd3 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a484ca5328a490e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5ab3ab08aa0ae0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a5ab3ab08aa0ae0  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ae083a4fa5a908f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3760ae11eae9b1 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aaf96a9020abe47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9505a00cfa6c73 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7670a6e84a2e59 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6b37ae07aa45eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aaa61a3235a2608 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aee93a6477abb99 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a38abafd35ad54e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#a5b7ba9414afbd2 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#abc7cabb0ca687a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aae73a7307ae845 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#a7bbba5964a4dce > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a64fdaccadab61c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad0e4a96ffa0b5a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#a3c66a7bd6a482a > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#ad0aba1441abc07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8389a4005a9485 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#a1a3bacff9aebad > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a93f9ab07ba44f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9ddea89d2a2ab8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#aa863ae509a2f22 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#afe18abfbcafc06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a87d0a4f04a8b83 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);}#aa1ceacbb8aea1b > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 400px;border-top-left-radius: 0px;border-top-right-radius: 0px;}#a5b63a860da0570 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a32d0a27a0acf2e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac133a3500a10f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac275af27baaedd > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa4eba92aeab8c3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8e0ba2c78a87c6 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a59bca3c43a7cef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad7a3a8536aa33a > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a25e3a4e5aa2327 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a200aab482a66b1 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a997aab872a43d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3774a3d27a67a3 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3ba1a09bfa37b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aaa0da113faf42b > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2da4ac122a86db > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1e3bad106a8a72 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa0d3af7f8a0321 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a71b4a42b1ab212 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aafe6a145ca3ef4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0f50aa247a8415 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a48fba6c94ae800 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aaccba4fcdaeb7b > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a20afa203fa294f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a29aaa2c44a4834 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6bd1aeb9fa778a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae865af5cfa6e1e > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ef6aa2dfaab85 .form-agree {
  display: flex;
  align-items: center;
}
#a0ef6aa2dfaab85 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0ef6aa2dfaab85 .form-item .uk-input,
#a0ef6aa2dfaab85 .form-item .uk-select,
#a0ef6aa2dfaab85 .form-item .uk-textarea {
  width: autopx;
}
#a0ef6aa2dfaab85 .form-item .auto-height {
  height: auto;
}
#a59c1a931aa6711 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6083ab94aa0f6b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a24d0afdfaa9338 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#ad67aa847daed46 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ad67aa847daed46 .ele-wrap:hover {background-color: #509c49;}#a271ea2805a3a92 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af640aca46ad7f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae18cab566a8ea4 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a18b3a35ddae091 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3f82a2785ae147 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad33fac729a4775 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af946a618da5a9b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa498afe9ba4910 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab573a8e53a6dea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae20bac275a68a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2faba7a58adfc8 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae7fba6971ade9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8e7ea1adaaa53a > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af07dad098a8972 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3043a628aa31a6 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a91b8a0009aa4f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abbbfad2c9a69e6 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a53c7a4c3ea1d70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a943ba3a0ea9dc5 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96b7a8131af73e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a28dca6caaa18a9 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a81fea4debab603 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aff14a9981ab00c > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae2e5ad1ccab7e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a468cabcefaaa9a > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#add50add3fa75cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9bccaf551a88ce > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97e6a1d73a2d6c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6caeac18aa0cf3 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9477ad764af998 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2bfba8d65aec20 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5feaa6b52a40e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9148a8e0ba5966 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a40faac8b3a03ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a093fa3670ab873 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4fdeaec60a6666 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a936ba475aac482 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ada62a0829a0fbb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae50eabed4adbb7 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a5779a80ecafad7 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a5779a80ecafad7 .ele-wrap:hover {background-color: #509c49;}#a6036a1a55ac17d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7b60af369a2c60 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4fc6a9a36a519b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3ce5ab26ba4877 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa242a746faf78c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a983aa310ea1707 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8adca5693a73d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a8adca5693a73d4  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a4037ac957ab69f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a4037ac957ab69f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ad754ad8c3a7c90 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ad754ad8c3a7c90  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aca3aa5619adba3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aca3aa5619adba3  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a9730a7234a6d55 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a9730a7234a6d55  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a5ef1a33cba4420 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a5ef1a33cba4420  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ad757aebc4af911 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6a83a21c3ab4c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a6a83a21c3ab4c9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a2176a0179a4dbd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a2176a0179a4dbd  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#affaba642baf5b9 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac1b4a3eafae3c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ac1b4a3eafae3c9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a9078a2468adfc6 .form-agree {
  display: flex;
  align-items: center;
}
#a9078a2468adfc6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9078a2468adfc6 .form-item .uk-input,
#a9078a2468adfc6 .form-item .uk-select,
#a9078a2468adfc6 .form-item .uk-textarea {
  width: autopx;
}
#a9078a2468adfc6 .form-item .auto-height {
  height: auto;
}
#ae2e3a1273a344e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adfcfaa50eaa2a0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7822adaf9ad590 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a57a5a2bfeae273 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a57a5a2bfeae273 .ele-wrap:hover {background-color: #509c49;}#ae1c7af44ba6696 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9955aac13a193b > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4e74ab191a89d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a4e74ab191a89d0  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a66a1ad5a5a87a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9f44a8713aab73 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa0c4a21acaaaa5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4bc5a8036a9875 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af930aa6efacdf5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aca55ad631ab477 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acd3aadb72a39a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab28bab718a218b > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4014a3d53a134c > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6814a2437a9d8b > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f61a94caa0911 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9590ac0aead648 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6b21a0e0ba1cf0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afd30a42fca9c21 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0a44a7b78a1c0b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af1e6a0c6da2ea2 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a37cca4ccead17d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a66efa6e3cafc8f > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2073a4b40aa06e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abce3ab3e3aa5a7 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ab4a6c7fabd27 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6584ad0aca4eea > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6bca93b4a110c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8511a3f17ad9b0 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2539ac1edaf45f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4206a823ca121b > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a39c5a2c2ea43f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5dc3a0fcfab879 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adedfa6182a1b18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0f9fa13a3a0b29 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8cdcad26fa1d7e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac02aab281ad77d > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a519fa69b2a1e39 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a149ea4237a08f4 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc78a93d0a88f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acc17a5557adbbf > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1177ab023a7d8a .form-agree {
  display: flex;
  align-items: center;
}
#a1177ab023a7d8a form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1177ab023a7d8a .form-item .uk-input,
#a1177ab023a7d8a .form-item .uk-select,
#a1177ab023a7d8a .form-item .uk-textarea {
  width: autopx;
}
#a1177ab023a7d8a .form-item .auto-height {
  height: auto;
}
#a63afa07bda031f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2911ab8a4a5c40 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa4f2afceda3ffa .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a4d31ad573a62b7 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a4d31ad573a62b7 .ele-wrap:hover {background-color: #509c49;}#a73e5a7cf0a80f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1f6da037aa9e4a > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4db6a7bfca86ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2acda2264aa849 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1835a6a4fac6f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af1a8a555cae963 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae0baa7d3eaa629 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab500a16a8ad07c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#affcaabf31a5892 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8edaa93eda958e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abbf9a4f94af728 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab28ea56e7ae547 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ab28ea56e7ae547  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aac78aa50ea3a55 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a89bea8ef9a32d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d43a44b0a014d > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#a0b57abd02a53d8 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9625aa7a7a925b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9cf4a3aeba6672 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a13a4a3162a1301 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9a6bab1aca5527 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a38f9a65d7a224f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a48efa561cad70e > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaabda5057ae0da > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0fe2abe0baedc7 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a765ca71aca95e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a89e9ae458adeba > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af472ad32ca55b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a18cba237da89fe > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5131a3324a04a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7edbaa959a94d5 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adbfeac483a5207 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8e66a2d69a58b4 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c8bac352a28fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3818a3db5a2c41 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abde8a748aacdce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9ac5a113fac572 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0e0fa9299ac8b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afc23ae7cfa1e5a > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af0e9af166a71be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a221cad15ea9841 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a52dea890baa3a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aaee0aac80a2430 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a172bab31ead525 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad121ada6da990c > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a766aaf976a079d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6aafa96b0a6fbd > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f9da6673a559b .form-agree {
  display: flex;
  align-items: center;
}
#a6f9da6673a559b form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6f9da6673a559b .form-item .uk-input,
#a6f9da6673a559b .form-item .uk-select,
#a6f9da6673a559b .form-item .uk-textarea {
  width: autopx;
}
#a6f9da6673a559b .form-item .auto-height {
  height: auto;
}
#a6d97a11eead2d9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeb87a9dfaaab20 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abb99ae82ca50d3 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#af1a1aaaf7ac6ca .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#af1a1aaaf7ac6ca .ele-wrap:hover {background-color: #509c49;}#a9cfca423bab7ad > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a45edad14aa5969 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a73d6ac040a282d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#af037a8f3dad6fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a91a3a5c2ba3cb7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#af305a9e67a9970 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a30a0a8529a50db > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3514ab680a67e3 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab8c3ad58daa2b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ab8c3ad58daa2b9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a8939a0ce1ae7cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a8939a0ce1ae7cf  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a72f0a7be9afc0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a72f0a7be9afc0f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a1cb2a07c0aa96f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a1cb2a07c0aa96f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a1b2ba0a12a4a31 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a1b2ba0a12a4a31  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a821fa8913af1b8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a821fa8913af1b8  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a9d99a017fa85e1 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae602a162ba503c .form-agree {
  display: flex;
  align-items: center;
}
#ae602a162ba503c form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae602a162ba503c .form-item .uk-input,
#ae602a162ba503c .form-item .uk-select,
#ae602a162ba503c .form-item .uk-textarea {
  width: autopx;
}
#ae602a162ba503c .form-item .auto-height {
  height: auto;
}
#a6d6ea13f8ab5e1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad54fa9003aa558 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aafdaa2240a03d7 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a600fa8b8fa224e .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a600fa8b8fa224e .ele-wrap:hover {background-color: #509c49;}#a9160a5464acfd3 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ade09ae7cba9806 .form-agree {
  display: flex;
  align-items: center;
}
#ade09ae7cba9806 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ade09ae7cba9806 .form-item .uk-input,
#ade09ae7cba9806 .form-item .uk-select,
#ade09ae7cba9806 .form-item .uk-textarea {
  width: autopx;
}
#ade09ae7cba9806 .form-item .auto-height {
  height: auto;
}
#a3612a24a3a8fd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab253adc4da4a08 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aaf4dab715a4c31 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a825ca44c1a1c28 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a825ca44c1a1c28 .ele-wrap:hover {background-color: #509c49;}#a5ccea9128abe62 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a5ccea9128abe62 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a40cea5d3dae78d > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4c72a559aa295a > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9095a1fcda5ef8 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab9dfaa3c4a4584 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ab9dfaa3c4a4584  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aca16a95e5a4726 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2759a8cfdad5c7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae70facdb0aa094 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8340aac85a263e > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af933a2f0cac103 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a460ca8b80a99b4 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2d07ae7b4a8f36 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a62d0ad019ad909 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e8eadf06ae2df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0163a4e0fad4f7 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c5fa1063a22eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5387a4ae8a79ac > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6801ac785a7532 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7361a304caa64b > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3467a9463a743b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a58a8ac78ca8e6d > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a342ba2334acdb0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa939ab8dca0908 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a91e2aa1dfa0040 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afa95ab771a3bce > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a828ca7e98a3940 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a58b7abbe0aef7a > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d5aa6aa4a7ad3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab9ada356caac87 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4696a6927a1411 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4a7ba81b4a865e > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af001a3e9baa43d .form-agree {
  display: flex;
  align-items: center;
}
#af001a3e9baa43d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af001a3e9baa43d .form-item .uk-input,
#af001a3e9baa43d .form-item .uk-select,
#af001a3e9baa43d .form-item .uk-textarea {
  width: autopx;
}
#af001a3e9baa43d .form-item .auto-height {
  height: auto;
}
#a0cf4a2ddba4cdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a424caf046ada3f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8485a476ea0d37 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a01b0ac75ba7aa6 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a01b0ac75ba7aa6 .ele-wrap:hover {background-color: #509c49;}#a2996a2c03a3c72 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a527bacc41a0f7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9dedab2a1a74f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a468ca87ada2e8c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ababdab8adad5a3 .form-agree {
  display: flex;
  align-items: center;
}
#ababdab8adad5a3 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ababdab8adad5a3 .form-item .uk-input,
#ababdab8adad5a3 .form-item .uk-select,
#ababdab8adad5a3 .form-item .uk-textarea {
  width: autopx;
}
#ababdab8adad5a3 .form-item .auto-height {
  height: auto;
}
#aa6faab186a1d4e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af93aa68dcad0e6 .ap-counter {
  position: relative;
}
#af93aa68dcad0e6 .ap-counter::after {
  content: "+";
  font-size: 18px;
}
#adff8a6c05a501a .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a27e3a0e63ac4e2 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a27e3a0e63ac4e2 .ele-wrap:hover {background-color: #509c49;}#a7d05a1a48a4c39 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a7d05a1a48a4c39 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a851ca5a18ad399 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a851ca5a18ad399 .ele-wrap:hover {background-color: #0483cc;}#a0de4a7940a4472 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a0de4a7940a4472  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#afda0ab52fac2eb > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7139a0ecdacf59 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab004aa1e0aa917 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aab95a727ba555a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#aab95a727ba555a  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}#a4b00af19da5f51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#a4b00af19da5f51  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}#aff63abe27a0c86 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#aff63abe27a0c86  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}#aa894a8cc7a441e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad531a7499ad42c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1005ab483a2fdb .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a6bc8aa32fa9854 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a6bc8aa32fa9854 .ele-wrap:hover {background-color: #509c49;}#afb94a9955ad1e9 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#affada3505aca9a > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab24ca1b3bace52 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a37e2afb12af96c > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a407ea1558a0a36 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a43edafac6a9a99 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8d7ea5ca5a5df2 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a4eb3a4a95a3f2f > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#affbba6264adec2 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a34e4aa02ea65af > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a07aba4076afa67 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a1273a563fa0e1c > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4a94a83fdafda6 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ab734a6ed1af3cb > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a87f9adf74a507c > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a0f67a3e81a1cf6 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5881a287baf549 [data-item="undefined"] {background-color: rgba(40, 140, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8fb6afe60a4a2c .form-agree {
  display: flex;
  align-items: center;
}
#a8fb6afe60a4a2c form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a8fb6afe60a4a2c .form-item .uk-input,
#a8fb6afe60a4a2c .form-item .uk-select,
#a8fb6afe60a4a2c .form-item .uk-textarea {
  width: autopx;
}
#a8fb6afe60a4a2c .form-item .auto-height {
  height: auto;
}
#a05f0a2406ae71b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af0bfa7ce5a3050 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adc3ca90eaa60e2 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#afaaca2e7ca15d7 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#afaaca2e7ca15d7 .ele-wrap:hover {background-color: #509c49;}#a6b82af3d9a5c03 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a84f1a08c5ad3b5 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0a2aaf2f2a9b21 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab1f2a5defaa0a0 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7defa6557a0eae > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3ba2a495aae35c > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c02a3ed2a1c00 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a007fa943da1afb > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7aabab8f1aa4ce > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a594fa4432ab72a > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae6d0a08d1a785f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4dfaa204ea3d1d > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a07c5afba8a51f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab4fca23f9aa4ba > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4b16ad1ebab78a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0a7ca2a99a3b64 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5033a93cea7f86 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aed89af1b1a7a39 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65d0a45d2acc38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a625bab2fea4728 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aed17a439ba732a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aaae1a93c2acc20 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ac3a6a23a25d5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abe0aae751a8bb5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70cdad027a1093 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a39d3ad81baac23 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a39d3ad81baac23 .ele-wrap:hover {background-color: #509c49;}#a9575aa72da3197 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4a08ac558a496f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adeaea6be7a52f9 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66cba371caf195 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae69a7abfaf2ac > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7da3a4ebeaf158 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a72d2a800face9a > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87cca8dcaa0152 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad5a1a93f1adbe9 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5244abce7ab879 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a631fac253a5cdd > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2bd6a876ca24ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abd81ae565a3a6e > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac795aff7aae2a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae407a046da8093 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae546a11f0abc87 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2f86a5bf6a9e85 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4471aae16a18a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7ecfa0d2ba8aac > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1302a6db0aca72 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7db7af58da941d > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac696a8f12ababd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac2ecafac2a520f > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc41ab164a2dd6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3670ab3d2a75f5 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a37c7a2596a37a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aee1dae7bcac6b5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adc92a222fa5b29 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a9ca8ab422a845a .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a9ca8ab422a845a .ele-wrap:hover {background-color: #509c49;}#ae15aab275a4648 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4040a0b5baa7bc > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a14d7aa214a82bb > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeab9aa511abaa4 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6652ab808aeab7 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab40aaf81daf385 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b3fa0553a270c > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a49f1a1841a1797 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1feaa99a6abf95 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2090a1b86aa80e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aeb3fa4e91ad786 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a648aa4434a2758 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa682a395bae44a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3d31a2c31ae4c6 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1eaaa5173a4d40 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7c62afa1ca8aae > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a71f1a20daad092 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3395a7b98a16ec > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acfa7a9aa5a0746 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab59ea6525ac550 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c5ca5cdca8f7c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae74ca7e92a7563 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0b57a592ba6d24 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abfffaa0a6a6fa0 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#addbda9ddea0143 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2905a9135adaf9 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5053a4349a024f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6319ac6fea00d8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a297ba6dd7a2a61 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a985dae2a9a45d8 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a985dae2a9a45d8 .ele-wrap:hover {background-color: #509c49;}#a05a5a9fe1a0246 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac922a3c01a4bde > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6e56aae00a4c67 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adb37a788aad817 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa821a5532ae40b > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0253a5e64a5efc > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab819ac2a0abba3 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5583a15bca7643 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0f33a208eaacda > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2211a3a84a48ff > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af55eaf163ae9c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af711a0606aaf99 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af412ad3eea2e41 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af2fba9b72ae66c > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8653af1bda0fbe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0110a3564a4364 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f89ae8dbac1c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1853a0230a2c55 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a38e0aab83a68c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acc49a6690aece4 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aacc1a4b76ab455 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a234ea7aa5a5241 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9ff3ad743a2003 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a158bace07a8856 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a804fa1eb2a1f70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acd9fa4c90a916b > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7cc7a8ad2a5ca6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa556a9d57ae8cb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7108a0521a0839 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#adf6da6183a564d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#adf6da6183a564d .ele-wrap:hover {background-color: #509c49;}#aefb6ab8a8ae500 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6217aba17a04b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab087ad314ad3ba > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae755ac3a9aecef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1d88a2695a606b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2122a6be2ade76 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a77d7a2be3a4807 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4003ab53ba74a6 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9685a2488af81d > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa366ac411aedc9 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab393a428aa3eeb > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa50face64a5283 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aee8faa5b8a9bd3 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7251a474babb65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acfafad830af521 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affbeaff44a833c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a75b4a8936a1aa0 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7810a2c6da41a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8e1cab9f6ab3c3 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d5aa8d49aa9d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9e74a6a9ca4695 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a945ea9d78afd88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4e01ad67aa053f > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e7ca55fba8df8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6e87aafc3a5973 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a436fac46ea7d4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afff8a145bab14b > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a64a8a4952ab660 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a171fa99cda5615 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5263a3491a7364 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a9ff2a839bae2c1 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a9ff2a839bae2c1 .ele-wrap:hover {background-color: #509c49;}#af812a22c0a751e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2689a7f6aa05a6 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa06fa113da5acf > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79cba41c6a0631 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acef0a6dc7a8a53 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65b8a340ba752c > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abd5aa4641a8216 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a834fadb8aa98a4 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a781bad62fa2cdf > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af5efa0c1bac3b4 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7607add1ea8b39 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7321a3d18ad781 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae542adfb9a0798 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2c39abd36a6135 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaeb0ac8e4ad7c1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3cd0aacfeae150 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5027a09eca9ae5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad739a79c4af934 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a749ca0736aa113 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0050a40c4aea3c > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4722a5542a4762 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa986ad292a6181 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a275ca391da62a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a192ca935ea8ded > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ed5a2a31a1a83 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a732ba9b11ae312 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2d23a850da9320 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a67fea4b3cac2d6 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a203dad02ea9ec7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5364acc3fac174 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab56aa4760a7542 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#ab6f4ad695a2c1d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ab6f4ad695a2c1d .ele-wrap:hover {background-color: #509c49;}#ad47ba48a7ae070 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a931fa28c9a2f84 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae941a0331ac7b3 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a52bea35dda69cf > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab2ba60f9a4439 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6141a3db4aaf9a > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad490aee16abf9f > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0b1aacd6baeb7e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aecdfa27c0abfb7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0725a8db1ada2b > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6bb7a0daaa752a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa95aaf905ac324 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a42bbae12ca8bd9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3064adcc4aec87 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a04f4a3824a3e21 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac4b8a8cc5a9a68 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac764a73fea38d7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5953a37fea75f2 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ea2a1470a7798 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a14f0a907ea79ad > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d12aa78aaabfb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9a3da91ffa110e > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a17cba1f58a3e06 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3138ab985aa7e7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70cfa89f5a68e6 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a3259a2f83a9fb2 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a3259a2f83a9fb2 .ele-wrap:hover {background-color: #509c49;}#a4595a260ca641f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3425a35e2abf11 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aefdda33bfa3ef1 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa84aa7f66adfbf > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9236ae461a54c5 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad4b4aaab3a9e0b > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af155ac721a6da4 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0760ac0d1a2ec1 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a370ca5be6a7d61 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab839a2bb9ad114 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a838aad986a9fdb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2efea4224a31df > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab1fcad1c4a440f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae507a9343adc0b > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae71daf576a7293 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aaf0caca5dabed4 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a58d0aac64ae360 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aea43a805daabc1 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa22a860ba9efe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4554a0a7fa79a2 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acccaafbe2ab65b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adceca5b36a51bb > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaec5a1b9ea5736 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7ca8a2914ae3c9 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbe1a6eedaef37 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad7eba8014a0fc5 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8cd1ab635a59f4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6142a046fa2caf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa273a535fa65aa .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a50b6ac1caa2df8 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a50b6ac1caa2df8 .ele-wrap:hover {background-color: #509c49;}#afeeda7a05a4aa2 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aafa9ad35daa536 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8192ab58ca3ea1 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7906a28f3a7eef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af04ba6386af4e0 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4480a0d00ab02a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7261a082dabd59 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a217ca3438a3459 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9dd1a5765a052a > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8e1a9419a6fcd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4ab3ac50ea92d2 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad764adf64a4722 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab93aaed2ea641e > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ad8a1c7aa89fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#affa5a5ab1a1630 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9163a606da65bc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3e1daa993a06e3 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1059a4130a1dbe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a40f5a2237a9bda > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae51da66a0a64be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac28fa8b3aa1250 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2865a72f0ad3c4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a093baa957af401 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1491a504fa42b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5851adc24a09ed > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a744da7b3fa4c33 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a20fea046ea77ba > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a55f8a498ea65a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acefaa67b5a7598 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c4ea0190a925a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8c35a07a9a2de9 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7909adc11a13b5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9e9faa84fa6531 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4b68a2cb6a173a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a01c6a901aa70bc > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adf16a0e2fa6ac6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0696a5c9baf490 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac85a628ea5758 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8cebaa921a847a > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad95dadc9cab8f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a307fa4862af3a4 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a22c7a571bad2cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a91a9aef1eaa3a8 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca9aa45e3a588b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab620afd9eaba96 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0f73a1d27a1901 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa8fca71afad177 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9289a659faa073 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a497ca47e3ab829 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a93f6a6dcea9f08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a630fa6463aa157 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0b4eaecd5aa5ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a51e4a228ca2c63 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa15da517ba3aac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abb0da0d4fab8c2 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ee0a5e09ae74b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae13da13dda9e22 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0084a4121a3df3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a546eaf82ea778d > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79d0a71c1ae1c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af6aaa1842abce9 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f8daa597a7c8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4af8a1198acf86 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9caca30a9aa3ae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4964a99bfa631b > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9afca1912aa872 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adf5caf036a2885 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8bafa3c55aef96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5d7baf20fa32d1 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3741a6bd1aa79a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7fbba3112a29e2 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5378ab445af0db > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac048a196fa711e > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a80eaa55c2a3804 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9811a7fa7a3955 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a201fa7cc9acc21 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4a7daefd9aa29f > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab69aef11a689b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a301ea5615a8efb > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0a83a61d1a6164 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a41c3a3144a70bb > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a317baf5f7ad3bb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3f0ba3208ad202 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50f0a20b4a002d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a901da0031a7b25 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a78d4a41eaaa484 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac485a323aa6d3e > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abb14a6609add30 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae1b6a1744ac375 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a85c3aa158ae3c3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5a0aa3f3face51 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1f2ca54f7ac3b3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a53c8af195a7113 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1a47a167bafe79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab910a6491a8ea5 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c10a2551abc51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3f02a3251aad56 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae3c1adb2cae6ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad31ba9c19a0f2c > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f47a9da5a536e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af1bcaf2b8acc44 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a375dae1b7accfe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3b01ae8bda13f2 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7790a396ba5c27 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa502a8379a3c06 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd35a8e94a4204 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2ff5a1c31ab316 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1badaf99da5db3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acccea8e0da46cd > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a506fa0ac2a8dae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9e53abd74a4193 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af2b7a7d6fafb1c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a338ba53c6a84cd > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6881ad690a1c8a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab15eadc9facb6c > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad472a3865acd5c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa536a441aa690c > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab94ca53aaa8c43 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1374a5f99a0b11 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a320aa3921ad61c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af690aae1aa06ae > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab24da7ca7acc3a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa650a723fa34d7 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4313a7223a61f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a92c1aee8cac874 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa748aa57ead40b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7b6daca33a2723 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad9d7af3e2ab591 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a07d3ad0d5a8d0f > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2f9ea07e1a8391 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6ccfa48e0ad912 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7422a0e9aa39e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0e74ac71dae2dc > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8eafada38aa957 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aee60a69fda641a > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9bdeacdffa35d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0180aba71aa046 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac4afa923cae4ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa94ea26aba1881 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5983a8e5dadc6b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a951ca44a4a6a0b > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abadca5362a94a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af1bfaa6e8a5224 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5fa5a171caacff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a90b5a11b8a6209 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a072fa94feacf2d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a439ea2672a7c29 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a529aa6ee4a61db .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a8583a6bb9aa8e5 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a8583a6bb9aa8e5 .ele-wrap:hover {background-color: #509c49;}#a1410a57e7ad50d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a650faa360aa970 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a650faa360aa970 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a650faa360aa970 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a650faa360aa970 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a650faa360aa970 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a650faa360aa970 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a650faa360aa970 .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;
}
#a650faa360aa970 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a650faa360aa970 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a650faa360aa970 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a650faa360aa970 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a650faa360aa970 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a650faa360aa970 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a650faa360aa970 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a650faa360aa970 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a650faa360aa970 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a650faa360aa970 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a650faa360aa970 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a650faa360aa970 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a650faa360aa970 .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;
  }
}
#a650faa360aa970 .ele-article-list .pic-article {
  padding: 8px 0px;
  border-bottom: 1px solid #ececec;
}
#a650faa360aa970 .ele-article-list .pic-article .img_wrap {
  width: 21%;
  border-radius: 0px;
  overflow: hidden;
}
#a650faa360aa970 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a650faa360aa970 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a650faa360aa970 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a650faa360aa970 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a650faa360aa970 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a650faa360aa970 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a650faa360aa970 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a650faa360aa970 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a650faa360aa970 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a650faa360aa970 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aca45a330fa0484 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4b07aa84ba0e26 > .ele-wrap {background-color: rgba(199, 39, 39, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad7bea3e26aa184 .title {
  font-size: 16px;
}
#abc34a3685a83fa [data-item="undefined"] {background-color: rgba(40, 140, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa05ca0604addc8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7846a315aa3ef2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeb61a0e83ac96b .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#aea20a41ada65dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acf53a7ee2a9ac7 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#acf53a7ee2a9ac7 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#acf53a7ee2a9ac7 .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;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#acf53a7ee2a9ac7 .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;
  }
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article {
  padding: 8px 0px;
  border-bottom: 1px solid #ececec;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .img_wrap {
  width: 21%;
  border-radius: 0px;
  overflow: hidden;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article:hover .time {
  color: auto;
}
#adf83a7b26a4891 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a41adadbfba863b > .ele-wrap {background-color: rgba(199, 39, 39, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa962af626a51ba .title {
  font-size: 16px;
}
#a8c63af13ca179e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3969a7922a0908 > .ele-wrap {background-color: rgba(79, 160, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6040ad554a2b07 [data-item="undefined"] {background-color: rgba(40, 140, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adf36a079ba618b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b9fa905aa3da2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abd37ad316a4f68 .timeline-item {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}
#abd37ad316a4f68 .timeline-item:before {
  background-color: #014099;
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(130%);
  height: 1px;
  z-index: 3;
}
#abd37ad316a4f68 .timeline-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: -32px;
  top: -9.5px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #014099;
  background: #ffffff;
  z-index: 5;
}
#abd37ad316a4f68 .timeline-item-active:after {
  background: #32d296;
  content: '\f00c';
}
#abd37ad316a4f68 .timeline-item-date:after {
  display: block;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 70px;
  width: 1px;
  background: #014099;
  content: "";
}
#abd37ad316a4f68 a,
#abd37ad316a4f68 .uk-link {
  color: inherit;
}
#a2743a7198a4c1a .ap-counter {
  position: relative;
}
#a2743a7198a4c1a .ap-counter::after {
  content: "+";
  font-size: 18px;
}
#a2808a1a86aa2a3 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#ab570ad93aaedf0 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ab570ad93aaedf0 .ele-wrap:hover {background-color: #509c49;}#aae1aab4c8af1f5 [data-item="items[3].title"] {left: 0px;top: 1px; position: relative;}#aae1aab4c8af1f5 [data-item="items[3].picture"] {left: 0px;top: 1px; position: relative;}#aae1aab4c8af1f5 [data-item="items[5].title"] {left: 1px;top: 0px; position: relative;}#aae1aab4c8af1f5 [data-item="items[5].picture"] {left: 0px;top: 1px; position: relative;}#abd37ad316a4f68 [data-item="abstract"] {left: 0px;top: 1px; position: relative;}#abd37ad316a4f68 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#abd37ad316a4f68 [data-item="buttons[0]"] {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#ac43bae400ac8a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#ac43bae400ac8a3  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}#a3c51a7705af129 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#a3c51a7705af129  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}#ab547a2171a5a4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#ab547a2171a5a4d  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}#a8c15a24f7a66ae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#a8c15a24f7a66ae  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}#af2b5ae806a1a85 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#af2b5ae806a1a85  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}#a1cf0a1d60a4d19 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a37d7a6d74a9062 .ap-counter {
  position: relative;
}
#a37d7a6d74a9062 .ap-counter::after {
  content: "+";
  font-size: 18px;
}
#a1290a329faf8fa .uk-container {
  line-height: 2;
  color: #999;
}
#ac43fa1f37afb27 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#ac43fa1f37afb27 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ac43fa1f37afb27 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#ac43fa1f37afb27 .menu-list > li > a {
  padding: 0 35px;
}
#ac43fa1f37afb27 .menu-list > li:hover:before {
  height: 100%;
}
#ac43fa1f37afb27 .menu-list > li:hover:after {
  color: auto;
}
#ac43fa1f37afb27 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#ac43fa1f37afb27 .menu-list > li:first-child:after {
  content: "";
}
#ac43fa1f37afb27 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#ac43fa1f37afb27 .menu-list > li ul li {
  position: relative;
}
#ac43fa1f37afb27 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#ac43fa1f37afb27 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac43fa1f37afb27 li ul,
#ac43fa1f37afb27 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ac43fa1f37afb27 li:hover > ul {
  left: auto;
}
#ac43fa1f37afb27 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a485daac84a608f .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #8071c7;
}
#a61ada8affaa6b7  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#a6afca13eca49c1 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a6afca13eca49c1 .ele-wrap:hover {background-color: #509c49;}#a93a5ae695a9320 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a93a5ae695a9320 .ele-wrap:hover {background-color: #509c49;}#a517dada0ba374c .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a517dada0ba374c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a49e7a7f0ca419e > .ele-wrap {background-color: rgba(245, 245, 245, 1);}#a4861a7624a7ea2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a4861a7624a7ea2 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4861a7624a7ea2 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a743ba0387ace02 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aaf23aa0dda38ac , #aaf23aa0dda38ac a{color: rgba(255, 255, 255, 1);}#ad7d8a0e89adf2e .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ad7d8a0e89adf2e .ele-wrap:hover {background-color: #0483cc;}#a3779a5a5aae1d5 , #a3779a5a5aae1d5 a{color: rgba(255, 255, 255, 1);}#a1539aed1daf043 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a1539aed1daf043 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1539aed1daf043 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a7673a16f9a60fb > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a95b4ad57da3905 , #a95b4ad57da3905 a{color: rgba(255, 255, 255, 1);}#a50f2aa481a57f3 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a50f2aa481a57f3 .ele-wrap:hover {background-color: #0483cc;}#a9a48ad2caa62a5 , #a9a48ad2caa62a5 a{color: rgba(255, 255, 255, 1);}#a803caeb3fa633f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a803caeb3fa633f .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a803caeb3fa633f .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a1c69a1be6a8221 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a38fead383a6426 , #a38fead383a6426 a{color: rgba(255, 255, 255, 1);}#a8513a15cfacd04 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a8513a15cfacd04 .ele-wrap:hover {background-color: #0483cc;}#a7b07a0627a589d , #a7b07a0627a589d a{color: rgba(255, 255, 255, 1);}#ada36af31aa5816 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ada36af31aa5816 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ada36af31aa5816 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a4dd8a790aacaad > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a66c1a24cba2547 , #a66c1a24cba2547 a{color: rgba(255, 255, 255, 1);}#a37bda5fe7a08d5 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a37bda5fe7a08d5 .ele-wrap:hover {background-color: #0483cc;}#a02c9a0a6fa1dc1 , #a02c9a0a6fa1dc1 a{color: rgba(255, 255, 255, 1);}#a2232ab6b3ababb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a2232ab6b3ababb .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a2232ab6b3ababb .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a7eb4a9c67a51e3 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab7d3af7fda8939 , #ab7d3af7fda8939 a{color: rgba(255, 255, 255, 1);}#a5e15a70deaca81 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a5e15a70deaca81 .ele-wrap:hover {background-color: #0483cc;}#ad65baa339a2ece , #ad65baa339a2ece a{color: rgba(255, 255, 255, 1);}#a4a72a4356ab028 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a4a72a4356ab028 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4a72a4356ab028 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a0755a6b35a8ed3 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4027a4726a4bfa , #a4027a4726a4bfa a{color: rgba(255, 255, 255, 1);}#a1ff2aa383acfff .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a1ff2aa383acfff .ele-wrap:hover {background-color: #0483cc;}#a30f3af8d3a7e2c , #a30f3af8d3a7e2c a{color: rgba(255, 255, 255, 1);}#a1e0aaaf2fa8ea2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a1e0aaaf2fa8ea2 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1e0aaaf2fa8ea2 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#acb69aec9eabc81 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a542fa0dd7ae5e5 , #a542fa0dd7ae5e5 a{color: rgba(255, 255, 255, 1);}#a9663ab79fa2274 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a9663ab79fa2274 .ele-wrap:hover {background-color: #0483cc;}#a0a2aac19ba05a8 , #a0a2aac19ba05a8 a{color: rgba(255, 255, 255, 1);}#a763ba780ca7027 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a763ba780ca7027 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a763ba780ca7027 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#afc9dab78da1325 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8d80a2b99a32ab , #a8d80a2b99a32ab a{color: rgba(255, 255, 255, 1);}#a0108a5951aacf3 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a0108a5951aacf3 .ele-wrap:hover {background-color: #0483cc;}#ae9b2a5c83a8a7c , #ae9b2a5c83a8a7c a{color: rgba(255, 255, 255, 1);}#ae729a278caba05 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ae729a278caba05 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae729a278caba05 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a392eaf980a1593 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7432a852facddb , #a7432a852facddb a{color: rgba(255, 255, 255, 1);}#ad309a0a1ba53fe .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ad309a0a1ba53fe .ele-wrap:hover {background-color: #0483cc;}#a19f0ace0ba0c15 , #a19f0ace0ba0c15 a{color: rgba(255, 255, 255, 1);}#a2f6ca6181a4126 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a2f6ca6181a4126 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a2f6ca6181a4126 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a359eaa34baf964 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9344af047af7b3 , #a9344af047af7b3 a{color: rgba(255, 255, 255, 1);}#a6bfea2bc3ad79c .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6bfea2bc3ad79c .ele-wrap:hover {background-color: #0483cc;}#a5a75a03d7af44d , #a5a75a03d7af44d a{color: rgba(255, 255, 255, 1);}#a2f3ca4937a71a2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a2f3ca4937a71a2 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a2f3ca4937a71a2 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a3512af679abe65 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af673a8006a4e27 , #af673a8006a4e27 a{color: rgba(255, 255, 255, 1);}#a3ff4ad812a1318 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a3ff4ad812a1318 .ele-wrap:hover {background-color: #0483cc;}#a8fa2a26bfa266c , #a8fa2a26bfa266c a{color: rgba(255, 255, 255, 1);}#ab919ae7b9ad0d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ab919ae7b9ad0d6 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ab919ae7b9ad0d6 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a2236a26e3a3816 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acd61ad223a4fc3 , #acd61ad223a4fc3 a{color: rgba(255, 255, 255, 1);}#a759fa3113ac8ea .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a759fa3113ac8ea .ele-wrap:hover {background-color: #0483cc;}#a36a2a4f6fa9335 , #a36a2a4f6fa9335 a{color: rgba(255, 255, 255, 1);}#aa737a27ffab3d0 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aaccba977fa5bbf > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5471afa9dac7c5 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4cd7a5e6ca4f6d > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aaf02aef7fa367b > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3d0fa70eca7d94 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae225abc3bad5f3 {
  overflow: hidden;
}
#ae225abc3bad5f3 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae225abc3bad5f3 .img-wrap:hover {
  transform: scale(1.2);
}
#a8bbca7651a18a5 {
  overflow: hidden;
}
#a8bbca7651a18a5 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8bbca7651a18a5 .img-wrap:hover {
  transform: scale(1.2);
}
#abf66a5b4bab1c1 {
  overflow: hidden;
}
#abf66a5b4bab1c1 .img-wrap {
  transition: all 0.3s ease-in;
}
#abf66a5b4bab1c1 .img-wrap:hover {
  transform: scale(1.2);
}
#addc3a896ca5797 {
  overflow: hidden;
}
#addc3a896ca5797 .img-wrap {
  transition: all 0.3s ease-in;
}
#addc3a896ca5797 .img-wrap:hover {
  transform: scale(1.2);
}
#a8596ad0a3af740 {
  overflow: hidden;
}
#a8596ad0a3af740 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8596ad0a3af740 .img-wrap:hover {
  transform: scale(1.2);
}
#a2a13acf37af55b {
  overflow: hidden;
}
#a2a13acf37af55b .img-wrap {
  transition: all 0.3s ease-in;
}
#a2a13acf37af55b .img-wrap:hover {
  transform: scale(1.2);
}
#a2791a15c3a943c {
  overflow: hidden;
}
#a2791a15c3a943c .img-wrap {
  transition: all 0.3s ease-in;
}
#a2791a15c3a943c .img-wrap:hover {
  transform: scale(1.2);
}
#ac398a3f19a3bf9 {
  overflow: hidden;
}
#ac398a3f19a3bf9 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac398a3f19a3bf9 .img-wrap:hover {
  transform: scale(1.2);
}
#a97e8a4670adbb4 {
  overflow: hidden;
}
#a97e8a4670adbb4 .img-wrap {
  transition: all 0.3s ease-in;
}
#a97e8a4670adbb4 .img-wrap:hover {
  transform: scale(1.2);
}
#a46b9ae666a52f3 {
  overflow: hidden;
}
#a46b9ae666a52f3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a46b9ae666a52f3 .img-wrap:hover {
  transform: scale(1.2);
}
#a13aeac3a6a42c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abd28a4b30ae947 > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a57eea8f9ea4b22 .uk-grid {
  margin-left: -15px;
}
#a57eea8f9ea4b22 .uk-grid > * {
  padding-left: 15px;
}
#a57eea8f9ea4b22 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a57eea8f9ea4b22 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a57eea8f9ea4b22 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a57eea8f9ea4b22 .article .info {
  padding: 10px 0px;
  position: relative;
}
#a57eea8f9ea4b22 .article .info p {
  margin: 10px 0 10px;
}
#a57eea8f9ea4b22 .article svg {
  fill: currentColor;
}
#a57eea8f9ea4b22 .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a57eea8f9ea4b22 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a57eea8f9ea4b22 .article.list-icon .info {
  padding-left: 25px;
}
#a57eea8f9ea4b22 .article .datetime {
  position: absolute;
  right: 0px;
  top: 10px;
}
#a57eea8f9ea4b22 .article .title {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
}
#a57eea8f9ea4b22 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #999999;
}
#a57eea8f9ea4b22 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a57eea8f9ea4b22 .article:hover .title {
  color: #626262;
}
#a57eea8f9ea4b22 .article:hover .datetime {
  color: #b6b6b6;
}
#a57eea8f9ea4b22 .article:hover .category {
  color: #b6b6b6;
}
#a57eea8f9ea4b22 .article:hover .abstract {
  color: #b6b6b6;
}
#a57eea8f9ea4b22 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a57eea8f9ea4b22 .article:hover .list_icon {
  color: #b6b6b6;
}
#aa55ca322caea73 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac121a43a5ac9c1 > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1a02ad05cab265 .uk-grid {
  margin-left: -15px;
}
#a1a02ad05cab265 .uk-grid > * {
  padding-left: 15px;
}
#a1a02ad05cab265 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1a02ad05cab265 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a1a02ad05cab265 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a1a02ad05cab265 .article .info {
  padding: 10px 0px;
  position: relative;
}
#a1a02ad05cab265 .article .info p {
  margin: 10px 0 10px;
}
#a1a02ad05cab265 .article svg {
  fill: currentColor;
}
#a1a02ad05cab265 .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a1a02ad05cab265 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a1a02ad05cab265 .article.list-icon .info {
  padding-left: 25px;
}
#a1a02ad05cab265 .article .datetime {
  position: absolute;
  right: 0px;
  top: 10px;
}
#a1a02ad05cab265 .article .title {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
}
#a1a02ad05cab265 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #999999;
}
#a1a02ad05cab265 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a1a02ad05cab265 .article:hover .title {
  color: #626262;
}
#a1a02ad05cab265 .article:hover .datetime {
  color: #b6b6b6;
}
#a1a02ad05cab265 .article:hover .category {
  color: #b6b6b6;
}
#a1a02ad05cab265 .article:hover .abstract {
  color: #b6b6b6;
}
#a1a02ad05cab265 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a1a02ad05cab265 .article:hover .list_icon {
  color: #b6b6b6;
}
#a279aafcc5a21fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4b6fab750a7be3 > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7f90a84a3a211b .uk-grid {
  margin-left: -15px;
}
#a7f90a84a3a211b .uk-grid > * {
  padding-left: 15px;
}
#a7f90a84a3a211b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7f90a84a3a211b .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a7f90a84a3a211b .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a7f90a84a3a211b .article .info {
  padding: 10px 0px;
  position: relative;
}
#a7f90a84a3a211b .article .info p {
  margin: 10px 0 10px;
}
#a7f90a84a3a211b .article svg {
  fill: currentColor;
}
#a7f90a84a3a211b .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a7f90a84a3a211b .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a7f90a84a3a211b .article.list-icon .info {
  padding-left: 25px;
}
#a7f90a84a3a211b .article .datetime {
  position: absolute;
  right: 0px;
  top: 10px;
}
#a7f90a84a3a211b .article .title {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
}
#a7f90a84a3a211b .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #999999;
}
#a7f90a84a3a211b .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a7f90a84a3a211b .article:hover .title {
  color: #626262;
}
#a7f90a84a3a211b .article:hover .datetime {
  color: #b6b6b6;
}
#a7f90a84a3a211b .article:hover .category {
  color: #b6b6b6;
}
#a7f90a84a3a211b .article:hover .abstract {
  color: #b6b6b6;
}
#a7f90a84a3a211b .article:hover .btn_icon {
  color: #b6b6b6;
}
#a7f90a84a3a211b .article:hover .list_icon {
  color: #b6b6b6;
}
#addfda77aaa061c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f82a5f6ba35aa .ap-counter {
  position: relative;
}
#a4f82a5f6ba35aa .ap-counter::after {
  content: "+";
  font-size: 18px;
}
#ae984abaa4a7da1 .uk-container {
  line-height: 2;
  color: #999;
}
#aadfaa5244a43a8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#aadfaa5244a43a8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aadfaa5244a43a8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#aadfaa5244a43a8 .menu-list > li > a {
  padding: 0 35px;
}
#aadfaa5244a43a8 .menu-list > li:hover:before {
  height: 100%;
}
#aadfaa5244a43a8 .menu-list > li:hover:after {
  color: auto;
}
#aadfaa5244a43a8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#aadfaa5244a43a8 .menu-list > li:first-child:after {
  content: "";
}
#aadfaa5244a43a8 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#aadfaa5244a43a8 .menu-list > li ul li {
  position: relative;
}
#aadfaa5244a43a8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#aadfaa5244a43a8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aadfaa5244a43a8 li ul,
#aadfaa5244a43a8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#aadfaa5244a43a8 li:hover > ul {
  left: auto;
}
#aadfaa5244a43a8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ea6a82b2a5b60 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #8071c7;
}
#a62cea6741a43b3  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 0);}#abe9ea6f04a0e15 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#abe9ea6f04a0e15 .ele-wrap:hover {background-color: #509c49;}#ac84da2567af1f3 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ac84da2567af1f3 .ele-wrap:hover {background-color: #509c49;}#a0977a8631a8a28 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0977a8631a8a28 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa6a1a32c4a93e2 > .ele-wrap {background-color: rgba(245, 245, 245, 1);}#a5414a43b7a82f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a5414a43b7a82f2 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a5414a43b7a82f2 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a81fea2ea0ab74a > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a745da0e53a9187 , #a745da0e53a9187 a{color: rgba(255, 255, 255, 1);}#ae550a8a17ad3d9 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ae550a8a17ad3d9 .ele-wrap:hover {background-color: #0483cc;}#a76e2a3313a7443 , #a76e2a3313a7443 a{color: rgba(255, 255, 255, 1);}#a0e89ab800aba25 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a0e89ab800aba25 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0e89ab800aba25 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ae19aaf21ea9a5e > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a669caf7f8a0c7c , #a669caf7f8a0c7c a{color: rgba(255, 255, 255, 1);}#a5793a26c6a30f1 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a5793a26c6a30f1 .ele-wrap:hover {background-color: #0483cc;}#a994da4491ac4c0 , #a994da4491ac4c0 a{color: rgba(255, 255, 255, 1);}#ae206a327ba2d4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ae206a327ba2d4f .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae206a327ba2d4f .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#abbaea8951a3f21 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a63e9a9c00a42a8 , #a63e9a9c00a42a8 a{color: rgba(255, 255, 255, 1);}#a659aa8521a62f5 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a659aa8521a62f5 .ele-wrap:hover {background-color: #0483cc;}#a5b6ea3368a2123 , #a5b6ea3368a2123 a{color: rgba(255, 255, 255, 1);}#aa8e0a4d18a7d6a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#aa8e0a4d18a7d6a .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa8e0a4d18a7d6a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a95f8ac5d4adc1f > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa50aa560cad23e , #aa50aa560cad23e a{color: rgba(255, 255, 255, 1);}#adc3dae98ca36ff .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#adc3dae98ca36ff .ele-wrap:hover {background-color: #0483cc;}#a7cdda34a3a4110 , #a7cdda34a3a4110 a{color: rgba(255, 255, 255, 1);}#a74b2abd71a7a95 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a74b2abd71a7a95 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a74b2abd71a7a95 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a90a6ae6fba7f5f > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a300aae911a8db4 , #a300aae911a8db4 a{color: rgba(255, 255, 255, 1);}#a950ca6648ad0dc .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a950ca6648ad0dc .ele-wrap:hover {background-color: #0483cc;}#a66c7aa02aad66b , #a66c7aa02aad66b a{color: rgba(255, 255, 255, 1);}#af306afd85ab9be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#af306afd85ab9be .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#af306afd85ab9be .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a3d93abc13a59c7 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a13f2a9b39aaedb , #a13f2a9b39aaedb a{color: rgba(255, 255, 255, 1);}#a4c83a7cf3a17d8 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4c83a7cf3a17d8 .ele-wrap:hover {background-color: #0483cc;}#a722da0495ae196 , #a722da0495ae196 a{color: rgba(255, 255, 255, 1);}#ab55cab0a1af030 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ab55cab0a1af030 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ab55cab0a1af030 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a4d96a307ba5ed6 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af9eea5655a60c4 , #af9eea5655a60c4 a{color: rgba(255, 255, 255, 1);}#a1b34abb06a4d40 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a1b34abb06a4d40 .ele-wrap:hover {background-color: #0483cc;}#a1785ae982aaffe , #a1785ae982aaffe a{color: rgba(255, 255, 255, 1);}#a454dabb1fa983d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a454dabb1fa983d .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a454dabb1fa983d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a973aaa717af9ea > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae682aa9bfa4b61 , #ae682aa9bfa4b61 a{color: rgba(255, 255, 255, 1);}#aeb38ad46faf54d .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aeb38ad46faf54d .ele-wrap:hover {background-color: #0483cc;}#acba0a24e4ab060 , #acba0a24e4ab060 a{color: rgba(255, 255, 255, 1);}#a1bf1a0c5fa105b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a1bf1a0c5fa105b .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1bf1a0c5fa105b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a49c6a21d4ade8b > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af1dda8a12a1e87 , #af1dda8a12a1e87 a{color: rgba(255, 255, 255, 1);}#a8c7cac21da1351 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a8c7cac21da1351 .ele-wrap:hover {background-color: #0483cc;}#a0dbca5ba6aa623 , #a0dbca5ba6aa623 a{color: rgba(255, 255, 255, 1);}#a9426a82b7a6f74 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a9426a82b7a6f74 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a9426a82b7a6f74 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a6e56af9b6a44c8 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0544a2bd6a97ac , #a0544a2bd6a97ac a{color: rgba(255, 255, 255, 1);}#a7864a0044ab149 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a7864a0044ab149 .ele-wrap:hover {background-color: #0483cc;}#a2efca30faaafcf , #a2efca30faaafcf a{color: rgba(255, 255, 255, 1);}#aa509a05f1a1f00 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#aa509a05f1a1f00 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa509a05f1a1f00 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a4426aada7ada5f > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a51b8a241da7f1c , #a51b8a241da7f1c a{color: rgba(255, 255, 255, 1);}#ac6c7abe92a6a06 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ac6c7abe92a6a06 .ele-wrap:hover {background-color: #0483cc;}#a0b68a8608aa3e6 , #a0b68a8608aa3e6 a{color: rgba(255, 255, 255, 1);}#ac85badb74a1cec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ac85badb74a1cec .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac85badb74a1cec .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#aeea6a2277a7692 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a733ea4202aaba3 , #a733ea4202aaba3 a{color: rgba(255, 255, 255, 1);}#a39bba222bad4af .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a39bba222bad4af .ele-wrap:hover {background-color: #0483cc;}#a72b7aa8e8af2d3 , #a72b7aa8e8af2d3 a{color: rgba(255, 255, 255, 1);}#ac26caae91a84df > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acb74a4bd4ac138 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1d86a893ea9eb0 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a50b6a7007afc9f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acce0a56b1a85b0 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a303ca15c6a11b5 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a086ea61aca6418 {
  overflow: hidden;
}
#a086ea61aca6418 .img-wrap {
  transition: all 0.3s ease-in;
}
#a086ea61aca6418 .img-wrap:hover {
  transform: scale(1.2);
}
#a04b4ae99aacf5c {
  overflow: hidden;
}
#a04b4ae99aacf5c .img-wrap {
  transition: all 0.3s ease-in;
}
#a04b4ae99aacf5c .img-wrap:hover {
  transform: scale(1.2);
}
#a33aaa0e8ba4373 {
  overflow: hidden;
}
#a33aaa0e8ba4373 .img-wrap {
  transition: all 0.3s ease-in;
}
#a33aaa0e8ba4373 .img-wrap:hover {
  transform: scale(1.2);
}
#a0099a0e8da4252 {
  overflow: hidden;
}
#a0099a0e8da4252 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0099a0e8da4252 .img-wrap:hover {
  transform: scale(1.2);
}
#a7331afdc9ab705 {
  overflow: hidden;
}
#a7331afdc9ab705 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7331afdc9ab705 .img-wrap:hover {
  transform: scale(1.2);
}
#ad50eafa84a023a {
  overflow: hidden;
}
#ad50eafa84a023a .img-wrap {
  transition: all 0.3s ease-in;
}
#ad50eafa84a023a .img-wrap:hover {
  transform: scale(1.2);
}
#a4135a6f51ade0f {
  overflow: hidden;
}
#a4135a6f51ade0f .img-wrap {
  transition: all 0.3s ease-in;
}
#a4135a6f51ade0f .img-wrap:hover {
  transform: scale(1.2);
}
#ae4eea8f31a7cd1 {
  overflow: hidden;
}
#ae4eea8f31a7cd1 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae4eea8f31a7cd1 .img-wrap:hover {
  transform: scale(1.2);
}
#a37c2ae0f1afee7 {
  overflow: hidden;
}
#a37c2ae0f1afee7 .img-wrap {
  transition: all 0.3s ease-in;
}
#a37c2ae0f1afee7 .img-wrap:hover {
  transform: scale(1.2);
}
#adfa4a6a06a802f {
  overflow: hidden;
}
#adfa4a6a06a802f .img-wrap {
  transition: all 0.3s ease-in;
}
#adfa4a6a06a802f .img-wrap:hover {
  transform: scale(1.2);
}
#ae279a1d3aa5b33 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a59d5acee3ad0e5 > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4aa4a4952aafde .uk-grid {
  margin-left: -15px;
}
#a4aa4a4952aafde .uk-grid > * {
  padding-left: 15px;
}
#a4aa4a4952aafde .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4aa4a4952aafde .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a4aa4a4952aafde .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a4aa4a4952aafde .article .info {
  padding: 10px 0px;
  position: relative;
}
#a4aa4a4952aafde .article .info p {
  margin: 10px 0 10px;
}
#a4aa4a4952aafde .article svg {
  fill: currentColor;
}
#a4aa4a4952aafde .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a4aa4a4952aafde .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a4aa4a4952aafde .article.list-icon .info {
  padding-left: 25px;
}
#a4aa4a4952aafde .article .datetime {
  position: absolute;
  right: 0px;
  top: 10px;
}
#a4aa4a4952aafde .article .title {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
}
#a4aa4a4952aafde .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #999999;
}
#a4aa4a4952aafde .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a4aa4a4952aafde .article:hover .title {
  color: #626262;
}
#a4aa4a4952aafde .article:hover .datetime {
  color: #b6b6b6;
}
#a4aa4a4952aafde .article:hover .category {
  color: #b6b6b6;
}
#a4aa4a4952aafde .article:hover .abstract {
  color: #b6b6b6;
}
#a4aa4a4952aafde .article:hover .btn_icon {
  color: #b6b6b6;
}
#a4aa4a4952aafde .article:hover .list_icon {
  color: #b6b6b6;
}
#abab5ac5f4a50ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8d26ace8cae923 > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8f5dac139a916f .uk-grid {
  margin-left: -15px;
}
#a8f5dac139a916f .uk-grid > * {
  padding-left: 15px;
}
#a8f5dac139a916f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8f5dac139a916f .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a8f5dac139a916f .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a8f5dac139a916f .article .info {
  padding: 10px 0px;
  position: relative;
}
#a8f5dac139a916f .article .info p {
  margin: 10px 0 10px;
}
#a8f5dac139a916f .article svg {
  fill: currentColor;
}
#a8f5dac139a916f .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a8f5dac139a916f .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a8f5dac139a916f .article.list-icon .info {
  padding-left: 25px;
}
#a8f5dac139a916f .article .datetime {
  position: absolute;
  right: 0px;
  top: 10px;
}
#a8f5dac139a916f .article .title {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
}
#a8f5dac139a916f .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #999999;
}
#a8f5dac139a916f .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a8f5dac139a916f .article:hover .title {
  color: #626262;
}
#a8f5dac139a916f .article:hover .datetime {
  color: #b6b6b6;
}
#a8f5dac139a916f .article:hover .category {
  color: #b6b6b6;
}
#a8f5dac139a916f .article:hover .abstract {
  color: #b6b6b6;
}
#a8f5dac139a916f .article:hover .btn_icon {
  color: #b6b6b6;
}
#a8f5dac139a916f .article:hover .list_icon {
  color: #b6b6b6;
}
#ab268a6884acd96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a740cad7f2adb03 > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9d96a8f0ea8241 .uk-grid {
  margin-left: -15px;
}
#a9d96a8f0ea8241 .uk-grid > * {
  padding-left: 15px;
}
#a9d96a8f0ea8241 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9d96a8f0ea8241 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a9d96a8f0ea8241 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a9d96a8f0ea8241 .article .info {
  padding: 10px 0px;
  position: relative;
}
#a9d96a8f0ea8241 .article .info p {
  margin: 10px 0 10px;
}
#a9d96a8f0ea8241 .article svg {
  fill: currentColor;
}
#a9d96a8f0ea8241 .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a9d96a8f0ea8241 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a9d96a8f0ea8241 .article.list-icon .info {
  padding-left: 25px;
}
#a9d96a8f0ea8241 .article .datetime {
  position: absolute;
  right: 0px;
  top: 10px;
}
#a9d96a8f0ea8241 .article .title {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #333333;
}
#a9d96a8f0ea8241 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #999999;
}
#a9d96a8f0ea8241 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a9d96a8f0ea8241 .article:hover .title {
  color: #626262;
}
#a9d96a8f0ea8241 .article:hover .datetime {
  color: #b6b6b6;
}
#a9d96a8f0ea8241 .article:hover .category {
  color: #b6b6b6;
}
#a9d96a8f0ea8241 .article:hover .abstract {
  color: #b6b6b6;
}
#a9d96a8f0ea8241 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a9d96a8f0ea8241 .article:hover .list_icon {
  color: #b6b6b6;
}
#a93dbabfc1a9080 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8125ace51a44a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b1fa01f6aaf3a .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#ab0b0af493a60b7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#ab0b0af493a60b7 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab0b0af493a60b7 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#ab0b0af493a60b7 .menu-list > li > a {
  padding: 0 35px;
}
#ab0b0af493a60b7 .menu-list > li:hover:before {
  height: 100%;
}
#ab0b0af493a60b7 .menu-list > li:hover:after {
  color: auto;
}
#ab0b0af493a60b7 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #fbf9f9;
  font-weight: 400;
  content: "|";
}
#ab0b0af493a60b7 .menu-list > li:first-child:after {
  content: "";
}
#ab0b0af493a60b7 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#ab0b0af493a60b7 .menu-list > li ul li {
  position: relative;
}
#ab0b0af493a60b7 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#ab0b0af493a60b7 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #fbf9f9;
}
#ab0b0af493a60b7 li ul,
#ab0b0af493a60b7 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab0b0af493a60b7 li:hover > ul {
  left: auto;
}
#ab0b0af493a60b7 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#adf74a84d1ac775 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#adf74a84d1ac775 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#adf74a84d1ac775 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a9790af555aab5f > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7f00add6da112f , #a7f00add6da112f a{color: rgba(255, 255, 255, 1);}#a891ea7647a307d .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a891ea7647a307d .ele-wrap:hover {background-color: #0483cc;}#a633bae798af10e , #a633bae798af10e a{color: rgba(255, 255, 255, 1);}#a5bc2a2002a1efa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a5bc2a2002a1efa .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a5bc2a2002a1efa .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a6045ac3f4aa114 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af7e3aa1bea6cc0 , #af7e3aa1bea6cc0 a{color: rgba(255, 255, 255, 1);}#a2c95a53f7a7eb3 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a2c95a53f7a7eb3 .ele-wrap:hover {background-color: #0483cc;}#a0b96a3992ac3ae , #a0b96a3992ac3ae a{color: rgba(255, 255, 255, 1);}#a906ea0051a78ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a906ea0051a78ba .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a906ea0051a78ba .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#aee28a8378acc56 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aaa4dab12da2675 , #aaa4dab12da2675 a{color: rgba(255, 255, 255, 1);}#a1370aa28da6dd2 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a1370aa28da6dd2 .ele-wrap:hover {background-color: #0483cc;}#ad75ea0b4da4349 , #ad75ea0b4da4349 a{color: rgba(255, 255, 255, 1);}#a767aa7bc3aec77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a767aa7bc3aec77 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a767aa7bc3aec77 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ae0b4a9ed0a9019 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adecfa6240a36ae , #adecfa6240a36ae a{color: rgba(255, 255, 255, 1);}#a2f89aaa9bacd98 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a2f89aaa9bacd98 .ele-wrap:hover {background-color: #0483cc;}#a64c0a7a53ad982 , #a64c0a7a53ad982 a{color: rgba(255, 255, 255, 1);}#aabc8a694da351f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#aabc8a694da351f .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#aabc8a694da351f .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ad947adfedaba7a > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9a01a3289a5d86 , #a9a01a3289a5d86 a{color: rgba(255, 255, 255, 1);}#a5330a7ac4a367e .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a5330a7ac4a367e .ele-wrap:hover {background-color: #0483cc;}#a5e2da2194a394e , #a5e2da2194a394e a{color: rgba(255, 255, 255, 1);}#a72c7a0a64a582d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a72c7a0a64a582d .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a72c7a0a64a582d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ad090a86f6ab9a0 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aae79a7e4daccd8 , #aae79a7e4daccd8 a{color: rgba(255, 255, 255, 1);}#a8809a1c70a9ce8 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a8809a1c70a9ce8 .ele-wrap:hover {background-color: #0483cc;}#aa4beab921aed31 , #aa4beab921aed31 a{color: rgba(255, 255, 255, 1);}#a329dad54ba6f0a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a329dad54ba6f0a .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a329dad54ba6f0a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a1c1fa6fb8a6d23 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9f5dad0c0aea76 , #a9f5dad0c0aea76 a{color: rgba(255, 255, 255, 1);}#ad5dca0e75a936a .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ad5dca0e75a936a .ele-wrap:hover {background-color: #0483cc;}#a68dba1627aab86 , #a68dba1627aab86 a{color: rgba(255, 255, 255, 1);}#a9386af3a1aefda > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a9386af3a1aefda .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a9386af3a1aefda .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a8730ae03aa9653 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab80faaf3ca4019 , #ab80faaf3ca4019 a{color: rgba(255, 255, 255, 1);}#aab0fa4407a0d83 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aab0fa4407a0d83 .ele-wrap:hover {background-color: #0483cc;}#aa472acd98a336f , #aa472acd98a336f a{color: rgba(255, 255, 255, 1);}#a9c43a14f6a49dd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a9c43a14f6a49dd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a9c43a14f6a49dd .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a05b7a21cca8dbd > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a705da1dd1ab5e2 , #a705da1dd1ab5e2 a{color: rgba(255, 255, 255, 1);}#a9d00ac538aefc9 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a9d00ac538aefc9 .ele-wrap:hover {background-color: #0483cc;}#a62adaf20fa5012 , #a62adaf20fa5012 a{color: rgba(255, 255, 255, 1);}#a0192a7fccabb37 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a0192a7fccabb37 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0192a7fccabb37 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#afc91ad857ad9b9 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4eaba1c24a2e3c , #a4eaba1c24a2e3c a{color: rgba(255, 255, 255, 1);}#af09ba5e71a3c78 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#af09ba5e71a3c78 .ele-wrap:hover {background-color: #0483cc;}#a83aeace39a74b6 , #a83aeace39a74b6 a{color: rgba(255, 255, 255, 1);}#ab32cabf1dac750 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ab32cabf1dac750 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ab32cabf1dac750 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a52dba093aa46f6 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a44daaf1f5ad30d , #a44daaf1f5ad30d a{color: rgba(255, 255, 255, 1);}#adad9a7bf6a234a .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#adad9a7bf6a234a .ele-wrap:hover {background-color: #0483cc;}#aa710a7785ae6ad , #aa710a7785ae6ad a{color: rgba(255, 255, 255, 1);}#a618aabcb6a84d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a618aabcb6a84d4 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a618aabcb6a84d4 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a7e0baddbaa442b > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab7eca6787a09d6 , #ab7eca6787a09d6 a{color: rgba(255, 255, 255, 1);}#a6b09afeb3a5b56 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6b09afeb3a5b56 .ele-wrap:hover {background-color: #0483cc;}#a0efca42fea591b , #a0efca42fea591b a{color: rgba(255, 255, 255, 1);}#a597aa0fa6af28e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a597aa0fa6af28e .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a597aa0fa6af28e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ae79bab9dea81e7 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3ddaa6c74a0b4d , #a3ddaa6c74a0b4d a{color: rgba(255, 255, 255, 1);}#a4978a6664a4d49 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4978a6664a4d49 .ele-wrap:hover {background-color: #0483cc;}#a97fba849ca70fe , #a97fba849ca70fe a{color: rgba(255, 255, 255, 1);}#a3117a55bca6095 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a3117a55bca6095 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a3117a55bca6095 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a2925a963da67ac > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a844faf7b4a6cd7 , #a844faf7b4a6cd7 a{color: rgba(255, 255, 255, 1);}#a2f5fa09a8a81c8 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a2f5fa09a8a81c8 .ele-wrap:hover {background-color: #0483cc;}#ab54aa03fba28f2 , #ab54aa03fba28f2 a{color: rgba(255, 255, 255, 1);}#a7652a3e30abd1c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a7652a3e30abd1c .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a7652a3e30abd1c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ab13da6b97aa9b3 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad64dae870aa041 , #ad64dae870aa041 a{color: rgba(255, 255, 255, 1);}#a7d80a6136a578c .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(44, 119, 218, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a7d80a6136a578c .ele-wrap:hover {background-color: #0483cc;}#a4dafa5766a0615 , #a4dafa5766a0615 a{color: rgba(255, 255, 255, 1);}#af932a991caff8b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a76aea7179a4c58 .uk-container {
  line-height: 2;
  color: #999;
}
#abb18ae76dae19d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#abb18ae76dae19d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#abb18ae76dae19d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#abb18ae76dae19d .menu-list > li > a {
  padding: 0 35px;
}
#abb18ae76dae19d .menu-list > li:hover:before {
  height: 100%;
}
#abb18ae76dae19d .menu-list > li:hover:after {
  color: auto;
}
#abb18ae76dae19d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #fbf9f9;
  font-weight: 400;
  content: "|";
}
#abb18ae76dae19d .menu-list > li:first-child:after {
  content: "";
}
#abb18ae76dae19d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#abb18ae76dae19d .menu-list > li ul li {
  position: relative;
}
#abb18ae76dae19d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#abb18ae76dae19d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #fbf9f9;
}
#abb18ae76dae19d li ul,
#abb18ae76dae19d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#abb18ae76dae19d li:hover > ul {
  left: auto;
}
#abb18ae76dae19d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5620aa659a1b64 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4b35a7c6faa770 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac28da21f9a3b81 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af85ca64bfabc85 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8973ae68fa74c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2da8ac9eba8bfe > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a407ead0c6a377c > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7b04a9b1fad3ad > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a209baa6b7a4a14 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a474ea4f93adaa4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a9be5a89d2af200 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a32f6a43ffa3b1e > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a23f3abb0cac2f5 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a1f40a84c7afc8d > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a6321a56a7a8811 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ae653a5330aff9a > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a7274acbb0ab573 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a0da1a7ba0a9c5c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a6819aceb0a86f4 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#af140a90b8aa50d > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#aa73aadf3fa6e24 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a05fda742aadaf5 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ab002acf21a555c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a4e89a8603abc9c > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ae5fbaa291aa7f7 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abb96ad711a2134 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af68dacd0cab199 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1dca43bbae749 > .ele-wrap {background-color: rgba(241, 242, 243, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a051aaafc1a3576 , #a051aaafc1a3576 a{color: rgba(74, 144, 226, 1);}#ac6f3a12fbab5e6 , #ac6f3a12fbab5e6 a{color: rgba(74, 144, 226, 1);}#a4da2a4b73a4813 , #a4da2a4b73a4813 a{color: rgba(74, 144, 226, 1);}#ab202a3a69a0e2c , #ab202a3a69a0e2c a{color: rgba(74, 144, 226, 1);}#a1d56a40c1ae31e , #a1d56a40c1ae31e a{color: rgba(74, 144, 226, 1);}#af181a9684a646f , #af181a9684a646f a{color: rgba(74, 144, 226, 1);}#a5978ac65ea89d0 , #a5978ac65ea89d0 a{color: rgba(74, 144, 226, 1);}#ab0f8a2327ad93a , #ab0f8a2327ad93a a{color: rgba(74, 144, 226, 1);}#a9faaa440bab8ec > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a459cab05da3536 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ad4a2aa10ba70f8 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a54c0a0921a61e2 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#adcf3a7816a8bcb > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ad4ecad4c1a1452 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#aa7b8a4576a07ea > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa0f9ad45aad267 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ad841abe7aa8c9b > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#acf6ca98f7a7df0 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#aefeda20d0a87d6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a7465aa563a9e62 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);}#a49c8a6068ab939 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a22f9a9450afefd > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#aa608a34f9a06ad > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af7a2adc08ab8f2 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a6e5ea5102a00c7 > .ele-wrap {background-color: rgba(231, 242, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a8955a3093a6f40 , #a8955a3093a6f40 a{color: rgba(74, 144, 226, 1);}#a966aad2f5ab3f2 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a652ca6fc2a457c > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aae76af8e3a7417 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1ed6aaa7fa241d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab482ae526a0a28 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1dcea972ca7846 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a1623abee9a996a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a1623abee9a996a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1623abee9a996a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a1623abee9a996a .menu-list > li > a {
  padding: 0 35px;
}
#a1623abee9a996a .menu-list > li:hover:before {
  height: 100%;
}
#a1623abee9a996a .menu-list > li:hover:after {
  color: auto;
}
#a1623abee9a996a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #fbf9f9;
  font-weight: 400;
  content: "|";
}
#a1623abee9a996a .menu-list > li:first-child:after {
  content: "";
}
#a1623abee9a996a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a1623abee9a996a .menu-list > li ul li {
  position: relative;
}
#a1623abee9a996a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a1623abee9a996a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #fbf9f9;
}
#a1623abee9a996a li ul,
#a1623abee9a996a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1623abee9a996a li:hover > ul {
  left: auto;
}
#a1623abee9a996a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a053aa71c4acfae > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a2952ab6ebae114 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0a0daf94fa331b > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#abc07a1129aa7df > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5cfcaa976ae0cd > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a6fc5afb92ac440 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9b1fab8bda4d39 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ab997ad9aea55b7 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2635adcaaa45a0 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a0b41a9a40ab7c5 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa9cea6d81a9310 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#acfd8a421ea5962 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aecb8a5b39af132 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a8e7ba3fababe74 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a66bca1101a1b14 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#ad714a7625a2dea > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aec44ae821ab274 [data-item="undefined"] {background-color: rgba(40, 140, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6590a25b6abe17 .form-agree {
  display: flex;
  align-items: center;
}
#a6590a25b6abe17 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6590a25b6abe17 .form-item .uk-input,
#a6590a25b6abe17 .form-item .uk-select,
#a6590a25b6abe17 .form-item .uk-textarea {
  width: autopx;
}
#a6590a25b6abe17 .form-item .auto-height {
  height: auto;
}
#a1adfa0c61a55f4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aed20a5402aff5a .uk-container {
  line-height: 2;
  color: #999;
}
#aa41aa679fa7ed9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#aa41aa679fa7ed9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa41aa679fa7ed9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#aa41aa679fa7ed9 .menu-list > li > a {
  padding: 0 35px;
}
#aa41aa679fa7ed9 .menu-list > li:hover:before {
  height: 100%;
}
#aa41aa679fa7ed9 .menu-list > li:hover:after {
  color: auto;
}
#aa41aa679fa7ed9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #fbf9f9;
  font-weight: 400;
  content: "|";
}
#aa41aa679fa7ed9 .menu-list > li:first-child:after {
  content: "";
}
#aa41aa679fa7ed9 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#aa41aa679fa7ed9 .menu-list > li ul li {
  position: relative;
}
#aa41aa679fa7ed9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#aa41aa679fa7ed9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #fbf9f9;
}
#aa41aa679fa7ed9 li ul,
#aa41aa679fa7ed9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#aa41aa679fa7ed9 li:hover > ul {
  left: auto;
}
#aa41aa679fa7ed9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae72ea94f1a83b8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac213aa50ea20f0 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a208cabd59abe40 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1a4ca017bad9e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3026ae8afacb45 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7bb1abdd2a07a8 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad51fae9b7af621 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0ef6aaedfaf660 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa709a5eedaa90d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2b4ba267dac2e7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a71a5ad161a4f3f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a79e1a299ea3761 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a79e1a299ea3761  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ab33baea5ba7c95 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae642af27fa96c1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7092aa2daaf5a8 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}#aa7c3afc90ae776 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aba75ac7a5a6b50 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac715af5aca1cd8 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f25a2c3caa4b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a234ea567aa7a60 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a313ea5518a9d0b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a29fba39f7af837 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c13a6ac2a547c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1570a6a27abbe8 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a85deaf820aa454 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3d31a5fb9a2472 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6e73a1c13a40b5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9775a1f88a1754 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa485a7fcdacb65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aca67a00b2a8aad > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac0d0a3522a259f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7f4ba645eaa6a3 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6215a1d44a6eb6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afc07a65f3af383 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affa4a813caa18d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a88e8a308ca01cf > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abab5a789ba4e1d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac7ebad0e8a1179 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae72daef3da19eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1a13a6566a8dd0 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2a68a37edaf02c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4e38aaf5eaa6b5 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a28c0a1b5ea4f6b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aac03a7123aaf77 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad269a58b4ab347 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7f05a134ba396d > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cdda2566aa449 .form-agree {
  display: flex;
  align-items: center;
}
#a3cdda2566aa449 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3cdda2566aa449 .form-item .uk-input,
#a3cdda2566aa449 .form-item .uk-select,
#a3cdda2566aa449 .form-item .uk-textarea {
  width: autopx;
}
#a3cdda2566aa449 .form-item .auto-height {
  height: auto;
}
#a059fab831ab1c7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b2fa200ca75bf .uk-container {
  line-height: 2;
  color: #999;
}
#aefb4a3e06a631a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#aefb4a3e06a631a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aefb4a3e06a631a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#aefb4a3e06a631a .menu-list > li > a {
  padding: 0 35px;
}
#aefb4a3e06a631a .menu-list > li:hover:before {
  height: 100%;
}
#aefb4a3e06a631a .menu-list > li:hover:after {
  color: auto;
}
#aefb4a3e06a631a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #fbf9f9;
  font-weight: 400;
  content: "|";
}
#aefb4a3e06a631a .menu-list > li:first-child:after {
  content: "";
}
#aefb4a3e06a631a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#aefb4a3e06a631a .menu-list > li ul li {
  position: relative;
}
#aefb4a3e06a631a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#aefb4a3e06a631a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #fbf9f9;
}
#aefb4a3e06a631a li ul,
#aefb4a3e06a631a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#aefb4a3e06a631a li:hover > ul {
  left: auto;
}
#aefb4a3e06a631a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2846a47c9ac554 > .ele-wrap {background-color: rgba(253, 254, 254, 1);border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;border-top-left-radius: 50px;border-top-right-radius: 50px;}#a74d4ad79da1ff8 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a31a1a4c14ae718 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ada6fa0497a9a6c > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1769abdd6a78bb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a1769abdd6a78bb  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a4ee6a0033a5215 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a92a3affeea4a21 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a482eac18fa524c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a15d3af4deaf27e > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a44f2aba2dac92e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa0c1a4e3aaaad4 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9692ad0eda3ad4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2ff7a33dbaa3ff > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a874ca4b8ead182 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a55efa998caf512 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b9ca387ea85b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad1daa03d8a0103 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad47ea282cab7c6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0c1bad3e3ab2a2 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab708a806ea3fd3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab582a8669a2df1 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab9b5aa00fadffe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3425ad16aa7d76 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a86f7a35a2af50e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa693a9fd5a9d8c > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa57a981aaa8f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a25c2ad8aeaa448 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3ffa40d5a349a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afed5a7e79a1e16 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4679a477eac7b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4c1eac727aa527 > .ele-wrap {background-color: rgba(236, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b37a21eba7d58 .form-agree {
  display: flex;
  align-items: center;
}
#a6b37a21eba7d58 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6b37a21eba7d58 .form-item .uk-input,
#a6b37a21eba7d58 .form-item .uk-select,
#a6b37a21eba7d58 .form-item .uk-textarea {
  width: autopx;
}
#a6b37a21eba7d58 .form-item .auto-height {
  height: auto;
}
#ac53fa812ba53ba .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa13dadda9aeb39 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a19a1ac535a5d86 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a7635a8d59aca5c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a7635a8d59aca5c .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7635a8d59aca5c .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a7635a8d59aca5c .menu-list > li > a {
  padding: 0 35px;
}
#a7635a8d59aca5c .menu-list > li:hover:before {
  height: 100%;
}
#a7635a8d59aca5c .menu-list > li:hover:after {
  color: auto;
}
#a7635a8d59aca5c .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #fbf9f9;
  font-weight: 400;
  content: "|";
}
#a7635a8d59aca5c .menu-list > li:first-child:after {
  content: "";
}
#a7635a8d59aca5c .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a7635a8d59aca5c .menu-list > li ul li {
  position: relative;
}
#a7635a8d59aca5c .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a7635a8d59aca5c .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #fbf9f9;
}
#a7635a8d59aca5c li ul,
#a7635a8d59aca5c li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a7635a8d59aca5c li:hover > ul {
  left: auto;
}
#a7635a8d59aca5c li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3783a9d13ad21a > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a8a1ba40bea33ae > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5bbfafe85a9b84 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a691fac928a9d6a > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9870a9ac1aad94 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a9831a3350abfa6 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#af5b1a963fa9037 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#abacaa4b38a7d68 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0506aead8aa7f3 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a0e75a389ba7fad > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a726fa5f64a5b83 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a6c39a084cab835 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0207a1f06ad3dd > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a5d53a80dea7461 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aedf9a0068a8311 > .ele-wrap {background-color: rgba(228, 239, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a059fa8308ae2a9 > .ele-wrap {background-color: rgba(74, 144, 226, 0);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-right-style: solid;border-right-width: 1px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abb78ad7d7a4b3d [data-item="undefined"] {background-color: rgba(40, 140, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7803a5052a66e1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa078ae6c8a3b48 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae994a71ccaf351 .uk-container {
  line-height: 2;
  color: #999;
}
#a8faca9deca962a .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a8faca9deca962a .ele-wrap:hover {background-color: #509c49;}#a5df0abdb1a6f64 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a5df0abdb1a6f64 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ac863a6fdea12a8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(194, 194, 194, 1);border-right-color: rgba(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);}#ad9a2a3e8ca5ae1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(194, 194, 194, 1);border-right-color: rgba(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);}#af5f8a3482a6bc4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(194, 194, 194, 1);border-right-color: rgba(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);}#aabe7a8052a0892 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(194, 194, 194, 1);border-right-color: rgba(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);}#af806a58d9adc8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(194, 194, 194, 1);border-right-color: rgba(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);}#a9384a2bc3a76c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(194, 194, 194, 1);border-right-color: rgba(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);}#a677aa5171afb38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(194, 194, 194, 1);border-right-color: rgba(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);}#a5f6aabd29a04b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(194, 194, 194, 1);border-right-color: rgba(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);}#a613aa55c6aa23d [data-item="undefined"] {background-color: rgba(40, 140, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9ef3a2731aa404 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(194, 194, 194, 1);border-right-color: rgba(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);}#a3d34af939a8a54 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(194, 194, 194, 1);border-right-color: rgba(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);}#a9117a81e1acf85 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(194, 194, 194, 1);border-right-color: rgba(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);}#a7488a3119a3d56 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(194, 194, 194, 1);border-right-color: rgba(194, 194, 194, 1);border-left-color: rgba(194, 194, 194, 1);border-bottom-color: rgba(194, 194, 194, 1);}#a6511ab473a02f6 [data-item="undefined"] {background-color: rgba(40, 140, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a0fc9ab9caa37ac .form-agree {
  display: flex;
  align-items: center;
}
#a0fc9ab9caa37ac form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a0fc9ab9caa37ac .form-item .uk-input,
#a0fc9ab9caa37ac .form-item .uk-select,
#a0fc9ab9caa37ac .form-item .uk-textarea {
  width: autopx;
}
#a0fc9ab9caa37ac .form-item .auto-height {
  height: auto;
}
#a0b55af451a575b {background-color: rgba(0,0,0,0.7);}#a0b55af451a575b > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a9c50a7319a61b6 .form-agree {
  display: flex;
  align-items: center;
}
#a9c50a7319a61b6 .uk-form .form-submit-btn {
  width: 354px;
}
#a9c50a7319a61b6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9c50a7319a61b6 .submit-wrap {
  text-align: center;
}
#a9c50a7319a61b6 .submit-wrap button {
  background-color: #ff8b30;
}
#a9c50a7319a61b6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a9c50a7319a61b6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9c50a7319a61b6 .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#a9c50a7319a61b6 .form-item .uk-input,
#a9c50a7319a61b6 .form-item .uk-select,
#a9c50a7319a61b6 .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#a9c50a7319a61b6 .form-item .auto-height {
  height: auto;
}
#a9c50a7319a61b6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a9c50a7319a61b6 .form-item .send-code {
  bottom: 2px;
}
#a9c50a7319a61b6 .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#a9c50a7319a61b6 .uk-form-label,
#a9c50a7319a61b6 .form-agree,
#a9c50a7319a61b6 .uk-h3,
#a9c50a7319a61b6 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#aa00faf30ba0199 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4b6ba96beaa08a {
  min-height: 90vh;
  /* mobile */
}
#a4b6ba96beaa08a .search-highlight {
  background: yellow;
}
#a4b6ba96beaa08a .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a4b6ba96beaa08a .el-title {
  margin-bottom: 20px;
}
#a4b6ba96beaa08a .el-item:hover .el-title {
  color: #0f6ecd;
}
#a4b6ba96beaa08a .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a4b6ba96beaa08a .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a4b6ba96beaa08a .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a4b6ba96beaa08a .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a4b6ba96beaa08a .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a4b6ba96beaa08a .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a4b6ba96beaa08a .el-title {
    margin-bottom: 0;
  }
  #a4b6ba96beaa08a .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a4b6ba96beaa08a .category {
    font-size: 12px;
  }
  #a4b6ba96beaa08a .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#afceeaed62a0027 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a080aa0cd3ac13d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7407a9444aabba {
  /* 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------------------------*/
}
#a7407a9444aabba * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a7407a9444aabba .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a7407a9444aabba .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a7407a9444aabba .error .clip:nth-of-type(1) .shadow,
#a7407a9444aabba .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a7407a9444aabba .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a7407a9444aabba .error h2 {
  font-size: 32px;
}
#a7407a9444aabba .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a7407a9444aabba .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a7407a9444aabba .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a7407a9444aabba .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a7407a9444aabba .error .clip .shadow {
  overflow: hidden;
}
#a7407a9444aabba .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);
}
#a7407a9444aabba .error .clip:nth-of-type(3) .shadow:after,
#a7407a9444aabba .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%;
}
#a7407a9444aabba .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a7407a9444aabba .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a7407a9444aabba .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a7407a9444aabba .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a7407a9444aabba .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a7407a9444aabba .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a7407a9444aabba .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a7407a9444aabba .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a7407a9444aabba {
    /* Error Page */
    /* Error Page */
  }
  #a7407a9444aabba .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a7407a9444aabba .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a7407a9444aabba .error .clip:nth-of-type(1) .shadow,
  #a7407a9444aabba .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a7407a9444aabba .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a7407a9444aabba .error h2 {
    font-size: 24px;
  }
  #a7407a9444aabba .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a7407a9444aabba .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a7407a9444aabba .error .container-error-404 {
    height: 150px;
  }
}
#a7407a9444aabba .overlay {
  position: relative;
  z-index: 20;
}
#a7407a9444aabba .ground-color {
  background: white;
}
#a7407a9444aabba .item-bg-color {
  background: #EAEAEA;
}
#a7407a9444aabba .padding-top {
  padding-top: 10px;
}
#a7407a9444aabba .padding-bottom {
  padding-bottom: 10px;
}
#a7407a9444aabba .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7407a9444aabba .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a7407a9444aabba .padding-all {
  padding: 10px;
}
#a7407a9444aabba .no-padding-left {
  padding-left: 0px;
}
#a7407a9444aabba .no-padding-right {
  padding-right: 0px;
}
#a7407a9444aabba .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a7407a9444aabba .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a7407a9444aabba .no-padding {
  padding: 0px;
}
#a7407a9444aabba .margin-top {
  margin-top: 10px;
}
#a7407a9444aabba .margin-bottom {
  margin-bottom: 10px;
}
#a7407a9444aabba .margin-right {
  margin-right: 10px;
}
#a7407a9444aabba .margin-left {
  margin-left: 10px;
}
#a7407a9444aabba .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a7407a9444aabba .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a7407a9444aabba .margin-all {
  margin: 10px;
}
#a7407a9444aabba .no-margin {
  margin: 0px;
}
#a7407a9444aabba .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a7407a9444aabba .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a7407a9444aabba .inside-col-shrink {
  margin: 0px 20px;
}
#a7407a9444aabba hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a7541a91b6a5e08 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a080aa0cd3ac13d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2902afb0da8269 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a2902afb0da8269 .switch_item {
  margin-right: 10px;
}
#a2902afb0da8269 a.switch_item:hover {
  text-decoration: underline;
}
#a2902afb0da8269 .slider {
  width: 420px;
  height: 600px;
}
#a2902afb0da8269 .uk-slideshow-items {
  height: 100%;
}
#a2902afb0da8269 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a2902afb0da8269 .login-wrap {
  width: 100%;
  height: 100%;
}
#a2902afb0da8269 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a2902afb0da8269 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a2902afb0da8269 .phone-login-box {
  margin: 40px auto 40px;
}
#a2902afb0da8269 .login-header {
  margin-bottom: 24px;
}
#a2902afb0da8269 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a2902afb0da8269 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a2902afb0da8269 .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;
}
#a2902afb0da8269 .forget_password {
  cursor: pointer;
}
#a2902afb0da8269 .forget_password:hover {
  color: #014099;
}
#a2902afb0da8269 .input-item input.error,
#a2902afb0da8269 .input-item input.error::placeholder {
  color: #fc4343;
}
#a2902afb0da8269 .input-item input::placeholder {
  color: #999;
}
#a2902afb0da8269 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a2902afb0da8269 .form-item {
  margin: 24px 0;
}
#a2902afb0da8269 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a2902afb0da8269 .send-code {
  float: left;
  margin-left: 20px;
}
#a2902afb0da8269 .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;
}
#a2902afb0da8269 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a2902afb0da8269 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a2902afb0da8269 .login_btn_wrap {
  text-align: center;
}
#a2902afb0da8269 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a2902afb0da8269 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a2902afb0da8269 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a31cfa93dcacfab .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a080aa0cd3ac13d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab494acf4aaa0cf .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#ab494acf4aaa0cf .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#ab494acf4aaa0cf .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#ab494acf4aaa0cf .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#ab494acf4aaa0cf .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#ab494acf4aaa0cf .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#ab494acf4aaa0cf .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#ab494acf4aaa0cf .nav-list {
  padding: 0 20px;
}
#ab494acf4aaa0cf .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;
}
#ab494acf4aaa0cf .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#ab494acf4aaa0cf .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#ab494acf4aaa0cf .order-item:hover {
  background: #f7f7f7;
}
#ab494acf4aaa0cf .del-order {
  cursor: pointer;
}
#ab494acf4aaa0cf .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#ab494acf4aaa0cf .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#ab494acf4aaa0cf .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#ab494acf4aaa0cf .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#ab494acf4aaa0cf .goods-item .goods-info {
  padding: 0 15px;
}
#ab494acf4aaa0cf .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#ab494acf4aaa0cf .appoint-time {
  margin-bottom: 4px;
}
#ab494acf4aaa0cf .appoint-name {
  color: #333;
  font-size: 14px;
}
#ab494acf4aaa0cf .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#ab494acf4aaa0cf .goods-item .goods-name {
  color: #333;
}
#ab494acf4aaa0cf .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#ab494acf4aaa0cf .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#ab494acf4aaa0cf .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#ab494acf4aaa0cf .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#ab494acf4aaa0cf .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#ab494acf4aaa0cf .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;
}
#ab494acf4aaa0cf .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#ab494acf4aaa0cf .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#ab494acf4aaa0cf .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#ab494acf4aaa0cf .setting-form {
  padding: 30px 20px;
}
#ab494acf4aaa0cf .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#ab494acf4aaa0cf .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#ab494acf4aaa0cf .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#ab494acf4aaa0cf .setting-form .setting-btns {
  margin-left: 130px;
}
#ab494acf4aaa0cf .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#ab494acf4aaa0cf .setting-wrap {
  position: relative;
}
#ab494acf4aaa0cf .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#ab494acf4aaa0cf .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#ab494acf4aaa0cf .user-info .levels {
  color: #888;
  font-size: 12px;
}
#ab494acf4aaa0cf .address-wrap {
  padding: 30px 20px;
}
#ab494acf4aaa0cf .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#ab494acf4aaa0cf .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#ab494acf4aaa0cf .addr-list {
  min-height: 200px;
}
#ab494acf4aaa0cf .addr-detail .addr-item-name,
#ab494acf4aaa0cf .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;
}
#ab494acf4aaa0cf .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#ab494acf4aaa0cf .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#ab494acf4aaa0cf .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#ab494acf4aaa0cf .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#ab494acf4aaa0cf .add-addr {
  height: 32px;
  line-height: 30px;
}
#ab494acf4aaa0cf .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;
}
#ab494acf4aaa0cf .publish-item {
  cursor: default;
  min-height: 120px;
}
#ab494acf4aaa0cf .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#ab494acf4aaa0cf .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#ab494acf4aaa0cf .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #014099;
}
#ab494acf4aaa0cf .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a9ef1a3247a66c4 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a080aa0cd3ac13d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a00dbae340ad5f5 {
  min-height: 90vh;
  /* mobile */
}
#a00dbae340ad5f5 .search-highlight {
  background: yellow;
}
#a00dbae340ad5f5 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a00dbae340ad5f5 .el-title {
  margin-bottom: 20px;
}
#a00dbae340ad5f5 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a00dbae340ad5f5 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a00dbae340ad5f5 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a00dbae340ad5f5 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a00dbae340ad5f5 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a00dbae340ad5f5 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a00dbae340ad5f5 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a00dbae340ad5f5 .el-title {
    margin-bottom: 0;
  }
  #a00dbae340ad5f5 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a00dbae340ad5f5 .category {
    font-size: 12px;
  }
  #a00dbae340ad5f5 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a51e1ad04fad5b9 .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}#a080aa0cd3ac13d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1a80af3d1ab0a4 .comment-detail {
  min-height: 600px;
}
#a1a80af3d1ab0a4 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a1a80af3d1ab0a4 table th,
#a1a80af3d1ab0a4 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a1a80af3d1ab0a4 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a1a80af3d1ab0a4 .red {
  color: #F00!important;
}
#a1a80af3d1ab0a4 .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;
}
#afdeda439daa1cc .uk-container {
  line-height: 2;
  color: #999;
}
#a65f3a9182af75a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0);
}
#a65f3a9182af75a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a65f3a9182af75a .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #43c3ea;
  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;
}
#a65f3a9182af75a .menu-list > li > a {
  padding: 0 35px;
}
#a65f3a9182af75a .menu-list > li:hover:before {
  height: 100%;
}
#a65f3a9182af75a .menu-list > li:hover:after {
  color: auto;
}
#a65f3a9182af75a .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a65f3a9182af75a .menu-list > li:first-child:after {
  content: "";
}
#a65f3a9182af75a .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -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);
}
#a65f3a9182af75a .menu-list > li ul li {
  position: relative;
}
#a65f3a9182af75a .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  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;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #060000;
}
#a65f3a9182af75a .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  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: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a65f3a9182af75a li ul,
#a65f3a9182af75a li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a65f3a9182af75a li:hover > ul {
  left: auto;
}
#a65f3a9182af75a li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ee7ab184a1a85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#a3ee7ab184a1a85 .ele-wrap:hover {background-color: #509c49;}