.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: #07406e;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #07406e;
}
/* 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: #07406e;
}
/* 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: #07406e;
  text-shadow: none;
}
::selection {
  background: #07406e;
  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 #07406e;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #07406e;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #07406e;
  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: #07406e;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #07406e;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #07406e;
  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: #07406e;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #07406e;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #07406e;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #07406e;
  color: #ffffff;
  border-color: #07406e;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #07406e;
}
/* 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: #07406e;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #07406e;
}
/* 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: #07406e;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #07406e;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #07406e;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #07406e;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #07406e;
}
/*
   * 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: #07406e;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #07406e;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #07406e;
  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: #07406e;
}
/* 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: #07406e;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #07406e;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #07406e;
}
/* 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: #07406e;
  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: #07406e;
  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: #07406e;
  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: #07406e;
}
/* 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: #07406e;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #07406e;
  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: #07406e;
}
/*
   * 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: #07406e;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #07406e;
}
/*
   * 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: #07406e;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #07406e;
}
.uk-progress::-moz-progress-bar {
  background-color: #07406e;
}
.uk-progress::-ms-fill {
  background-color: #07406e;
}
/* ========================================================================
     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: #07406e !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: #07406e !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #07406e;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #07406e;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #07406e;
  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: #07406e;
  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: #07406e;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #07406e;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #07406e;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #07406e;
}
.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: #07406e;
  border-color: #07406e;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #07406e;
}
/* ========================================================================
   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: #04243e;
}
.ap-list-filter dd a.active {
  background-color: #07406e;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #07406e;
}
.category li a.active {
  color: #07406e;
}
.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: #07406e;
}
.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: #07406e;
  border: 1px solid rgba(7, 64, 110, 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: #07406e;
}
form .step .ui-step.active .ui-step-title {
  color: #07406e;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #07406e;
  background-color: #07406e;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #07406e;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #07406e;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #07406e;
  color: #07406e;
}
.btn-effect-2:hover {
  background-color: #07406e;
}
.uk-button.btn-effect-5 {
  background-color: #07406e;
  box-shadow: 0 0 15px rgba(7, 64, 110, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #07406e;
}
.header-effect-6 [data-item='title']::before {
  background-color: #07406e;
}
#a9fa1a060ca9ca1 .logged {
  display: none;
}
#a9fa1a060ca9ca1 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a9fa1a060ca9ca1 .fa-search {
  color: #ccc;
}
#a9fa1a060ca9ca1 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a9fa1a060ca9ca1 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a9fa1a060ca9ca1 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a9fa1a060ca9ca1 .quick-menus li:last-child > a::after {
  display: none;
}
#a9fa1a060ca9ca1 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a9fa1a060ca9ca1 .site-header {
  height: 70px;
}
#a9fa1a060ca9ca1 .uk-navbar-item,
#a9fa1a060ca9ca1 .uk-navbar-nav > li > a,
#a9fa1a060ca9ca1 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a9fa1a060ca9ca1 .uk-sticky-fixed .uk-navbar-item,
#a9fa1a060ca9ca1 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a9fa1a060ca9ca1 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a9fa1a060ca9ca1 .uk-navbar-sticky {
  background: #fff;
}
#a9fa1a060ca9ca1 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a9fa1a060ca9ca1 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a9fa1a060ca9ca1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9fa1a060ca9ca1 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a9fa1a060ca9ca1 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a9fa1a060ca9ca1 .sub-menu-title i,
#a9fa1a060ca9ca1 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a9fa1a060ca9ca1 .menu-list > .menu-item {
  position: relative;
}
#a9fa1a060ca9ca1 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a9fa1a060ca9ca1 .menu-list > .menu-item:hover > a::after,
#a9fa1a060ca9ca1 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a9fa1a060ca9ca1 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a9fa1a060ca9ca1 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a9fa1a060ca9ca1 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a9fa1a060ca9ca1 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a9fa1a060ca9ca1 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a9fa1a060ca9ca1 .sub-menu-item a:hover {
  color: #07406e;
}
#a9fa1a060ca9ca1 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a9fa1a060ca9ca1 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a9fa1a060ca9ca1 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a9fa1a060ca9ca1 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a9fa1a060ca9ca1 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a9fa1a060ca9ca1 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a9fa1a060ca9ca1 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a9fa1a060ca9ca1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a9fa1a060ca9ca1 .logo {
  display: inline-block;
}
#a9fa1a060ca9ca1 .search-box {
  position: relative;
  padding: 10px;
}
#a9fa1a060ca9ca1 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a9fa1a060ca9ca1 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a9fa1a060ca9ca1 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a0592a6a0ea6100 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a0592a6a0ea6100 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a0592a6a0ea6100 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a0592a6a0ea6100 .data-list .uk-card {
  cursor: pointer !important;
}
#a0592a6a0ea6100 .data-list .uk-card img {
  max-height: 300px;
}
#a0592a6a0ea6100 .data-list .uk-card:hover {
  background: #fafafa;
}
#a0592a6a0ea6100 .data-list .uk-card:hover .uk-h4 {
  color: #07406e;
}
#a0592a6a0ea6100 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a0592a6a0ea6100 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a0592a6a0ea6100 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a0592a6a0ea6100 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a0592a6a0ea6100 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a0592a6a0ea6100 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #07406e;
  cursor: pointer;
}
#a0592a6a0ea6100 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a0592a6a0ea6100 .uk-card .category:hover {
  background: #07406e;
}
#a0592a6a0ea6100 .accordion-menu {
  width: 100%;
}
#a0592a6a0ea6100 .accordion-menu ul ul.submenu,
#a0592a6a0ea6100 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a0592a6a0ea6100 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a0592a6a0ea6100 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a0592a6a0ea6100 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a0592a6a0ea6100 .accordion-menu .menu-item.active > a {
  background: #07406e;
  color: #fff;
}
#a0592a6a0ea6100 .accordion-menu li a:hover {
  background-color: #07406e;
  color: #fff;
  border: none;
}
#a0592a6a0ea6100 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a0592a6a0ea6100 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a0592a6a0ea6100 .hot-list,
#a0592a6a0ea6100 .new-list {
  padding: 12px;
}
#a0592a6a0ea6100 .new-list a:hover,
#a0592a6a0ea6100 .hot-list a:hover {
  color: #07406e;
}
#a0592a6a0ea6100 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a0592a6a0ea6100 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a0592a6a0ea6100 .hot-item:hover a {
  color: #07406e;
}
#a0592a6a0ea6100 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a0592a6a0ea6100 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #07406e;
  content: "";
}
#a0592a6a0ea6100 .content-header {
  padding-bottom: 10px;
}
#a0592a6a0ea6100 .item-title {
  color: #333;
}
#a0592a6a0ea6100 input::placeholder {
  color: #999;
}
#a0592a6a0ea6100 .datetime {
  color: #999;
}
#a0592a6a0ea6100 .new-item a {
  padding-left: 25px;
}
#a0592a6a0ea6100 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#ae0eea739da460b .uk-container {
  line-height: 2;
  color: #999;
}
#a9fa1a060ca9ca1 .uk-container {max-width: 1400px;}#a9fa1a060ca9ca1 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a9fa1a060ca9ca1 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a0592a6a0ea6100 [data-item*=".abstract"], #a0592a6a0ea6100 [data-item*=".abstract"] a {show: true;}#a0592a6a0ea6100 [data-item*=".subTitle"], #a0592a6a0ea6100 [data-item*=".subTitle"] a {show: true;}#a0592a6a0ea6100 [data-item*=".category"], #a0592a6a0ea6100 [data-item*=".category"] a {show: true;}#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 1200px) {
  #a78c9ae3eca3d72 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a78c9ae3eca3d72 .sidebar {
    width: 300px;
    padding: 1;
  }
}
#a78c9ae3eca3d72 .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#a78c9ae3eca3d72 .rich-img-wrap {
  display: block;
}
#a78c9ae3eca3d72 .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#a78c9ae3eca3d72 .author-info span {
  background: #4da9f4;
  border: 1px solid #07406e;
  color: #07406e;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#a78c9ae3eca3d72 .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #07406e;
}
#a78c9ae3eca3d72 .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#a78c9ae3eca3d72 .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#a78c9ae3eca3d72 .sidebar .uk-h4:before {
  background: #07406e;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#a78c9ae3eca3d72 .author-wrapper {
  position: relative;
}
#a78c9ae3eca3d72 .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#a78c9ae3eca3d72 .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#a78c9ae3eca3d72 .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#a78c9ae3eca3d72 .new-list li {
  padding: 5px 0 15px;
}
#a78c9ae3eca3d72 .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#a78c9ae3eca3d72 .sidebar a:hover {
  color: #095694;
}
#a78c9ae3eca3d72 .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
#a01aaa2998afd3f .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a761aa5aa3a4cdb .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #a761aa5aa3a4cdb .sidebar {
    width: 100%;
  }
}
#a761aa5aa3a4cdb .accordion-menu,
#a761aa5aa3a4cdb .accordion-menu ul ul.submenu,
#a761aa5aa3a4cdb .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a761aa5aa3a4cdb .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#a761aa5aa3a4cdb .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
  text-overflow: ellipsis;
}
#a761aa5aa3a4cdb .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a761aa5aa3a4cdb .accordion-menu li a:hover {
  background-color: #07406e;
  color: #fff;
  border: none;
}
#a761aa5aa3a4cdb .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a761aa5aa3a4cdb .contact {
  color: #fff;
}
#a761aa5aa3a4cdb .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#a761aa5aa3a4cdb .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#a761aa5aa3a4cdb .hot-list a {
  color: #777;
}
#a761aa5aa3a4cdb .hot-list a:hover {
  color: #07406e;
}
#a761aa5aa3a4cdb .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a761aa5aa3a4cdb .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a761aa5aa3a4cdb .hot-item:hover a {
  color: #07406e;
}
#a761aa5aa3a4cdb .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a761aa5aa3a4cdb .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #07406e;
  content: "";
}
#a761aa5aa3a4cdb .content-header {
  padding-bottom: 10px;
}
#a9f86a874aa775d .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a761aa5aa3a4cdb [data-item*=".abstract"], #a761aa5aa3a4cdb [data-item*=".abstract"] a {show: true;}#a761aa5aa3a4cdb [data-item*=".subTitle"], #a761aa5aa3a4cdb [data-item*=".subTitle"] a {show: true;}#a761aa5aa3a4cdb [data-item*=".category"], #a761aa5aa3a4cdb [data-item*=".category"] a {show: true;}#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab01bae93caf656 .logged {
  display: none;
}
#ab01bae93caf656 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab01bae93caf656 .fa-search {
  color: #ccc;
}
#ab01bae93caf656 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ab01bae93caf656 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab01bae93caf656 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ab01bae93caf656 .quick-menus li:last-child > a::after {
  display: none;
}
#ab01bae93caf656 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab01bae93caf656 .site-header {
  height: 70px;
}
#ab01bae93caf656 .uk-navbar-item,
#ab01bae93caf656 .uk-navbar-nav > li > a,
#ab01bae93caf656 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab01bae93caf656 .uk-sticky-fixed .uk-navbar-item,
#ab01bae93caf656 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab01bae93caf656 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab01bae93caf656 .uk-navbar-sticky {
  background: #fff;
}
#ab01bae93caf656 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ab01bae93caf656 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ab01bae93caf656 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab01bae93caf656 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ab01bae93caf656 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ab01bae93caf656 .sub-menu-title i,
#ab01bae93caf656 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab01bae93caf656 .menu-list > .menu-item {
  position: relative;
}
#ab01bae93caf656 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ab01bae93caf656 .menu-list > .menu-item:hover > a::after,
#ab01bae93caf656 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ab01bae93caf656 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ab01bae93caf656 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ab01bae93caf656 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ab01bae93caf656 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ab01bae93caf656 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ab01bae93caf656 .sub-menu-item a:hover {
  color: #07406e;
}
#ab01bae93caf656 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ab01bae93caf656 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ab01bae93caf656 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab01bae93caf656 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ab01bae93caf656 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ab01bae93caf656 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ab01bae93caf656 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ab01bae93caf656 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ab01bae93caf656 .logo {
  display: inline-block;
}
#ab01bae93caf656 .search-box {
  position: relative;
  padding: 10px;
}
#ab01bae93caf656 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ab01bae93caf656 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ab01bae93caf656 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a981ba8f98a77aa .uk-container {
  line-height: 2;
  color: #999;
}
#ab01bae93caf656 .uk-container {max-width: 1400px;}#ab01bae93caf656 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ab01bae93caf656 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#adecaab1f7aa830 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a967fa440ea62f8 , #a967fa440ea62f8 a{color: rgba(180, 180, 180, 1);}#a6dcda5598ae659 , #a6dcda5598ae659 a{color: rgba(180, 180, 180, 1);}#a0f2ea64c6a1307 , #a0f2ea64c6a1307 a{color: rgba(180, 180, 180, 1);}#a71a4ad2f0a9df6 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a71a4ad2f0a9df6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a3085adf8ca92f5 .a2499a1e93a37e5 {
  overflow: hidden;
}
#a3085adf8ca92f5 .a2499a1e93a37e5 , #a3085adf8ca92f5 .a2499a1e93a37e5 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a3085adf8ca92f5 .a2499a1e93a37e5:hover , #a3085adf8ca92f5 .a2499a1e93a37e5 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a3085adf8ca92f5 .uk-grid {
  margin-left: 0px;
}
#a3085adf8ca92f5 .uk-grid > * {
  padding-left: 0px;
}
#a3085adf8ca92f5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3085adf8ca92f5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3085adf8ca92f5 .uk-position-center-left-out {
    left: -30px;
  }
  #a3085adf8ca92f5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8051aaccfa1f8b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a68bea1e15af60d , #a68bea1e15af60d a{color: rgba(7, 64, 110, 1);}#ac0e5afc41aab5c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a98efa45cbad97c , #a98efa45cbad97c a{color: rgba(7, 64, 110, 1);}#ab2caaf8c4a533f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd15a0372afdaf , #afd15a0372afdaf a{color: rgba(7, 64, 110, 1);}#a0873a0d3aa7d77 , #a0873a0d3aa7d77 a{color: rgba(255, 255, 255, 1);}#a4201ad36fa7738 , #a4201ad36fa7738 a{color: rgba(255, 255, 255, 1);}#adaaaa19eaa8233 {
  overflow: hidden;
}
#adaaaa19eaa8233 .img-wrap {
  transition: all 0.3s ease-in;
}
#adaaaa19eaa8233 .img-wrap:hover {
  transform: scale(1.5);
}
#ae5f7aaf7baa7f9 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ae5f7aaf7baa7f9 .ele-wrap:hover {background-color: #0483cc;}#aa5cfa1cc0aa5fd , #aa5cfa1cc0aa5fd a{color: rgba(255, 255, 255, 1);}#a4a3fa1dada162d , #a4a3fa1dada162d a{color: rgba(255, 255, 255, 1);}#a6067ab254ad9e5 {
  overflow: hidden;
}
#a6067ab254ad9e5 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6067ab254ad9e5 .img-wrap:hover {
  transform: scale(1.5);
}
#a2e7cac482a7bbd {
  overflow: hidden;
}
#a2e7cac482a7bbd .img-wrap {
  transition: all 0.3s ease-in;
}
#a2e7cac482a7bbd .img-wrap:hover {
  transform: scale(1.5);
}
#a6199a4a54ab1ff .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6199a4a54ab1ff .ele-wrap:hover {background-color: #0483cc;}#abc8fa9824a54dc , #abc8fa9824a54dc a{color: rgba(255, 255, 255, 1);}#a3933a92c7a0a15 , #a3933a92c7a0a15 a{color: rgba(255, 255, 255, 1);}#a8092a497ba7314 {
  overflow: hidden;
}
#a8092a497ba7314 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8092a497ba7314 .img-wrap:hover {
  transform: scale(1.5);
}
#a7c82a0ee8ad6c7 {
  overflow: hidden;
}
#a7c82a0ee8ad6c7 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7c82a0ee8ad6c7 .img-wrap:hover {
  transform: scale(1.5);
}
#a1f8aa3c75a17fe {
  overflow: hidden;
}
#a1f8aa3c75a17fe .img-wrap {
  transition: all 0.3s ease-in;
}
#a1f8aa3c75a17fe .img-wrap:hover {
  transform: scale(1.5);
}
#a55a2a9586a68c6 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a55a2a9586a68c6 .ele-wrap:hover {background-color: #0483cc;}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5184ac516a6506 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a72a975aae5c2 .logged {
  display: none;
}
#a7a72a975aae5c2 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a7a72a975aae5c2 .fa-search {
  color: #ccc;
}
#a7a72a975aae5c2 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a7a72a975aae5c2 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a7a72a975aae5c2 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a7a72a975aae5c2 .quick-menus li:last-child > a::after {
  display: none;
}
#a7a72a975aae5c2 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a7a72a975aae5c2 .site-header {
  height: 70px;
}
#a7a72a975aae5c2 .uk-navbar-item,
#a7a72a975aae5c2 .uk-navbar-nav > li > a,
#a7a72a975aae5c2 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7a72a975aae5c2 .uk-sticky-fixed .uk-navbar-item,
#a7a72a975aae5c2 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a7a72a975aae5c2 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7a72a975aae5c2 .uk-navbar-sticky {
  background: #fff;
}
#a7a72a975aae5c2 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a7a72a975aae5c2 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a7a72a975aae5c2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7a72a975aae5c2 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a7a72a975aae5c2 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a7a72a975aae5c2 .sub-menu-title i,
#a7a72a975aae5c2 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a7a72a975aae5c2 .menu-list > .menu-item {
  position: relative;
}
#a7a72a975aae5c2 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a7a72a975aae5c2 .menu-list > .menu-item:hover > a::after,
#a7a72a975aae5c2 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a7a72a975aae5c2 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a7a72a975aae5c2 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a7a72a975aae5c2 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a7a72a975aae5c2 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a7a72a975aae5c2 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a7a72a975aae5c2 .sub-menu-item a:hover {
  color: #07406e;
}
#a7a72a975aae5c2 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a7a72a975aae5c2 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a7a72a975aae5c2 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a7a72a975aae5c2 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a7a72a975aae5c2 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a7a72a975aae5c2 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a7a72a975aae5c2 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a7a72a975aae5c2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a7a72a975aae5c2 .logo {
  display: inline-block;
}
#a7a72a975aae5c2 .search-box {
  position: relative;
  padding: 10px;
}
#a7a72a975aae5c2 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a7a72a975aae5c2 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a7a72a975aae5c2 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#aef59aca85a7e7a .uk-container {
  line-height: 2;
  color: #999;
}
#a7a72a975aae5c2 .uk-container {max-width: 1400px;}#a7a72a975aae5c2 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a7a72a975aae5c2 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ae250a892baf22d > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a281da91a8a53db .img-wrap {
  border-left-width: 1px;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae81da8f2aa463c .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #000000;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#ae81da8f2aa463c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);}#a0a63adc75a20d9 > .ele-wrap {background-color: rgba(7, 64, 110, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac756afd74a4b30 , #ac756afd74a4b30 a{color: rgba(0, 0, 0, 1);}#a9a3aa8c4ca46eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d63a9f9baef8d .aec81a2301a3a1f .img-wrap {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 1px;
  border-left-color: #07406e;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9d63a9f9baef8d .a80b7a62b4a66f4 {
  overflow: hidden;
}
#a9d63a9f9baef8d .a80b7a62b4a66f4 , #a9d63a9f9baef8d .a80b7a62b4a66f4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9d63a9f9baef8d .uk-grid {
  margin-left: -100px;
}
#a9d63a9f9baef8d .uk-grid > * {
  padding-left: 100px;
}
#a9d63a9f9baef8d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9d63a9f9baef8d .uk-position-center-left-out {
    left: -30px;
  }
  #a9d63a9f9baef8d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a13bda2546a6062 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab47ca906daa0bd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a11aba3ba0a252b .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725529134138.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a11aba3ba0a252b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725608996984.png);}#a9ca8adc59aae0b .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a9ca8adc59aae0b .ele-wrap:hover {background-color: #fff;}#ac54ca5328a1735 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#ac54ca5328a1735 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#ab681a27e2afee8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2d99a761da7cff .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725529132247.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a2d99a761da7cff .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725611992686.png);}#a35a3ac942aec0a .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a35a3ac942aec0a .ele-wrap:hover {background-color: #fff;}#a709ea5d57a456a .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a709ea5d57a456a .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a30ffa7399a1731 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afdcca77f6ac5e9 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725529133702.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#afdcca77f6ac5e9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725611991201.png);}#a95a7a86a3a9ef2 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a95a7a86a3a9ef2 .ele-wrap:hover {background-color: #fff;}#ac204ac051a7cf3 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#ac204ac051a7cf3 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#ac92ba0b10a3b77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6548ac7f6ae74c .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725529132706.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6548ac7f6ae74c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725611992214.png);}#a8f93a458aa1bf6 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a8f93a458aa1bf6 .ele-wrap:hover {background-color: #fff;}#a5760a7bd0a485d .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a5760a7bd0a485d .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#aadf2ab9f8a6da9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a08a3a7235a4c9e .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725529133229.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a08a3a7235a4c9e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725611991676.png);}#a667ea4d13ae90b .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a667ea4d13ae90b .ele-wrap:hover {background-color: #fff;}#ad772ad92bae4d0 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#ad772ad92bae4d0 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a81beaba66aea16 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa0ada8e0fa7f78 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725529131783.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa0ada8e0fa7f78 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725611993128.png);}#a3a05af99baabd3 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a3a05af99baabd3 .ele-wrap:hover {background-color: #fff;}#ac151a6b0aa0ee5 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#ac151a6b0aa0ee5 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a3bb7a1ea3aae99 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a5f67ae5d1a642c > .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;box-shadow: 0px -4px 11px 2px rgba(7, 64, 110, 1);}#ac21aa4694a2544 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ac21aa4694a2544 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a7bf6a832eab2b6 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a7bf6a832eab2b6 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a99b4aff6ca4cd2 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a99b4aff6ca4cd2 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8d5da56d1acc58 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a8d5da56d1acc58 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6341a2a3ba09ff .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6341a2a3ba09ff .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae781a91bea2d8d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adeaca6a1caa043 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3857a96f1a1807 {
  overflow: hidden;
}
#a3857a96f1a1807 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3857a96f1a1807 .img-wrap:hover {
  transform: scale(1.5);
}
#abf1fa1d96a3222 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af832add1fab8ba {
  overflow: hidden;
}
#af832add1fab8ba .img-wrap {
  transition: all 0.3s ease-in;
}
#af832add1fab8ba .img-wrap:hover {
  transform: scale(1.5);
}
#a10e3a0816a1671 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab433a6c91a0c3f {
  overflow: hidden;
}
#ab433a6c91a0c3f .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#ab433a6c91a0c3f .img-wrap:hover {
  transform: scale(1.5);
}
#ad5ddabdc6ab5c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3056a2d55a24e3 {
  overflow: hidden;
}
#a3056a2d55a24e3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3056a2d55a24e3 .img-wrap:hover {
  transform: scale(1.5);
}
#a1d9da5da2a0fb9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a93c8a6362a0deb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad043a1543a21d9 > .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);}#ad043a1543a21d9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a420aafaf9a7188 > .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);}#a420aafaf9a7188  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aa036af054aa54d > .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);}#aa036af054aa54d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a159da7991a7038 , #a159da7991a7038 a{color: rgba(255, 255, 255, 0);}#a8878a6429ade03 , #a8878a6429ade03 a{color: rgba(255, 255, 255, 1);}#a9c12a54aea7b64 , #a9c12a54aea7b64 a{color: rgba(255, 255, 255, 1);}#ad4a9a0de7a74f7 , #ad4a9a0de7a74f7 a{color: rgba(255, 255, 255, 1);}#a8c76a8b19a9f64 , #a8c76a8b19a9f64 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#adbd3ac237a95fc .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aee9fa075cabf81 .logged {
  display: none;
}
#aee9fa075cabf81 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aee9fa075cabf81 .fa-search {
  color: #ccc;
}
#aee9fa075cabf81 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aee9fa075cabf81 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aee9fa075cabf81 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aee9fa075cabf81 .quick-menus li:last-child > a::after {
  display: none;
}
#aee9fa075cabf81 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aee9fa075cabf81 .site-header {
  height: 70px;
}
#aee9fa075cabf81 .uk-navbar-item,
#aee9fa075cabf81 .uk-navbar-nav > li > a,
#aee9fa075cabf81 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aee9fa075cabf81 .uk-sticky-fixed .uk-navbar-item,
#aee9fa075cabf81 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aee9fa075cabf81 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aee9fa075cabf81 .uk-navbar-sticky {
  background: #fff;
}
#aee9fa075cabf81 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aee9fa075cabf81 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aee9fa075cabf81 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aee9fa075cabf81 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aee9fa075cabf81 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aee9fa075cabf81 .sub-menu-title i,
#aee9fa075cabf81 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aee9fa075cabf81 .menu-list > .menu-item {
  position: relative;
}
#aee9fa075cabf81 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aee9fa075cabf81 .menu-list > .menu-item:hover > a::after,
#aee9fa075cabf81 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aee9fa075cabf81 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aee9fa075cabf81 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aee9fa075cabf81 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aee9fa075cabf81 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aee9fa075cabf81 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aee9fa075cabf81 .sub-menu-item a:hover {
  color: #07406e;
}
#aee9fa075cabf81 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aee9fa075cabf81 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aee9fa075cabf81 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aee9fa075cabf81 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aee9fa075cabf81 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aee9fa075cabf81 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aee9fa075cabf81 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aee9fa075cabf81 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aee9fa075cabf81 .logo {
  display: inline-block;
}
#aee9fa075cabf81 .search-box {
  position: relative;
  padding: 10px;
}
#aee9fa075cabf81 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aee9fa075cabf81 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aee9fa075cabf81 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ac618a656ca35be .uk-container {
  line-height: 2;
  color: #999;
}
#aee9fa075cabf81 .uk-container {max-width: 1400px;}#aee9fa075cabf81 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aee9fa075cabf81 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a9362a8475ac92f .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a9362a8475ac92f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#afa99aaae9a0d8e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a62c9abde1aa342 .uk-grid {
  margin-left: 0px;
}
#a62c9abde1aa342 .uk-grid > * {
  padding-left: 0px;
}
#a62c9abde1aa342 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a62c9abde1aa342 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a62c9abde1aa342 .uk-position-center-left-out {
    left: -30px;
  }
  #a62c9abde1aa342 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abcc2a6589a6ccc .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa914a9d07a98d5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a011da7e61a5b49 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a3a5dadf04a5fa3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a5a6dad7b7a80bb .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5a6dad7b7a80bb .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a42b8a020da3df1 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a42b8a020da3df1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a1077aa28ea763d .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a1077aa28ea763d .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a49e2a6697a5cf5 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a49e2a6697a5cf5 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aaff9ada6aa8f8d , #aaff9ada6aa8f8d a{color: rgba(255, 255, 255, 0);}#aa164a2a1aa5b9f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4790a6d8ea5980 {
  overflow: hidden;
}
#a4790a6d8ea5980 .img-wrap {
  transition: all 0.3s ease-in;
}
#a4790a6d8ea5980 .img-wrap:hover {
  transform: scale(1.5);
}
#a443ba97a6aabb7 {
  overflow: hidden;
}
#a443ba97a6aabb7 .img-wrap {
  transition: all 0.3s ease-in;
}
#a443ba97a6aabb7 .img-wrap:hover {
  transform: scale(1.5);
}
#a4bf5a972cae45d , #a4bf5a972cae45d a{color: rgba(255, 255, 255, 0);}#a09e2a3fd5a3864 , #a09e2a3fd5a3864 a{color: rgba(255, 255, 255, 0);}#a997eaf2c5ac8fa , #a997eaf2c5ac8fa a{color: rgba(255, 255, 255, 0);}#a3e89a896daeac2 , #a3e89a896daeac2 a{color: rgba(255, 255, 255, 0);}#af211a4d55a325f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#afacaafdf2ad1b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a170ca931ea280c .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8fb1ac313a2d18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#abd2fa63bea687e .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a556baf124a3bfd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9eb1a109bacbe8 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7e15a9a41a2497 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa45dad31aa2c59 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1c67a1180a64bd > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1c67a1180a64bd  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a0208abad7a74e0 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5736abe4eaabe1 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5736abe4eaabe1  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a552ea654badd21 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2612ad6bea1d6d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2612ad6bea1d6d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a9417a3948a1eac > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a28caa533ba2537 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a28caa533ba2537  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#abdfaa61a3a111a > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7dfaa01f1ad1b3 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7dfaa01f1ad1b3 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a4539a5d42ac041 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4539a5d42ac041 .ele-wrap:hover {background-color: #509c49;}#a9d7aafb08aeb3e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a9d7aafb08aeb3e .ele-wrap:hover {background-color: #509c49;}#adb88a8049a2a58 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#adb88a8049a2a58 .ele-wrap:hover {background-color: #509c49;}#a10fbab7d3ab92f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a10fbab7d3ab92f .ele-wrap:hover {background-color: #509c49;}#a5889ae6b8ac99f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5889ae6b8ac99f .ele-wrap:hover {background-color: #509c49;}#a88b2a141ba6d94 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a88b2a141ba6d94 .ele-wrap:hover {background-color: #509c49;}#a62a4a8eb8a542b , #a62a4a8eb8a542b a{color: rgba(155, 155, 155, 1);}#ab077aabfaa1429 , #ab077aabfaa1429 a{color: rgba(155, 155, 155, 1);}#ad888af354abdb7 , #ad888af354abdb7 a{color: rgba(155, 155, 155, 1);}#a6444a79a4a688d , #a6444a79a4a688d a{color: rgba(155, 155, 155, 1);}#a368ca84baad10c , #a368ca84baad10c a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac9c7afc6ea8bb3 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a29cea1e85afd73 .logged {
  display: none;
}
#a29cea1e85afd73 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a29cea1e85afd73 .fa-search {
  color: #ccc;
}
#a29cea1e85afd73 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a29cea1e85afd73 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a29cea1e85afd73 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a29cea1e85afd73 .quick-menus li:last-child > a::after {
  display: none;
}
#a29cea1e85afd73 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a29cea1e85afd73 .site-header {
  height: 70px;
}
#a29cea1e85afd73 .uk-navbar-item,
#a29cea1e85afd73 .uk-navbar-nav > li > a,
#a29cea1e85afd73 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a29cea1e85afd73 .uk-sticky-fixed .uk-navbar-item,
#a29cea1e85afd73 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a29cea1e85afd73 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a29cea1e85afd73 .uk-navbar-sticky {
  background: #fff;
}
#a29cea1e85afd73 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a29cea1e85afd73 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a29cea1e85afd73 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a29cea1e85afd73 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a29cea1e85afd73 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a29cea1e85afd73 .sub-menu-title i,
#a29cea1e85afd73 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a29cea1e85afd73 .menu-list > .menu-item {
  position: relative;
}
#a29cea1e85afd73 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a29cea1e85afd73 .menu-list > .menu-item:hover > a::after,
#a29cea1e85afd73 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a29cea1e85afd73 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a29cea1e85afd73 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a29cea1e85afd73 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a29cea1e85afd73 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a29cea1e85afd73 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a29cea1e85afd73 .sub-menu-item a:hover {
  color: #07406e;
}
#a29cea1e85afd73 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a29cea1e85afd73 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a29cea1e85afd73 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a29cea1e85afd73 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a29cea1e85afd73 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a29cea1e85afd73 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a29cea1e85afd73 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a29cea1e85afd73 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a29cea1e85afd73 .logo {
  display: inline-block;
}
#a29cea1e85afd73 .search-box {
  position: relative;
  padding: 10px;
}
#a29cea1e85afd73 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a29cea1e85afd73 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a29cea1e85afd73 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a1754ae0d7af702 .uk-container {
  line-height: 2;
  color: #999;
}
#a29cea1e85afd73 .uk-container {max-width: 1400px;}#a29cea1e85afd73 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a29cea1e85afd73 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ab5a9a5f86a6db3 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(208, 2, 27, 1);box-shadow: 0px 0px 0px 0px undefined;}#abf3ea4330a4aff .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#abf3ea4330a4aff .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ab712a356aaced2 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#ab712a356aaced2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a9a20a11a8aa240 > .ele-wrap {background-color: rgba(231, 35, 58, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6a50a1d80ad9e6 , #a6a50a1d80ad9e6 a{color: rgba(255, 255, 255, 1);}#a72a4abe90ae067 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a338aa2475a9c56 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.08);}#a7457a62b4a8b6c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ad8a1a4d99a65be > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a9e71ab692a8e2a .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9e71ab692a8e2a .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#af1e8a65c7ac816 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#af1e8a65c7ac816 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a68ffaa51aaa6f4 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a68ffaa51aaa6f4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a00d4a8c94a8ebc .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a00d4a8c94a8ebc .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a973aaac08a0daf > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a828ba3274a93d7 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2134a26c8a06b9 > .ele-wrap {border-radius: 0px;border-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-bottom-width: 0px;border-top-width: 1px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2134a26c8a06b9 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724829076811.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a2134a26c8a06b9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a099bad83cab28f > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a46f6a9a00a02f7 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-right-style: solid;border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a46f6a9a00a02f7 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403230797.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a46f6a9a00a02f7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a5c13aa8f3ab5d4 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5a8fae66fa528d > .ele-wrap {border-radius: 0px;border-left-color: rgba(0, 0, 0, 1);border-left-style: solid;border-right-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(74, 74, 74, 1);border-top-width: 1px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5a8fae66fa528d .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724829077207.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a5a8fae66fa528d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#ab33dafcf4a3398 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9a5eaeccea2a87 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;}#a9a5eaeccea2a87 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724829076065.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a9a5eaeccea2a87 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#add17a75f5ae79d > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae5daad5bca3800 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;}#ae5daad5bca3800 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403226491.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae5daad5bca3800 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#ac71dae410a3f91 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8d03a0e2daf489 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab1a3a40cca687d {
  overflow: hidden;
}
#ab1a3a40cca687d .img-wrap {
  transition: all 0.3s ease-in;
}
#ab1a3a40cca687d .img-wrap:hover {
  transform: scale(1.5);
}
#a3862ab308adf58 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8a86ae48ba0f6f {
  overflow: hidden;
}
#a8a86ae48ba0f6f .img-wrap {
  transition: all 0.3s ease-in;
}
#a8a86ae48ba0f6f .img-wrap:hover {
  transform: scale(1.5);
}
#a41f6a2377a1018 > .ele-wrap {background-color: rgba(231, 35, 58, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a83e1ad6c6a0646 {
  overflow: hidden;
}
#a83e1ad6c6a0646 .img-wrap {
  transition: all 0.3s ease-in;
}
#a83e1ad6c6a0646 .img-wrap:hover {
  transform: scale(1.5);
}
#a0b56afd16abf8f > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9329a4e9aad04f {
  overflow: hidden;
}
#a9329a4e9aad04f .img-wrap {
  transition: all 0.3s ease-in;
}
#a9329a4e9aad04f .img-wrap:hover {
  transform: scale(1.5);
}
#a7819a1ecea13d8 , #a7819a1ecea13d8 a{color: rgba(231, 35, 58, 1);}#a6edea0cb7a93e6 , #a6edea0cb7a93e6 a{color: rgba(74, 74, 74, 1);}#aeb4baf788ad97e , #aeb4baf788ad97e a{color: rgba(74, 74, 74, 1);}#a578ea8065a1ba6 , #a578ea8065a1ba6 a{color: rgba(231, 35, 58, 1);}#ae0b2a65e1a1d00 , #ae0b2a65e1a1d00 a{color: rgba(231, 35, 58, 1);}#aa8c1a6019a38bb , #aa8c1a6019a38bb a{color: rgba(231, 35, 58, 1);}#af591ae306ad09c , #af591ae306ad09c a{color: rgba(74, 74, 74, 1);}#ade8ca45f3ab535 , #ade8ca45f3ab535 a{color: rgba(74, 74, 74, 1);}#a9cc2a899aabe39 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a08dbaecd8a403a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a83ccaab5ca6161 {
  overflow: hidden;
}
#a83ccaab5ca6161 .img-wrap {
  transition: all 0.3s ease-in;
}
#a83ccaab5ca6161 .img-wrap:hover {
  transform: scale(1.5);
}
#a5214aa1afab52a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aaa87a1f8da53b7 {
  overflow: hidden;
}
#aaa87a1f8da53b7 .img-wrap {
  transition: all 0.3s ease-in;
}
#aaa87a1f8da53b7 .img-wrap:hover {
  transform: scale(1.5);
}
#a4bd3ad27cabd14 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa5ecad9dcac6f6 {
  overflow: hidden;
}
#aa5ecad9dcac6f6 .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#aa5ecad9dcac6f6 .img-wrap:hover {
  transform: scale(1.5);
}
#a3c17aa3f8a340b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a41c4a1745a49f6 {
  overflow: hidden;
}
#a41c4a1745a49f6 .img-wrap {
  transition: all 0.3s ease-in;
}
#a41c4a1745a49f6 .img-wrap:hover {
  transform: scale(1.5);
}
#a8baba2f61a155c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a189aa6b2dac92e .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a189aa6b2dac92e .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3f41ab8b5abee7 , #a3f41ab8b5abee7 a{color: rgba(255, 255, 255, 0);}#a0675aef7fad514 , #a0675aef7fad514 a{color: rgba(255, 255, 255, 1);}#accc8aee93a04b8 , #accc8aee93a04b8 a{color: rgba(255, 255, 255, 1);}#a3d2ba799daed4f , #a3d2ba799daed4f a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a892aa1dd6abab3 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#afc56a1a0babd56 .logged {
  display: none;
}
#afc56a1a0babd56 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#afc56a1a0babd56 .fa-search {
  color: #ccc;
}
#afc56a1a0babd56 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#afc56a1a0babd56 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afc56a1a0babd56 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#afc56a1a0babd56 .quick-menus li:last-child > a::after {
  display: none;
}
#afc56a1a0babd56 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#afc56a1a0babd56 .site-header {
  height: 70px;
}
#afc56a1a0babd56 .uk-navbar-item,
#afc56a1a0babd56 .uk-navbar-nav > li > a,
#afc56a1a0babd56 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#afc56a1a0babd56 .uk-sticky-fixed .uk-navbar-item,
#afc56a1a0babd56 .uk-sticky-fixed .uk-navbar-nav > li > a,
#afc56a1a0babd56 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#afc56a1a0babd56 .uk-navbar-sticky {
  background: #fff;
}
#afc56a1a0babd56 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#afc56a1a0babd56 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#afc56a1a0babd56 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afc56a1a0babd56 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#afc56a1a0babd56 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#afc56a1a0babd56 .sub-menu-title i,
#afc56a1a0babd56 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#afc56a1a0babd56 .menu-list > .menu-item {
  position: relative;
}
#afc56a1a0babd56 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#afc56a1a0babd56 .menu-list > .menu-item:hover > a::after,
#afc56a1a0babd56 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#afc56a1a0babd56 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#afc56a1a0babd56 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#afc56a1a0babd56 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#afc56a1a0babd56 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#afc56a1a0babd56 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#afc56a1a0babd56 .sub-menu-item a:hover {
  color: #07406e;
}
#afc56a1a0babd56 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#afc56a1a0babd56 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#afc56a1a0babd56 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#afc56a1a0babd56 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#afc56a1a0babd56 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#afc56a1a0babd56 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#afc56a1a0babd56 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#afc56a1a0babd56 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#afc56a1a0babd56 .logo {
  display: inline-block;
}
#afc56a1a0babd56 .search-box {
  position: relative;
  padding: 10px;
}
#afc56a1a0babd56 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#afc56a1a0babd56 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#afc56a1a0babd56 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#adeb1adb7fa02ad .uk-container {
  line-height: 2;
  color: #999;
}
#afc56a1a0babd56 .uk-container {max-width: 1400px;}#afc56a1a0babd56 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#afc56a1a0babd56 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a7011aa4cea96e8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a698ea6d63ad1b2 , #a698ea6d63ad1b2 a{color: rgba(180, 180, 180, 1);}#a81cca38b6a435f , #a81cca38b6a435f a{color: rgba(180, 180, 180, 1);}#a9240a0675acac1 , #a9240a0675acac1 a{color: rgba(180, 180, 180, 1);}#a6291a8de2a1cb5 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a6291a8de2a1cb5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a9d0fa5604a7efb .a0ddea88e7a8fef {
  overflow: hidden;
}
#a9d0fa5604a7efb .a0ddea88e7a8fef , #a9d0fa5604a7efb .a0ddea88e7a8fef > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a9d0fa5604a7efb .a0ddea88e7a8fef:hover , #a9d0fa5604a7efb .a0ddea88e7a8fef *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a9d0fa5604a7efb .uk-grid {
  margin-left: 0px;
}
#a9d0fa5604a7efb .uk-grid > * {
  padding-left: 0px;
}
#a9d0fa5604a7efb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9d0fa5604a7efb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9d0fa5604a7efb .uk-position-center-left-out {
    left: -30px;
  }
  #a9d0fa5604a7efb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0474ae032a6d97 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afdadac711a4547 , #afdadac711a4547 a{color: rgba(7, 64, 110, 1);}#ab4d0ac98fa48d0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e10afe58a321d , #a9e10afe58a321d a{color: rgba(7, 64, 110, 1);}#a1c24a4804aab16 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a62e8a5238a8a89 , #a62e8a5238a8a89 a{color: rgba(7, 64, 110, 1);}#a61f1aa7eaaac9b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a52e2a960fa2bf1 , #a52e2a960fa2bf1 a{color: rgba(7, 64, 110, 1);}#a40fbad82aa48be , #a40fbad82aa48be a{color: rgba(255, 255, 255, 1);}#abb4cac0d0aab1a , #abb4cac0d0aab1a a{color: rgba(255, 255, 255, 1);}#a311ba45fdaa8eb {
  overflow: hidden;
}
#a311ba45fdaa8eb .img-wrap {
  transition: all 0.3s ease-in;
}
#a311ba45fdaa8eb .img-wrap:hover {
  transform: scale(1.5);
}
#ad02ead0a4a2ecc .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ad02ead0a4a2ecc .ele-wrap:hover {background-color: #0483cc;}#a3931a7f24a47f1 , #a3931a7f24a47f1 a{color: rgba(255, 255, 255, 1);}#a75cba32efa4a0d , #a75cba32efa4a0d a{color: rgba(255, 255, 255, 1);}#a8ea5a92caac32b {
  overflow: hidden;
}
#a8ea5a92caac32b .img-wrap {
  transition: all 0.3s ease-in;
}
#a8ea5a92caac32b .img-wrap:hover {
  transform: scale(1.5);
}
#ac89fa871aa63fe {
  overflow: hidden;
}
#ac89fa871aa63fe .img-wrap {
  transition: all 0.3s ease-in;
}
#ac89fa871aa63fe .img-wrap:hover {
  transform: scale(1.5);
}
#acc5faa0d1a23c7 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#acc5faa0d1a23c7 .ele-wrap:hover {background-color: #0483cc;}#a8094ab906af142 , #a8094ab906af142 a{color: rgba(255, 255, 255, 1);}#a8db5a4e5ba193c , #a8db5a4e5ba193c a{color: rgba(255, 255, 255, 1);}#a4685a6c7ea3613 {
  overflow: hidden;
}
#a4685a6c7ea3613 .img-wrap {
  transition: all 0.3s ease-in;
}
#a4685a6c7ea3613 .img-wrap:hover {
  transform: scale(1.5);
}
#a27f3a5e65a66d5 {
  overflow: hidden;
}
#a27f3a5e65a66d5 .img-wrap {
  transition: all 0.3s ease-in;
}
#a27f3a5e65a66d5 .img-wrap:hover {
  transform: scale(1.5);
}
#adb16a82b1a3dd0 {
  overflow: hidden;
}
#adb16a82b1a3dd0 .img-wrap {
  transition: all 0.3s ease-in;
}
#adb16a82b1a3dd0 .img-wrap:hover {
  transform: scale(1.5);
}
#a1e38a387bafce8 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a1e38a387bafce8 .ele-wrap:hover {background-color: #0483cc;}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a030ea402bad500 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9444ad414a5f76 .logged {
  display: none;
}
#a9444ad414a5f76 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a9444ad414a5f76 .fa-search {
  color: #ccc;
}
#a9444ad414a5f76 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a9444ad414a5f76 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a9444ad414a5f76 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a9444ad414a5f76 .quick-menus li:last-child > a::after {
  display: none;
}
#a9444ad414a5f76 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a9444ad414a5f76 .site-header {
  height: 70px;
}
#a9444ad414a5f76 .uk-navbar-item,
#a9444ad414a5f76 .uk-navbar-nav > li > a,
#a9444ad414a5f76 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a9444ad414a5f76 .uk-sticky-fixed .uk-navbar-item,
#a9444ad414a5f76 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a9444ad414a5f76 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a9444ad414a5f76 .uk-navbar-sticky {
  background: #fff;
}
#a9444ad414a5f76 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a9444ad414a5f76 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a9444ad414a5f76 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9444ad414a5f76 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a9444ad414a5f76 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a9444ad414a5f76 .sub-menu-title i,
#a9444ad414a5f76 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a9444ad414a5f76 .menu-list > .menu-item {
  position: relative;
}
#a9444ad414a5f76 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a9444ad414a5f76 .menu-list > .menu-item:hover > a::after,
#a9444ad414a5f76 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a9444ad414a5f76 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a9444ad414a5f76 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a9444ad414a5f76 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a9444ad414a5f76 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a9444ad414a5f76 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a9444ad414a5f76 .sub-menu-item a:hover {
  color: #07406e;
}
#a9444ad414a5f76 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a9444ad414a5f76 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a9444ad414a5f76 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a9444ad414a5f76 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a9444ad414a5f76 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a9444ad414a5f76 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a9444ad414a5f76 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a9444ad414a5f76 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a9444ad414a5f76 .logo {
  display: inline-block;
}
#a9444ad414a5f76 .search-box {
  position: relative;
  padding: 10px;
}
#a9444ad414a5f76 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a9444ad414a5f76 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a9444ad414a5f76 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a7c33a30f0afaba .uk-tile-primary {
  background-color: rgba(7, 64, 110, 0.9);
}
#a7a79ae539a2010 img {
  border: 0 none;
}
#a7a79ae539a2010 ul,
#a7a79ae539a2010 li {
  list-style: none;
}
#a7a79ae539a2010 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#a7a79ae539a2010 a img {
  border: 0 none;
}
#a7a79ae539a2010 i {
  font-style: normal;
}
#a7a79ae539a2010 .p50 {
  padding: 50px;
}
#a7a79ae539a2010 .pt-60 {
  padding-top: 60px;
}
#a7a79ae539a2010 .pb-60 {
  padding-bottom: 60px;
}
#a7a79ae539a2010 .p60 {
  padding: 60px;
}
#a7a79ae539a2010 .title {
  color: #333;
}
#a7a79ae539a2010 .pb-70 {
  padding-bottom: 70px;
}
#a7a79ae539a2010 .mt-25 {
  margin-top: 25px;
}
#a7a79ae539a2010 .mb-25 {
  margin-bottom: 25px;
}
#a7a79ae539a2010 .mt-40 {
  margin-top: 40px;
}
#a7a79ae539a2010 .mt-50 {
  margin-top: 50px;
}
#a7a79ae539a2010 .f14 {
  font-size: 14px;
}
#a7a79ae539a2010 .f18 {
  font-size: 18px;
}
#a7a79ae539a2010 .f20 {
  font-size: 20px;
}
#a7a79ae539a2010 .f30 {
  font-size: 30px;
}
#a7a79ae539a2010 .f34 {
  font-size: 34px;
}
#a7a79ae539a2010 .f50 {
  font-size: 50px;
}
#a7a79ae539a2010 .color-888 {
  color: #888;
}
#a7a79ae539a2010 .color-555 {
  color: #555;
}
#a7a79ae539a2010 .color-999 {
  color: #999;
}
#a7a79ae539a2010 .color-aaa {
  color: #aaa;
}
#a7a79ae539a2010 .bg-f8 {
  background-color: #f8f9fb;
}
#a7a79ae539a2010 .bg-white {
  background-color: white;
}
#a7a79ae539a2010 .flex-between {
  display: flex;
  justify-content: space-between;
}
#a7a79ae539a2010 .flex {
  display: flex;
  justify-content: space-around;
}
#a7a79ae539a2010 .posi {
  position: relative;
}
#a7a79ae539a2010 .w50 {
  width: 50%;
}
#a7a79ae539a2010 .img {
  position: relative;
  overflow: hidden;
}
#a7a79ae539a2010 .transition {
  transition: all .36s;
}
#a7a79ae539a2010 .line-height {
  line-height: 2;
}
#a7a79ae539a2010 .text-center {
  text-align: center;
}
#a7a79ae539a2010 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a7a79ae539a2010 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#a7a79ae539a2010 .opacity6 {
  opacity: 0.6;
}
#a7a79ae539a2010 .DIN {
  color: #666;
}
#a7a79ae539a2010 .opacity5 {
  opacity: 0.5;
}
#a7a79ae539a2010 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #a7a79ae539a2010 .wapFlex {
    flex-direction: column;
  }
  #a7a79ae539a2010 .w50 {
    width: 100%;
  }
}
#a7a79ae539a2010 .more {
  color: #888;
}
#a7a79ae539a2010 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#a7a79ae539a2010 .inxTit .f20 {
  letter-spacing: 6px;
}
#a7a79ae539a2010 .newTop .txt .more {
  display: inline-block;
}
#a7a79ae539a2010 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #07406e;
  color: #fff;
}
#a7a79ae539a2010 .newTop .txt,
#a7a79ae539a2010 .newTop .img {
  height: 420px;
}
#a7a79ae539a2010 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#a7a79ae539a2010 .newTop:hover {
  color: #07406e;
}
#a7a79ae539a2010 .newTop:hover .img img {
  transform: scale(1.1);
}
#a7a79ae539a2010 .idxnewsUl li {
  flex: 1;
}
#a7a79ae539a2010 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#a7a79ae539a2010 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#a7a79ae539a2010 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #07406e;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#a7a79ae539a2010 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#a7a79ae539a2010 .idxnewsUl li .more {
  display: inline-block;
}
#a7a79ae539a2010 .idxnewsUl li:hover::after {
  height: 100%;
}
#a7a79ae539a2010 .idxnewsUl li:hover a {
  color: #fff!important;
}
#a7a79ae539a2010 .idxnewsUl li:hover .title {
  color: #fff;
}
#a7a79ae539a2010 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#a7a79ae539a2010 .idxnewsUl li:hover .more {
  color: #fff;
}
#a7a79ae539a2010 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #a7a79ae539a2010 .p50 {
    padding: 45px;
  }
  #a7a79ae539a2010 .pt-60 {
    padding-top: 55px;
  }
  #a7a79ae539a2010 .pb-60 {
    padding-bottom: 55px;
  }
  #a7a79ae539a2010 .p60 {
    padding: 55px;
  }
  #a7a79ae539a2010 .pb-70 {
    padding-bottom: 66px;
  }
  #a7a79ae539a2010 .mt-25 {
    margin-top: 20px;
  }
  #a7a79ae539a2010 .mb-25 {
    margin-bottom: 20px;
  }
  #a7a79ae539a2010 .mt-40 {
    margin-top: 36px;
  }
  #a7a79ae539a2010 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #a7a79ae539a2010 .p50 {
    padding: 42px;
  }
  #a7a79ae539a2010 .pt-60 {
    padding-top: 50px;
  }
  #a7a79ae539a2010 .pb-60 {
    padding-bottom: 50px;
  }
  #a7a79ae539a2010 .p60 {
    padding: 50px;
  }
  #a7a79ae539a2010 .pb-70 {
    padding-bottom: 50px;
  }
  #a7a79ae539a2010 .mt-25 {
    margin-top: 18px;
  }
  #a7a79ae539a2010 .mb-25 {
    margin-bottom: 18px;
  }
  #a7a79ae539a2010 .mt-40 {
    margin-top: 34px;
  }
  #a7a79ae539a2010 .mt-50 {
    margin-top: 42px;
  }
  #a7a79ae539a2010 .f14 {
    font-size: 14px;
  }
  #a7a79ae539a2010 .f18 {
    font-size: 16px;
  }
  #a7a79ae539a2010 .f20 {
    font-size: 18px;
  }
  #a7a79ae539a2010 .f30 {
    font-size: 26px;
  }
  #a7a79ae539a2010 .f34 {
    font-size: 28px;
  }
  #a7a79ae539a2010 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #a7a79ae539a2010 .pt-60 {
    padding-top: 50px;
  }
  #a7a79ae539a2010 .pb-60 {
    padding-bottom: 50px;
  }
  #a7a79ae539a2010 .p60 {
    padding: 50px;
  }
  #a7a79ae539a2010 .p50 {
    padding: 40px;
  }
  #a7a79ae539a2010 .pb-70 {
    padding-bottom: 60px;
  }
  #a7a79ae539a2010 .mt-25 {
    margin-top: 16px;
  }
  #a7a79ae539a2010 .mb-25 {
    margin-bottom: 16px;
  }
  #a7a79ae539a2010 .mt-40 {
    margin-top: 32px;
  }
  #a7a79ae539a2010 .mt-50 {
    margin-top: 40px;
  }
  #a7a79ae539a2010 .f14 {
    font-size: 12px;
  }
  #a7a79ae539a2010 .f18 {
    font-size: 14px;
  }
  #a7a79ae539a2010 .f20 {
    font-size: 16px;
  }
  #a7a79ae539a2010 .f30 {
    font-size: 18px;
  }
  #a7a79ae539a2010 .f34 {
    font-size: 22px;
  }
  #a7a79ae539a2010 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #a7a79ae539a2010 .p50 {
    padding: 35px;
  }
  #a7a79ae539a2010 .pt-60 {
    padding-top: 42px;
  }
  #a7a79ae539a2010 .pb-60 {
    padding-bottom: 42px;
  }
  #a7a79ae539a2010 .p60 {
    padding: 42px;
  }
  #a7a79ae539a2010 .pb-70 {
    padding-bottom: 55px;
  }
  #a7a79ae539a2010 .mt-25 {
    margin-top: 15px;
  }
  #a7a79ae539a2010 .mb-25 {
    margin-bottom: 15px;
  }
  #a7a79ae539a2010 .mt-40 {
    margin-top: 28px;
  }
  #a7a79ae539a2010 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #a7a79ae539a2010 .p50 {
    padding: 20px;
  }
  #a7a79ae539a2010 .pt-60 {
    padding-top: 20px;
  }
  #a7a79ae539a2010 .pb-60 {
    padding-bottom: 20px;
  }
  #a7a79ae539a2010 .p60 {
    padding: 20px;
  }
  #a7a79ae539a2010 .pb-70 {
    padding-bottom: 20px;
  }
  #a7a79ae539a2010 .mt-40 {
    margin-top: 20px;
  }
  #a7a79ae539a2010 .mt-50 {
    margin-top: 20px;
  }
  #a7a79ae539a2010 .f18 {
    font-size: 13px;
  }
  #a7a79ae539a2010 .f20 {
    font-size: 14px;
  }
  #a7a79ae539a2010 .f30 {
    font-size: 16px;
  }
  #a7a79ae539a2010 .f34 {
    font-size: 16px;
  }
  #a7a79ae539a2010 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #a7a79ae539a2010 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #a7a79ae539a2010 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #a7a79ae539a2010 .w1440 {
    width: 100%;
    padding: 0;
  }
  #a7a79ae539a2010 .newTop .txt,
  #a7a79ae539a2010 .newTop .img {
    height: auto;
  }
  #a7a79ae539a2010 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #a7a79ae539a2010 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #a7a79ae539a2010 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#a13c8ac9c3a233c .uk-container {
  line-height: 2;
  color: #999;
}
#a9444ad414a5f76 .uk-container {max-width: 1400px;}#a9444ad414a5f76 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a9444ad414a5f76 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a1a7aaede4a0962 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a37a2a1ae0a42af {
  overflow: hidden;
}
#a37a2a1ae0a42af .img-wrap {
  transition: all 0.3s ease-in;
}
#a37a2a1ae0a42af .img-wrap:hover {
  transform: scale(1.2);
}
#a5b43a4635a2c6e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a97e5ab7c2ac1cc {
  overflow: hidden;
}
#a97e5ab7c2ac1cc .img-wrap {
  transition: all 0.3s ease-in;
}
#a97e5ab7c2ac1cc .img-wrap:hover {
  transform: scale(1.2);
}
#ad55ca158fa945b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab7ababd87a3fc5 {
  overflow: hidden;
}
#ab7ababd87a3fc5 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab7ababd87a3fc5 .img-wrap:hover {
  transform: scale(1.2);
}
#a2e9ba0ce2a20cb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aea1fa3eacad990 {
  overflow: hidden;
}
#aea1fa3eacad990 .img-wrap {
  transition: all 0.3s ease-in;
}
#aea1fa3eacad990 .img-wrap:hover {
  transform: scale(1.2);
}
#a7a92afec0a446b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a7a92afec0a446b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(208, 2, 27, 1);}#a336fa1023a5480 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae1d4a6feeab89f {
  overflow: hidden;
}
#ae1d4a6feeab89f .img-wrap {
  transition: all 0.3s ease-in;
}
#ae1d4a6feeab89f .img-wrap:hover {
  transform: scale(1.2);
}
#ab3c9a3430a390e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aed9aab508a3af9 {
  overflow: hidden;
}
#aed9aab508a3af9 .img-wrap {
  transition: all 0.3s ease-in;
}
#aed9aab508a3af9 .img-wrap:hover {
  transform: scale(1.2);
}
#a5681a9618a83e7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad121a5e67a2399 {
  overflow: hidden;
}
#ad121a5e67a2399 .img-wrap {
  transition: all 0.3s ease-in;
}
#ad121a5e67a2399 .img-wrap:hover {
  transform: scale(1.2);
}
#ab2c1a6b58a23f6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afae2ae2f2ac879 {
  overflow: hidden;
}
#afae2ae2f2ac879 .img-wrap {
  transition: all 0.3s ease-in;
}
#afae2ae2f2ac879 .img-wrap:hover {
  transform: scale(1.2);
}
#a6b5ba2508a74ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a157dafa2cadcf9 {
  overflow: hidden;
}
#a157dafa2cadcf9 .img-wrap {
  transition: all 0.3s ease-in;
}
#a157dafa2cadcf9 .img-wrap:hover {
  transform: scale(1.2);
}
#a281ca5b02a17b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2d41ad89cae0fd {
  overflow: hidden;
}
#a2d41ad89cae0fd .img-wrap {
  transition: all 0.3s ease-in;
}
#a2d41ad89cae0fd .img-wrap:hover {
  transform: scale(1.2);
}
#a67e6a76c5a8c24 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a155ba915eaac04 {
  overflow: hidden;
}
#a155ba915eaac04 .img-wrap {
  transition: all 0.3s ease-in;
}
#a155ba915eaac04 .img-wrap:hover {
  transform: scale(1.2);
}
#a6c6aa9f08a1282 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aff5fab045a0593 {
  overflow: hidden;
}
#aff5fab045a0593 .img-wrap {
  transition: all 0.3s ease-in;
}
#aff5fab045a0593 .img-wrap:hover {
  transform: scale(1.2);
}
#a268aaae8aa1f7a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2d2aa5a07afd40 {
  overflow: hidden;
}
#a2d2aa5a07afd40 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2d2aa5a07afd40 .img-wrap:hover {
  transform: scale(1.2);
}
#acb8da3a91a8ae4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a98d5ab10dae65c {
  overflow: hidden;
}
#a98d5ab10dae65c .img-wrap {
  transition: all 0.3s ease-in;
}
#a98d5ab10dae65c .img-wrap:hover {
  transform: scale(1.2);
}
#a1d1ca51c4a5653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae4fda7cb7aa716 {
  overflow: hidden;
}
#ae4fda7cb7aa716 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae4fda7cb7aa716 .img-wrap:hover {
  transform: scale(1.2);
}
#a0ac5a9b83a167c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a0ac5a9b83a167c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(208, 2, 27, 1);}#ab47caa175a3043 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0eb9a01f2a192e {
  overflow: hidden;
}
#a0eb9a01f2a192e .img-wrap {
  transition: all 0.3s ease-in;
}
#a0eb9a01f2a192e .img-wrap:hover {
  transform: scale(1.2);
}
#a196fa5b3aa3540 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6515a3c98a4d72 {
  overflow: hidden;
}
#a6515a3c98a4d72 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6515a3c98a4d72 .img-wrap:hover {
  transform: scale(1.2);
}
#ab7a6a6701a676f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a00e0a47fcaeb58 {
  overflow: hidden;
}
#a00e0a47fcaeb58 .img-wrap {
  transition: all 0.3s ease-in;
}
#a00e0a47fcaeb58 .img-wrap:hover {
  transform: scale(1.2);
}
#ada84a3d07a7437 {
  overflow: hidden;
  pointer-events: none;
}
#ada84a3d07a7437 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 120px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ada84a3d07a7437 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ada84a3d07a7437 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ada84a3d07a7437 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 120px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ada84a3d07a7437 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ada84a3d07a7437 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ada84a3d07a7437 > .tab-wrap > div > .tab-nav,
#ada84a3d07a7437 > .tab-nav,
#ada84a3d07a7437 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ada84a3d07a7437 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ada84a3d07a7437 > .tab-wrap > div > .tab-nav-horizontal,
#ada84a3d07a7437 > .tab-nav-horizontal,
#ada84a3d07a7437 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ada84a3d07a7437 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ada84a3d07a7437 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ada84a3d07a7437 > .tab-nav-horizontal::-webkit-scrollbar,
#ada84a3d07a7437 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ada84a3d07a7437 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ada84a3d07a7437 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ada84a3d07a7437 > .tab-nav-horizontal.tagScroll,
#ada84a3d07a7437 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ada84a3d07a7437 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 120px;
  overflow-x: auto;
}
#ada84a3d07a7437 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ada84a3d07a7437 > .tab-nav-horizontal.tagScroll li a,
#ada84a3d07a7437 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ada84a3d07a7437 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ada84a3d07a7437 > .tab-wrap > div > .tab-nav a,
#ada84a3d07a7437 > .tab-nav a,
#ada84a3d07a7437 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ada84a3d07a7437 > .tab-tabs > .tab-nav a {
  padding: 0 100px;
}
#ada84a3d07a7437 > .tab-wrap > div > .tab-nav li a,
#ada84a3d07a7437 > .tab-nav li a,
#ada84a3d07a7437 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ada84a3d07a7437 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 119px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 120px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
  background-color: #f1f1f1;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 100px;
}
#ada84a3d07a7437 > .tab-wrap > div > .tab-nav li a svg,
#ada84a3d07a7437 > .tab-nav li a svg,
#ada84a3d07a7437 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ada84a3d07a7437 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ada84a3d07a7437 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ada84a3d07a7437 > .tab-nav li a .ap_icon,
#ada84a3d07a7437 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ada84a3d07a7437 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ada84a3d07a7437 > .tab-wrap > div > .tab-nav li a:hover,
#ada84a3d07a7437 > .tab-nav li a:hover,
#ada84a3d07a7437 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ada84a3d07a7437 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#ada84a3d07a7437 > .tab-wrap > div > .tab-nav li.uk-active a,
#ada84a3d07a7437 > .tab-nav li.uk-active a,
#ada84a3d07a7437 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ada84a3d07a7437 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #07406e;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #fff;
}
#ada84a3d07a7437 .layout-left li,
#ada84a3d07a7437 .layout-center li,
#ada84a3d07a7437 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ada84a3d07a7437 .layout-left li a,
#ada84a3d07a7437 .layout-center li a,
#ada84a3d07a7437 .layout-right li a {
  height: 100%;
}
#ada84a3d07a7437 > .tab-tabs .layout-left {
  text-align: left;
}
#ada84a3d07a7437 > .tab-tabs .layout-center {
  text-align: center;
}
#ada84a3d07a7437 > .tab-tabs .layout-right {
  text-align: right;
}
#ada84a3d07a7437 .tab-contents {
  height: 100%;
  height: calc(100% - 120px);
}
#ada84a3d07a7437 .tab-content-wrap {
  background-color: transparent;
}
#ada84a3d07a7437 .tab-contents,
#ada84a3d07a7437 .tab-contents-wrap {
  pointer-events: none;
}
#ada84a3d07a7437 .tab-content,
#ada84a3d07a7437 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ada84a3d07a7437 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ada84a3d07a7437 .tab-wrap .tab-contents {
  height: 100%;
}
#ada84a3d07a7437 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ada84a3d07a7437 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ada84a3d07a7437 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0cc6aa3a2ab329 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa6fcad6a1a0b58 {
  overflow: hidden;
}
#aa6fcad6a1a0b58 .img-wrap {
  transition: all 0.3s ease-in;
}
#aa6fcad6a1a0b58 .img-wrap:hover {
  transform: scale(1.2);
}
#ab36ca6836af40e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7ca2a0674aead0 {
  overflow: hidden;
}
#a7ca2a0674aead0 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7ca2a0674aead0 .img-wrap:hover {
  transform: scale(1.2);
}
#aa825ae1c9a5f86 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8f87ae8c5a4840 {
  overflow: hidden;
}
#a8f87ae8c5a4840 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8f87ae8c5a4840 .img-wrap:hover {
  transform: scale(1.2);
}
#a3af6a891ba6cd5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a12eba45d5adf68 {
  overflow: hidden;
}
#a12eba45d5adf68 .img-wrap {
  transition: all 0.3s ease-in;
}
#a12eba45d5adf68 .img-wrap:hover {
  transform: scale(1.2);
}
#a5499a422ea2364 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a402eabad7a453b {
  overflow: hidden;
}
#a402eabad7a453b .img-wrap {
  transition: all 0.3s ease-in;
}
#a402eabad7a453b .img-wrap:hover {
  transform: scale(1.2);
}
#ad5baad02faffd5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af3c0a145dac704 {
  overflow: hidden;
}
#af3c0a145dac704 .img-wrap {
  transition: all 0.3s ease-in;
}
#af3c0a145dac704 .img-wrap:hover {
  transform: scale(1.2);
}
#aef59a5833a06ba {
  overflow: hidden;
  pointer-events: none;
}
#aef59a5833a06ba > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aef59a5833a06ba > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aef59a5833a06ba > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aef59a5833a06ba > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aef59a5833a06ba > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aef59a5833a06ba > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aef59a5833a06ba > .tab-wrap > div > .tab-nav,
#aef59a5833a06ba > .tab-nav,
#aef59a5833a06ba > .tab-tabs > .tab-wrap > div > .tab-nav,
#aef59a5833a06ba > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.6);
  border-bottom-style: solid;
}
#aef59a5833a06ba > .tab-wrap > div > .tab-nav-horizontal,
#aef59a5833a06ba > .tab-nav-horizontal,
#aef59a5833a06ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aef59a5833a06ba > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aef59a5833a06ba > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aef59a5833a06ba > .tab-nav-horizontal::-webkit-scrollbar,
#aef59a5833a06ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aef59a5833a06ba > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aef59a5833a06ba > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aef59a5833a06ba > .tab-nav-horizontal.tagScroll,
#aef59a5833a06ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aef59a5833a06ba > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aef59a5833a06ba > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aef59a5833a06ba > .tab-nav-horizontal.tagScroll li a,
#aef59a5833a06ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aef59a5833a06ba > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aef59a5833a06ba > .tab-wrap > div > .tab-nav a,
#aef59a5833a06ba > .tab-nav a,
#aef59a5833a06ba > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aef59a5833a06ba > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aef59a5833a06ba > .tab-wrap > div > .tab-nav li a,
#aef59a5833a06ba > .tab-nav li a,
#aef59a5833a06ba > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aef59a5833a06ba > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #374345;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#aef59a5833a06ba > .tab-wrap > div > .tab-nav li a svg,
#aef59a5833a06ba > .tab-nav li a svg,
#aef59a5833a06ba > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aef59a5833a06ba > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aef59a5833a06ba > .tab-wrap > div > .tab-nav li a .ap_icon,
#aef59a5833a06ba > .tab-nav li a .ap_icon,
#aef59a5833a06ba > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aef59a5833a06ba > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aef59a5833a06ba > .tab-wrap > div > .tab-nav li a:hover,
#aef59a5833a06ba > .tab-nav li a:hover,
#aef59a5833a06ba > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aef59a5833a06ba > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #07406e;
  border-bottom-width: 1px;
  border-bottom-color: #07406e;
  border-bottom-style: solid;
}
#aef59a5833a06ba > .tab-wrap > div > .tab-nav li.uk-active a,
#aef59a5833a06ba > .tab-nav li.uk-active a,
#aef59a5833a06ba > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aef59a5833a06ba > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #07406e;
  border-bottom-width: 4px;
  border-bottom-color: #07406e;
  border-bottom-style: solid;
}
#aef59a5833a06ba > .tab-wrap > div > .tab-nav li:last-child a,
#aef59a5833a06ba > .tab-nav li:last-child a,
#aef59a5833a06ba > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#aef59a5833a06ba > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#aef59a5833a06ba .layout-left li,
#aef59a5833a06ba .layout-center li,
#aef59a5833a06ba .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aef59a5833a06ba .layout-left li a,
#aef59a5833a06ba .layout-center li a,
#aef59a5833a06ba .layout-right li a {
  height: 100%;
}
#aef59a5833a06ba > .tab-tabs .layout-left {
  text-align: left;
}
#aef59a5833a06ba > .tab-tabs .layout-center {
  text-align: center;
}
#aef59a5833a06ba > .tab-tabs .layout-right {
  text-align: right;
}
#aef59a5833a06ba .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aef59a5833a06ba .tab-content-wrap {
  background-color: #ffffff;
}
#aef59a5833a06ba .tab-contents,
#aef59a5833a06ba .tab-contents-wrap {
  pointer-events: none;
}
#aef59a5833a06ba .tab-content,
#aef59a5833a06ba .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aef59a5833a06ba .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aef59a5833a06ba .tab-wrap .tab-contents {
  height: 100%;
}
#aef59a5833a06ba .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aef59a5833a06ba .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aef59a5833a06ba .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7c33a30f0afaba [data-item="abstract"] {left: 0px;top: 1px; position: relative;}#a7c33a30f0afaba [data-item="title"] {left: 0px;top: 1px; position: relative;}#a5edeadb25ac4ff .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a5edeadb25ac4ff .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7a79ae539a2010 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(7, 64, 110, 1);color: #ffffff;}#a7a79ae539a2010 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #000000;}#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ac46baca6baff29 .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#abecea7720ab09d > .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;}#abecea7720ab09d  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a22b4aae57ae044 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a22b4aae57ae044 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a22b4aae57ae044 .ap-icon {
  margin-right: 6px;
}
#a22b4aae57ae044 .indicator {
  margin-left: 4px;
}
#a22b4aae57ae044 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a22b4aae57ae044 .menu-list li:hover > a,
#a22b4aae57ae044 .menu-list li.active > a {
  background: #009a5b;
  background-color: #009a5b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a22b4aae57ae044 .menu-list li.active > a {
  background-color: #009a5b;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a22b4aae57ae044 .menu-list ul,
#a22b4aae57ae044 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a22b4aae57ae044 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a22b4aae57ae044 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a22b4aae57ae044 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a22b4aae57ae044 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#aab85afa0daac9f  {flex-grow: 1;}#aa90ba8839a6380 .a4329a6885aa6ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#aa90ba8839a6380 .a4329a6885aa6ba  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#aa90ba8839a6380 .a5ee1a3974a379e {
  overflow: hidden;
}
#aa90ba8839a6380 .a5ee1a3974a379e .img-wrap {
  transition: all 0.3s ease-in;
}
#aa90ba8839a6380 .a5ee1a3974a379e .img-wrap:hover {
  transform: scale(1.2);
}
#aa90ba8839a6380 .a929ba86b2accdb {
  overflow: hidden;
}
#aa90ba8839a6380 .a929ba86b2accdb , #aa90ba8839a6380 .a929ba86b2accdb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 26px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aa90ba8839a6380 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa90ba8839a6380 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa90ba8839a6380 .uk-position-center-left-out {
    left: -30px;
  }
  #aa90ba8839a6380 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a8f3eaf60ea021c .layer img {
  display: inline-block;
  position: absolute;
}
#a8f3eaf60ea021c .layer {
  width: 100%;
  height: 100%;
}
#ab3f2af49ca2781 .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a4279af80ea0890 > .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;}#a4279af80ea0890  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a4943ab2c8adcbf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a4943ab2c8adcbf .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a4943ab2c8adcbf .ap-icon {
  margin-right: 6px;
}
#a4943ab2c8adcbf .indicator {
  margin-left: 4px;
}
#a4943ab2c8adcbf .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a4943ab2c8adcbf .menu-list li:hover > a,
#a4943ab2c8adcbf .menu-list li.active > a {
  background: #de2a3e;
  background-color: #de2a3e;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a4943ab2c8adcbf .menu-list li.active > a {
  background-color: #de2a3e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a4943ab2c8adcbf .menu-list ul,
#a4943ab2c8adcbf .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a4943ab2c8adcbf .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a4943ab2c8adcbf .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4943ab2c8adcbf .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4943ab2c8adcbf .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#acc2fae5a3ae7e6 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa88ca44aaa350d > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa88ca44aaa350d .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712112726145.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa88ca44aaa350d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#ad8f6a9ccba17e3 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad8f6a9ccba17e3 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712112726887.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ad8f6a9ccba17e3 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a9f4faf968a8bd2 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9f4faf968a8bd2 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712112727218.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a9f4faf968a8bd2 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a5f6aa5697adf87 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5f6aa5697adf87 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712112725727.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a5f6aa5697adf87 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a5e64af77dadf8e > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5e64af77dadf8e .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712112726531.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a5e64af77dadf8e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a6962a54d4aea5f  {flex-grow: 2;}#aa13fad5b6a0686 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa13fad5b6a0686 .uk-position-center-left-out {
    left: -30px;
  }
  #aa13fad5b6a0686 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2b4cae3a1a3340 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2b4cae3a1a3340 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1747012116919.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a2b4cae3a1a3340 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a0b6badb2bac5b7 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0b6badb2bac5b7 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1717385627157.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0b6badb2bac5b7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a2da8a79ddae0ba > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2da8a79ddae0ba .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1713423196107.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a2da8a79ddae0ba .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#ac41ea75c9a4f8b > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac41ea75c9a4f8b .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1717385653740.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac41ea75c9a4f8b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a4c95a748da1db5 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4c95a748da1db5 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1717385681318.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4c95a748da1db5 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a0e8da0947a459c > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0e8da0947a459c .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1717385701199.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0e8da0947a459c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a482aa0e0ea24ee > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a482aa0e0ea24ee .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1717385721835.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a482aa0e0ea24ee .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a345dacd25a7503 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a345dacd25a7503 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1717385745048.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a345dacd25a7503 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a6576af319a3cab > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6576af319a3cab .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1717385763154.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6576af319a3cab .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#aa49ead4f4a553e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2163a8ab4ab096 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2163a8ab4ab096 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114652925.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a2163a8ab4ab096 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a6445a72efa8c9f > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6445a72efa8c9f .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114652653.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6445a72efa8c9f .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a4947ab314a2efc > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4947ab314a2efc .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114652422.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4947ab314a2efc .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a0f2eac196aff9c > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0f2eac196aff9c .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114652190.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0f2eac196aff9c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#abfa8a158fa6399 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#abfa8a158fa6399 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114651966.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#abfa8a158fa6399 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a861ba0112af1a6 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a861ba0112af1a6 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114651739.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a861ba0112af1a6 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#ac603a29efa5ddf > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac603a29efa5ddf .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114651430.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac603a29efa5ddf .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a6271a1bfca4603 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6271a1bfca4603 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114650569.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6271a1bfca4603 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#adc99a2b2aa555b > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#adc99a2b2aa555b .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114650865.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#adc99a2b2aa555b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a8f49a1050a5ea7 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8f49a1050a5ea7 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114651167.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a8f49a1050a5ea7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a6bffa4d95a6fa1 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6bffa4d95a6fa1 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114650276.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6bffa4d95a6fa1 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a7b72acf3fa137f > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7b72acf3fa137f .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114649973.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a7b72acf3fa137f .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a5b3ea1796a255a > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5b3ea1796a255a .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114649701.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a5b3ea1796a255a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a3c5cad15da69a8 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3c5cad15da69a8 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114649402.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a3c5cad15da69a8 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#ade84a4043a3a00 > .ele-wrap {border-radius: 5px;border-left-width: 2px;border-left-color: rgba(220, 220, 220, 1);border-left-style: solid;border-right-color: rgba(220, 220, 220, 1);border-bottom-color: rgba(220, 220, 220, 1);border-top-color: rgba(220, 220, 220, 1);border-right-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ade84a4043a3a00 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1712114649111.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ade84a4043a3a00 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a355fa73d2a1d92 .logged {
  display: none;
}
#a355fa73d2a1d92 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a355fa73d2a1d92 .fa-search {
  color: #ccc;
}
#a355fa73d2a1d92 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a355fa73d2a1d92 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a355fa73d2a1d92 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a355fa73d2a1d92 .quick-menus li:last-child > a::after {
  display: none;
}
#a355fa73d2a1d92 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a355fa73d2a1d92 .site-header {
  height: 70px;
}
#a355fa73d2a1d92 .uk-navbar-item,
#a355fa73d2a1d92 .uk-navbar-nav > li > a,
#a355fa73d2a1d92 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a355fa73d2a1d92 .uk-sticky-fixed .uk-navbar-item,
#a355fa73d2a1d92 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a355fa73d2a1d92 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a355fa73d2a1d92 .uk-navbar-sticky {
  background: #fff;
}
#a355fa73d2a1d92 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a355fa73d2a1d92 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a355fa73d2a1d92 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a355fa73d2a1d92 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a355fa73d2a1d92 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a355fa73d2a1d92 .sub-menu-title i,
#a355fa73d2a1d92 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a355fa73d2a1d92 .menu-list > .menu-item {
  position: relative;
}
#a355fa73d2a1d92 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a355fa73d2a1d92 .menu-list > .menu-item:hover > a::after,
#a355fa73d2a1d92 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a355fa73d2a1d92 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a355fa73d2a1d92 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a355fa73d2a1d92 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a355fa73d2a1d92 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a355fa73d2a1d92 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a355fa73d2a1d92 .sub-menu-item a:hover {
  color: #07406e;
}
#a355fa73d2a1d92 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a355fa73d2a1d92 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a355fa73d2a1d92 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a355fa73d2a1d92 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a355fa73d2a1d92 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a355fa73d2a1d92 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a355fa73d2a1d92 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a355fa73d2a1d92 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a355fa73d2a1d92 .logo {
  display: inline-block;
}
#a355fa73d2a1d92 .search-box {
  position: relative;
  padding: 10px;
}
#a355fa73d2a1d92 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a355fa73d2a1d92 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a355fa73d2a1d92 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a3fb6a974da7759 .uk-container {
  line-height: 2;
  color: #999;
}
#a355fa73d2a1d92 .uk-container {max-width: 1400px;}#a355fa73d2a1d92 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a355fa73d2a1d92 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a326ea8b70a4e19 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a4928a2e35a52c1 .img-wrap {
  border-left-width: 1px;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad962ad6d2ad27d .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #000000;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#ad962ad6d2ad27d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a7d7cad590a816a > .ele-wrap {background-color: rgba(7, 64, 110, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af808aa34ba56f6 , #af808aa34ba56f6 a{color: rgba(0, 0, 0, 1);}#ad632acca9aae8b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba97a5df3a2b82 .a4b0fa6d64a8ba8 .img-wrap {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 1px;
  border-left-color: #07406e;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aba97a5df3a2b82 .a0508a5be2a7791 {
  overflow: hidden;
}
#aba97a5df3a2b82 .a0508a5be2a7791 , #aba97a5df3a2b82 .a0508a5be2a7791 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aba97a5df3a2b82 .uk-grid {
  margin-left: -100px;
}
#aba97a5df3a2b82 .uk-grid > * {
  padding-left: 100px;
}
#aba97a5df3a2b82 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aba97a5df3a2b82 .uk-position-center-left-out {
    left: -30px;
  }
  #aba97a5df3a2b82 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afa0ea722bac4a3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a301dadddaa7f5b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a78f5aba6aa6ae8 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725865808786.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a78f5aba6aa6ae8 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725867107745.png);}#acba5a1b0aa9328 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#acba5a1b0aa9328 .ele-wrap:hover {background-color: #fff;}#a6e50a0354a57d3 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a6e50a0354a57d3 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#af0e7ac1f1a3b38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a16f5ace93ac78d .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725865809336.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a16f5ace93ac78d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725867106558.png);}#a15acab2a2a5979 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a15acab2a2a5979 .ele-wrap:hover {background-color: #fff;}#ab3b6a5155a03d3 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#ab3b6a5155a03d3 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a9690a49daa44e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8d07a327ea0f70 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725865808195.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a8d07a327ea0f70 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725867497818.png);}#ae31ca4beca3f32 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#ae31ca4beca3f32 .ele-wrap:hover {background-color: #fff;}#a5364a4066abb62 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a5364a4066abb62 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a1a4ea63a2a8b1d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa7eea3a76a9929 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725867499027.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa7eea3a76a9929 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725865811082.png);}#a1270a89caac817 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a1270a89caac817 .ele-wrap:hover {background-color: #fff;}#a402ba4c70a15ae .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a402ba4c70a15ae .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#af1c1a28e6a1902 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab691a539ba67b7 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725865809936.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ab691a539ba67b7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725867498443.png);}#a74e8ace8ea0f76 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a74e8ace8ea0f76 .ele-wrap:hover {background-color: #fff;}#aa8dea6803a60f9 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#aa8dea6803a60f9 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a59c6ac222a9f91 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae5c2a8999a584c .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725865810456.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae5c2a8999a584c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725867107153.png);}#a9c4ea8ab6a41df .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a9c4ea8ab6a41df .ele-wrap:hover {background-color: #fff;}#a63f2a7f71a93a2 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a63f2a7f71a93a2 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a10e5a125fa4d96 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a5c6ea6d50a0003 > .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;box-shadow: 0px -4px 11px 2px rgba(7, 64, 110, 1);}#a2ac1a2a0fa4f02 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a2ac1a2a0fa4f02 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a36c5a5756adcae .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a36c5a5756adcae .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6a0ca2b7bae762 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6a0ca2b7bae762 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a106ca6fc3a1b20 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a106ca6fc3a1b20 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aa2f3a17f1aab21 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aa2f3a17f1aab21 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0c74a35bfa391b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0fe1a7593af602 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9c76a668da8429 {
  overflow: hidden;
}
#a9c76a668da8429 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9c76a668da8429 .img-wrap:hover {
  transform: scale(1.5);
}
#adbc3a9211ae567 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afb90aa6f2a1588 {
  overflow: hidden;
}
#afb90aa6f2a1588 .img-wrap {
  transition: all 0.3s ease-in;
}
#afb90aa6f2a1588 .img-wrap:hover {
  transform: scale(1.5);
}
#a18ecaca86a058b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a033baf526a414e {
  overflow: hidden;
}
#a033baf526a414e .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#a033baf526a414e .img-wrap:hover {
  transform: scale(1.5);
}
#af5d2a47aea0664 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1c43a2aa6a04f2 {
  overflow: hidden;
}
#a1c43a2aa6a04f2 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1c43a2aa6a04f2 .img-wrap:hover {
  transform: scale(1.5);
}
#a432ea3ec8a7a90 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5859a768ea894e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a84a6aaae7a3c1b > .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);}#a84a6aaae7a3c1b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#afc5aaa6e5a6928 > .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);}#afc5aaa6e5a6928  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a8aecaee1ca71ce > .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);}#a8aecaee1ca71ce  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ae79ca097aaf519 , #ae79ca097aaf519 a{color: rgba(255, 255, 255, 0);}#a1354a034aa2b6e , #a1354a034aa2b6e a{color: rgba(255, 255, 255, 1);}#a76a4af2d7ab91a , #a76a4af2d7ab91a a{color: rgba(255, 255, 255, 1);}#ab164a2c4baf3a0 , #ab164a2c4baf3a0 a{color: rgba(255, 255, 255, 1);}#a435ca9b71a21ca , #a435ca9b71a21ca a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5589a880aa791a .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a84e7a0f9aa6311 .logged {
  display: none;
}
#a84e7a0f9aa6311 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a84e7a0f9aa6311 .fa-search {
  color: #ccc;
}
#a84e7a0f9aa6311 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a84e7a0f9aa6311 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a84e7a0f9aa6311 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a84e7a0f9aa6311 .quick-menus li:last-child > a::after {
  display: none;
}
#a84e7a0f9aa6311 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a84e7a0f9aa6311 .site-header {
  height: 70px;
}
#a84e7a0f9aa6311 .uk-navbar-item,
#a84e7a0f9aa6311 .uk-navbar-nav > li > a,
#a84e7a0f9aa6311 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a84e7a0f9aa6311 .uk-sticky-fixed .uk-navbar-item,
#a84e7a0f9aa6311 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a84e7a0f9aa6311 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a84e7a0f9aa6311 .uk-navbar-sticky {
  background: #fff;
}
#a84e7a0f9aa6311 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a84e7a0f9aa6311 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a84e7a0f9aa6311 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a84e7a0f9aa6311 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a84e7a0f9aa6311 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a84e7a0f9aa6311 .sub-menu-title i,
#a84e7a0f9aa6311 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a84e7a0f9aa6311 .menu-list > .menu-item {
  position: relative;
}
#a84e7a0f9aa6311 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a84e7a0f9aa6311 .menu-list > .menu-item:hover > a::after,
#a84e7a0f9aa6311 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a84e7a0f9aa6311 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a84e7a0f9aa6311 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a84e7a0f9aa6311 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a84e7a0f9aa6311 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a84e7a0f9aa6311 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a84e7a0f9aa6311 .sub-menu-item a:hover {
  color: #07406e;
}
#a84e7a0f9aa6311 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a84e7a0f9aa6311 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a84e7a0f9aa6311 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a84e7a0f9aa6311 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a84e7a0f9aa6311 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a84e7a0f9aa6311 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a84e7a0f9aa6311 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a84e7a0f9aa6311 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a84e7a0f9aa6311 .logo {
  display: inline-block;
}
#a84e7a0f9aa6311 .search-box {
  position: relative;
  padding: 10px;
}
#a84e7a0f9aa6311 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a84e7a0f9aa6311 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a84e7a0f9aa6311 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#aa9dba22f4a2d75 .uk-container {
  line-height: 2;
  color: #999;
}
#a84e7a0f9aa6311 .uk-container {max-width: 1400px;}#a84e7a0f9aa6311 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a84e7a0f9aa6311 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a58b6a7fb9a36d5 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a58b6a7fb9a36d5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a301da4167acfb3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ad2b5a191ba89d6 .uk-grid {
  margin-left: 0px;
}
#ad2b5a191ba89d6 .uk-grid > * {
  padding-left: 0px;
}
#ad2b5a191ba89d6 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad2b5a191ba89d6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad2b5a191ba89d6 .uk-position-center-left-out {
    left: -30px;
  }
  #ad2b5a191ba89d6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab5a3a9f96ab33a .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1224aa030ab5b1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#add4ea8196aa975 {
  overflow: hidden;
}
#add4ea8196aa975 .img-wrap {
  transition: all 0.3s ease-in;
}
#add4ea8196aa975 .img-wrap:hover {
  transform: scale(1.5);
}
#a8841a0a6aa2965 {
  overflow: hidden;
}
#a8841a0a6aa2965 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8841a0a6aa2965 .img-wrap:hover {
  transform: scale(1.5);
}
#a221ba52c7a47ca , #a221ba52c7a47ca a{color: rgba(255, 255, 255, 0);}#a490aab06faa529 , #a490aab06faa529 a{color: rgba(255, 255, 255, 0);}#a3163ade26a7953 , #a3163ade26a7953 a{color: rgba(255, 255, 255, 0);}#ae799a1760ad87c , #ae799a1760ad87c a{color: rgba(255, 255, 255, 0);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af8d1ad89fad666 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ae51ca1231aeff1 .logged {
  display: none;
}
#ae51ca1231aeff1 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae51ca1231aeff1 .fa-search {
  color: #ccc;
}
#ae51ca1231aeff1 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ae51ca1231aeff1 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae51ca1231aeff1 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ae51ca1231aeff1 .quick-menus li:last-child > a::after {
  display: none;
}
#ae51ca1231aeff1 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae51ca1231aeff1 .site-header {
  height: 70px;
}
#ae51ca1231aeff1 .uk-navbar-item,
#ae51ca1231aeff1 .uk-navbar-nav > li > a,
#ae51ca1231aeff1 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae51ca1231aeff1 .uk-sticky-fixed .uk-navbar-item,
#ae51ca1231aeff1 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae51ca1231aeff1 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae51ca1231aeff1 .uk-navbar-sticky {
  background: #fff;
}
#ae51ca1231aeff1 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ae51ca1231aeff1 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ae51ca1231aeff1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae51ca1231aeff1 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ae51ca1231aeff1 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ae51ca1231aeff1 .sub-menu-title i,
#ae51ca1231aeff1 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae51ca1231aeff1 .menu-list > .menu-item {
  position: relative;
}
#ae51ca1231aeff1 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ae51ca1231aeff1 .menu-list > .menu-item:hover > a::after,
#ae51ca1231aeff1 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ae51ca1231aeff1 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ae51ca1231aeff1 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ae51ca1231aeff1 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ae51ca1231aeff1 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ae51ca1231aeff1 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ae51ca1231aeff1 .sub-menu-item a:hover {
  color: #07406e;
}
#ae51ca1231aeff1 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ae51ca1231aeff1 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ae51ca1231aeff1 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae51ca1231aeff1 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ae51ca1231aeff1 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ae51ca1231aeff1 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ae51ca1231aeff1 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ae51ca1231aeff1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ae51ca1231aeff1 .logo {
  display: inline-block;
}
#ae51ca1231aeff1 .search-box {
  position: relative;
  padding: 10px;
}
#ae51ca1231aeff1 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ae51ca1231aeff1 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ae51ca1231aeff1 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a96f2a1071a9d29 .uk-container {
  line-height: 2;
  color: #999;
}
#ae51ca1231aeff1 .uk-container {max-width: 1400px;}#ae51ca1231aeff1 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ae51ca1231aeff1 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ac4eea7208a9de8 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(208, 2, 27, 1);box-shadow: 0px 0px 0px 0px undefined;}#af125ae0e0a022d .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af125ae0e0a022d .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a54e2a4973a9b34 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#a54e2a4973a9b34 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#acdadae908a8890 > .ele-wrap {background-color: rgba(231, 35, 58, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a157ba51a8af4e9 , #a157ba51a8af4e9 a{color: rgba(255, 255, 255, 1);}#ace33aeb00afddd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e01aa0cfa9d1f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.08);}#a40faa9dc1a604e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a709fa7ce4a7503 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a6ef0acac6a7985 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6ef0acac6a7985 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a218aa7b9aaa6f3 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a218aa7b9aaa6f3 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a845ea75b5a7c53 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a845ea75b5a7c53 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aced5a1baaa61dc .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aced5a1baaa61dc .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a58bda90a0a3096 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a86d1a8d53ac0ee > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a60aba2394a484c > .ele-wrap {border-radius: 0px;border-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-bottom-width: 0px;border-top-width: 1px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a60aba2394a484c .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724829076811.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a60aba2394a484c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a2d4da0f3fabb99 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a21c2aadbeac158 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-right-style: solid;border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a21c2aadbeac158 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403230797.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a21c2aadbeac158 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a0c54a5191ae405 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a979bac297a1d4e > .ele-wrap {border-radius: 0px;border-left-color: rgba(0, 0, 0, 1);border-left-style: solid;border-right-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(74, 74, 74, 1);border-top-width: 1px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a979bac297a1d4e .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724829077207.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a979bac297a1d4e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a24f4a83e8abe80 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0c16a17fda3803 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;}#a0c16a17fda3803 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724829076065.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0c16a17fda3803 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#ac6bbaab5da671a > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6ef2a4873afedb > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;}#a6ef2a4873afedb .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403226491.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6ef2a4873afedb .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a714ba7f2fa90c1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6393aa263a324a > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac76ca6011a9ea2 {
  overflow: hidden;
}
#ac76ca6011a9ea2 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac76ca6011a9ea2 .img-wrap:hover {
  transform: scale(1.5);
}
#a587ba5bb3aa597 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1de8ae2bdad18f {
  overflow: hidden;
}
#a1de8ae2bdad18f .img-wrap {
  transition: all 0.3s ease-in;
}
#a1de8ae2bdad18f .img-wrap:hover {
  transform: scale(1.5);
}
#a0385a96caad594 > .ele-wrap {background-color: rgba(231, 35, 58, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abe51a7095a1820 {
  overflow: hidden;
}
#abe51a7095a1820 .img-wrap {
  transition: all 0.3s ease-in;
}
#abe51a7095a1820 .img-wrap:hover {
  transform: scale(1.5);
}
#a941ba8522a8d71 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6ddfa67c7a1bb1 {
  overflow: hidden;
}
#a6ddfa67c7a1bb1 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6ddfa67c7a1bb1 .img-wrap:hover {
  transform: scale(1.5);
}
#a3f3ca1e40a45e9 , #a3f3ca1e40a45e9 a{color: rgba(231, 35, 58, 1);}#ab5bcaf8f8a2431 , #ab5bcaf8f8a2431 a{color: rgba(74, 74, 74, 1);}#a47cea0682a24ca , #a47cea0682a24ca a{color: rgba(74, 74, 74, 1);}#a66e0a6214a58ce , #a66e0a6214a58ce a{color: rgba(231, 35, 58, 1);}#ab34da79a3ae094 , #ab34da79a3ae094 a{color: rgba(231, 35, 58, 1);}#a6ea0a57a5a79d3 , #a6ea0a57a5a79d3 a{color: rgba(231, 35, 58, 1);}#a5c84a487da4cb7 , #a5c84a487da4cb7 a{color: rgba(74, 74, 74, 1);}#a6b0ea4a4da0908 , #a6b0ea4a4da0908 a{color: rgba(74, 74, 74, 1);}#adbeaa7bc4ad6f5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a28cbaf80fad314 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac485a2585abd2e {
  overflow: hidden;
}
#ac485a2585abd2e .img-wrap {
  transition: all 0.3s ease-in;
}
#ac485a2585abd2e .img-wrap:hover {
  transform: scale(1.5);
}
#a1318a6c01aee96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6da2a35dfa5f63 {
  overflow: hidden;
}
#a6da2a35dfa5f63 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6da2a35dfa5f63 .img-wrap:hover {
  transform: scale(1.5);
}
#aeb70af23da4cfb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac9fbac040a99e3 {
  overflow: hidden;
}
#ac9fbac040a99e3 .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#ac9fbac040a99e3 .img-wrap:hover {
  transform: scale(1.5);
}
#aea41aebf3a0a14 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6033a353ca3285 {
  overflow: hidden;
}
#a6033a353ca3285 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6033a353ca3285 .img-wrap:hover {
  transform: scale(1.5);
}
#a15ffae2caac46e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c72a390ba76b2 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9c72a390ba76b2 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aa5e7a430fa2724 , #aa5e7a430fa2724 a{color: rgba(255, 255, 255, 0);}#a4198a0aaba529f , #a4198a0aaba529f a{color: rgba(255, 255, 255, 1);}#a0e30a4f53af883 , #a0e30a4f53af883 a{color: rgba(255, 255, 255, 1);}#adf46ae411a907d , #adf46ae411a907d a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa393adddcadd22 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a40f1a2be3ad905 .logged {
  display: none;
}
#a40f1a2be3ad905 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a40f1a2be3ad905 .fa-search {
  color: #ccc;
}
#a40f1a2be3ad905 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a40f1a2be3ad905 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a40f1a2be3ad905 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a40f1a2be3ad905 .quick-menus li:last-child > a::after {
  display: none;
}
#a40f1a2be3ad905 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a40f1a2be3ad905 .site-header {
  height: 70px;
}
#a40f1a2be3ad905 .uk-navbar-item,
#a40f1a2be3ad905 .uk-navbar-nav > li > a,
#a40f1a2be3ad905 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a40f1a2be3ad905 .uk-sticky-fixed .uk-navbar-item,
#a40f1a2be3ad905 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a40f1a2be3ad905 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a40f1a2be3ad905 .uk-navbar-sticky {
  background: #fff;
}
#a40f1a2be3ad905 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a40f1a2be3ad905 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a40f1a2be3ad905 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a40f1a2be3ad905 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a40f1a2be3ad905 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a40f1a2be3ad905 .sub-menu-title i,
#a40f1a2be3ad905 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a40f1a2be3ad905 .menu-list > .menu-item {
  position: relative;
}
#a40f1a2be3ad905 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a40f1a2be3ad905 .menu-list > .menu-item:hover > a::after,
#a40f1a2be3ad905 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a40f1a2be3ad905 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a40f1a2be3ad905 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a40f1a2be3ad905 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a40f1a2be3ad905 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a40f1a2be3ad905 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a40f1a2be3ad905 .sub-menu-item a:hover {
  color: #07406e;
}
#a40f1a2be3ad905 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a40f1a2be3ad905 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a40f1a2be3ad905 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a40f1a2be3ad905 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a40f1a2be3ad905 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a40f1a2be3ad905 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a40f1a2be3ad905 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a40f1a2be3ad905 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a40f1a2be3ad905 .logo {
  display: inline-block;
}
#a40f1a2be3ad905 .search-box {
  position: relative;
  padding: 10px;
}
#a40f1a2be3ad905 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a40f1a2be3ad905 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a40f1a2be3ad905 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a8973a3720ad23b .uk-container {
  line-height: 2;
  color: #999;
}
#a40f1a2be3ad905 .uk-container {max-width: 1400px;}#a40f1a2be3ad905 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a40f1a2be3ad905 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a2655acf7dab3e3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9578acd25a11db , #a9578acd25a11db a{color: rgba(180, 180, 180, 1);}#aa103a3d8ca50f6 , #aa103a3d8ca50f6 a{color: rgba(180, 180, 180, 1);}#a0b55a6a2ca4fc9 , #a0b55a6a2ca4fc9 a{color: rgba(180, 180, 180, 1);}#ac008aa5c2aba47 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#ac008aa5c2aba47 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#acca2a276fac4d2 .a6ee9a7ae2a46f8 {
  overflow: hidden;
}
#acca2a276fac4d2 .a6ee9a7ae2a46f8 , #acca2a276fac4d2 .a6ee9a7ae2a46f8 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#acca2a276fac4d2 .a6ee9a7ae2a46f8:hover , #acca2a276fac4d2 .a6ee9a7ae2a46f8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#acca2a276fac4d2 .uk-grid {
  margin-left: 0px;
}
#acca2a276fac4d2 .uk-grid > * {
  padding-left: 0px;
}
#acca2a276fac4d2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acca2a276fac4d2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acca2a276fac4d2 .uk-position-center-left-out {
    left: -30px;
  }
  #acca2a276fac4d2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a72c1a4040a2ec5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8a23aef04a7dc2 , #a8a23aef04a7dc2 a{color: rgba(7, 64, 110, 1);}#a5353ad11eaa7c4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6fc1aa0e6ad7a7 , #a6fc1aa0e6ad7a7 a{color: rgba(7, 64, 110, 1);}#a54e1aa7eca1f13 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afda3aa781a2cf1 , #afda3aa781a2cf1 a{color: rgba(7, 64, 110, 1);}#a7fa9a2571a6a53 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a25c6a943aa8e54 , #a25c6a943aa8e54 a{color: rgba(7, 64, 110, 1);}#a493aa0c04a8b83 , #a493aa0c04a8b83 a{color: rgba(255, 255, 255, 1);}#a0ff3a36b0a5471 , #a0ff3a36b0a5471 a{color: rgba(255, 255, 255, 1);}#ada05ac871a2522 {
  overflow: hidden;
}
#ada05ac871a2522 .img-wrap {
  transition: all 0.3s ease-in;
}
#ada05ac871a2522 .img-wrap:hover {
  transform: scale(1.5);
}
#a9165a3801a0742 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a9165a3801a0742 .ele-wrap:hover {background-color: #0483cc;}#ab0eca3db3a1ffc , #ab0eca3db3a1ffc a{color: rgba(255, 255, 255, 1);}#ab3f4a58e5af28e , #ab3f4a58e5af28e a{color: rgba(255, 255, 255, 1);}#ac499a5ea5a9472 {
  overflow: hidden;
}
#ac499a5ea5a9472 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac499a5ea5a9472 .img-wrap:hover {
  transform: scale(1.5);
}
#a39d0a2c5cafa83 {
  overflow: hidden;
}
#a39d0a2c5cafa83 .img-wrap {
  transition: all 0.3s ease-in;
}
#a39d0a2c5cafa83 .img-wrap:hover {
  transform: scale(1.5);
}
#a1db5ad674ac8eb .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a1db5ad674ac8eb .ele-wrap:hover {background-color: #0483cc;}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3a99a4ba1a5fe4 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ab963a4da9a8134 .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#af548ac3e7a1f3d > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1228afb72a363f {
  overflow: hidden;
}
#a1228afb72a363f .img-wrap {
  transition: all 0.3s ease-in;
}
#a1228afb72a363f .img-wrap:hover {
  transform: scale(1.2);
}
#a33a6a42b2a9616 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a57e5a5f21afb23 {
  overflow: hidden;
}
#a57e5a5f21afb23 .img-wrap {
  transition: all 0.3s ease-in;
}
#a57e5a5f21afb23 .img-wrap:hover {
  transform: scale(1.2);
}
#aa0f0a6538a53a8 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac071ad6c1a3f26 {
  overflow: hidden;
}
#ac071ad6c1a3f26 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac071ad6c1a3f26 .img-wrap:hover {
  transform: scale(1.2);
}
#a56d3a30e8a0ad7 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3c6ead402a7872 {
  overflow: hidden;
}
#a3c6ead402a7872 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3c6ead402a7872 .img-wrap:hover {
  transform: scale(1.2);
}
#a50cea1bb5a86ea > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa972acae9a69dd {
  overflow: hidden;
}
#aa972acae9a69dd .img-wrap {
  transition: all 0.3s ease-in;
}
#aa972acae9a69dd .img-wrap:hover {
  transform: scale(1.2);
}
#a5842a6db8a295f > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8690a866fa4944 {
  overflow: hidden;
}
#a8690a866fa4944 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8690a866fa4944 .img-wrap:hover {
  transform: scale(1.2);
}
#a075ca5a54abef5 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8253af42ea18f4 {
  overflow: hidden;
}
#a8253af42ea18f4 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8253af42ea18f4 .img-wrap:hover {
  transform: scale(1.2);
}
#a737fa7181a78e1 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0be4a8826af9f2 {
  overflow: hidden;
}
#a0be4a8826af9f2 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0be4a8826af9f2 .img-wrap:hover {
  transform: scale(1.2);
}
#a14e4a942fabcd4 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7c67a0241afe6c {
  overflow: hidden;
}
#a7c67a0241afe6c .img-wrap {
  transition: all 0.3s ease-in;
}
#a7c67a0241afe6c .img-wrap:hover {
  transform: scale(1.2);
}
#af4b4aa34ead5e5 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad19fadd9aa1a14 {
  overflow: hidden;
}
#ad19fadd9aa1a14 .img-wrap {
  transition: all 0.3s ease-in;
}
#ad19fadd9aa1a14 .img-wrap:hover {
  transform: scale(1.2);
}
#a2c17a8a86a1728 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a09f0a2b4eabc6c {
  overflow: hidden;
}
#a09f0a2b4eabc6c .img-wrap {
  transition: all 0.3s ease-in;
}
#a09f0a2b4eabc6c .img-wrap:hover {
  transform: scale(1.2);
}
#a258da4dcca349e > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3ec0ac253ade65 {
  overflow: hidden;
}
#a3ec0ac253ade65 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3ec0ac253ade65 .img-wrap:hover {
  transform: scale(1.2);
}
#a7b14ac69fa53c2 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#affe3ab403ac8f7 {
  overflow: hidden;
}
#affe3ab403ac8f7 .img-wrap {
  transition: all 0.3s ease-in;
}
#affe3ab403ac8f7 .img-wrap:hover {
  transform: scale(1.2);
}
#a8d45a9476adf1d > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa935a7a9caf97d {
  overflow: hidden;
}
#aa935a7a9caf97d .img-wrap {
  transition: all 0.3s ease-in;
}
#aa935a7a9caf97d .img-wrap:hover {
  transform: scale(1.2);
}
#a0e07add69adc1d > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1807ad456a46b5 {
  overflow: hidden;
}
#a1807ad456a46b5 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1807ad456a46b5 .img-wrap:hover {
  transform: scale(1.2);
}
#a5ab9a0800ae773 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7202aed6da7604 {
  overflow: hidden;
}
#a7202aed6da7604 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7202aed6da7604 .img-wrap:hover {
  transform: scale(1.2);
}
#aea3da1232a6557 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a164fa096cadf5e {
  overflow: hidden;
}
#a164fa096cadf5e .img-wrap {
  transition: all 0.3s ease-in;
}
#a164fa096cadf5e .img-wrap:hover {
  transform: scale(1.2);
}
#a34eda654ea3fe3 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6d6aa28c2a2a9a {
  overflow: hidden;
}
#a6d6aa28c2a2a9a .img-wrap {
  transition: all 0.3s ease-in;
}
#a6d6aa28c2a2a9a .img-wrap:hover {
  transform: scale(1.2);
}
#a6f51a7e22addeb > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab832aa728a63f1 {
  overflow: hidden;
}
#ab832aa728a63f1 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab832aa728a63f1 .img-wrap:hover {
  transform: scale(1.2);
}
#a5ef3a2742af3a1 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a11c6a5de2a4b76 {
  overflow: hidden;
}
#a11c6a5de2a4b76 .img-wrap {
  transition: all 0.3s ease-in;
}
#a11c6a5de2a4b76 .img-wrap:hover {
  transform: scale(1.2);
}
#a1909a8eb8a9b3a > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7397ad88fa050c {
  overflow: hidden;
}
#a7397ad88fa050c .img-wrap {
  transition: all 0.3s ease-in;
}
#a7397ad88fa050c .img-wrap:hover {
  transform: scale(1.2);
}
#af498a59bda2104 {
  overflow: hidden;
  pointer-events: none;
}
#af498a59bda2104 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#af498a59bda2104 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#af498a59bda2104 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af498a59bda2104 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#af498a59bda2104 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#af498a59bda2104 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af498a59bda2104 > .tab-wrap > div > .tab-nav,
#af498a59bda2104 > .tab-nav,
#af498a59bda2104 > .tab-tabs > .tab-wrap > div > .tab-nav,
#af498a59bda2104 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#af498a59bda2104 > .tab-wrap > div > .tab-nav-horizontal,
#af498a59bda2104 > .tab-nav-horizontal,
#af498a59bda2104 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af498a59bda2104 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af498a59bda2104 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af498a59bda2104 > .tab-nav-horizontal::-webkit-scrollbar,
#af498a59bda2104 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af498a59bda2104 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af498a59bda2104 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af498a59bda2104 > .tab-nav-horizontal.tagScroll,
#af498a59bda2104 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af498a59bda2104 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#af498a59bda2104 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af498a59bda2104 > .tab-nav-horizontal.tagScroll li a,
#af498a59bda2104 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af498a59bda2104 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af498a59bda2104 > .tab-wrap > div > .tab-nav a,
#af498a59bda2104 > .tab-nav a,
#af498a59bda2104 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af498a59bda2104 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#af498a59bda2104 > .tab-wrap > div > .tab-nav li a,
#af498a59bda2104 > .tab-nav li a,
#af498a59bda2104 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af498a59bda2104 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  letter-spacing: 1px;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#af498a59bda2104 > .tab-wrap > div > .tab-nav li a svg,
#af498a59bda2104 > .tab-nav li a svg,
#af498a59bda2104 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af498a59bda2104 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af498a59bda2104 > .tab-wrap > div > .tab-nav li a .ap_icon,
#af498a59bda2104 > .tab-nav li a .ap_icon,
#af498a59bda2104 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af498a59bda2104 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af498a59bda2104 > .tab-wrap > div > .tab-nav li a:hover,
#af498a59bda2104 > .tab-nav li a:hover,
#af498a59bda2104 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af498a59bda2104 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #07406e;
  letter-spacing: 1px;
  border-bottom-width: 4px;
  border-bottom-color: #07406e;
  border-bottom-style: solid;
}
#af498a59bda2104 > .tab-wrap > div > .tab-nav li.uk-active a,
#af498a59bda2104 > .tab-nav li.uk-active a,
#af498a59bda2104 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af498a59bda2104 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #07406e;
  letter-spacing: 1px;
  border-bottom-width: 4px;
  border-bottom-color: #07406e;
  border-bottom-style: solid;
}
#af498a59bda2104 .layout-left li,
#af498a59bda2104 .layout-center li,
#af498a59bda2104 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af498a59bda2104 .layout-left li a,
#af498a59bda2104 .layout-center li a,
#af498a59bda2104 .layout-right li a {
  height: 100%;
}
#af498a59bda2104 > .tab-tabs .layout-left {
  text-align: left;
}
#af498a59bda2104 > .tab-tabs .layout-center {
  text-align: center;
}
#af498a59bda2104 > .tab-tabs .layout-right {
  text-align: right;
}
#af498a59bda2104 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#af498a59bda2104 .tab-content-wrap {
  background-color: #ffffff;
}
#af498a59bda2104 .tab-contents,
#af498a59bda2104 .tab-contents-wrap {
  pointer-events: none;
}
#af498a59bda2104 .tab-content,
#af498a59bda2104 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af498a59bda2104 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af498a59bda2104 .tab-wrap .tab-contents {
  height: 100%;
}
#af498a59bda2104 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af498a59bda2104 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af498a59bda2104 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a0af7a48b2ac285 .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a3f89aa004aac71 > .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;}#a3f89aa004aac71  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ad03fa9611a4af5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad03fa9611a4af5 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ad03fa9611a4af5 .ap-icon {
  margin-right: 6px;
}
#ad03fa9611a4af5 .indicator {
  margin-left: 4px;
}
#ad03fa9611a4af5 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#ad03fa9611a4af5 .menu-list li:hover > a,
#ad03fa9611a4af5 .menu-list li.active > a {
  background: #009a5b;
  background-color: #009a5b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ad03fa9611a4af5 .menu-list li.active > a {
  background-color: #009a5b;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ad03fa9611a4af5 .menu-list ul,
#ad03fa9611a4af5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ad03fa9611a4af5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad03fa9611a4af5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad03fa9611a4af5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad03fa9611a4af5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a8904ac861a556e  {flex-grow: 1;}#afa03a57d5a865c .aba36ac536acf24 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#afa03a57d5a865c .aba36ac536acf24  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#afa03a57d5a865c .a8d8dadaaaa1bb3 {
  overflow: hidden;
}
#afa03a57d5a865c .a8d8dadaaaa1bb3 .img-wrap {
  transition: all 0.3s ease-in;
}
#afa03a57d5a865c .a8d8dadaaaa1bb3 .img-wrap:hover {
  transform: scale(1.2);
}
#afa03a57d5a865c .a0d6badd6dac0a0 {
  overflow: hidden;
}
#afa03a57d5a865c .a0d6badd6dac0a0 , #afa03a57d5a865c .a0d6badd6dac0a0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 26px;font-family: inherit;color: rgba(51, 51, 51, 1);}#afa03a57d5a865c .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#afa03a57d5a865c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afa03a57d5a865c .uk-position-center-left-out {
    left: -30px;
  }
  #afa03a57d5a865c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a1126a839ca7bd2 .layer img {
  display: inline-block;
  position: absolute;
}
#a1126a839ca7bd2 .layer {
  width: 100%;
  height: 100%;
}
#a6613ab801afb4a .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a4b99a5be6adda6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(220, 220, 220, 1);}#a4b99a5be6adda6  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ad9b6a24a8a2f2d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad9b6a24a8a2f2d .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ad9b6a24a8a2f2d .ap-icon {
  margin-right: 6px;
}
#ad9b6a24a8a2f2d .indicator {
  margin-left: 4px;
}
#ad9b6a24a8a2f2d .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#ad9b6a24a8a2f2d .menu-list li:hover > a,
#ad9b6a24a8a2f2d .menu-list li.active > a {
  background: #de2a3e;
  background-color: #de2a3e;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ad9b6a24a8a2f2d .menu-list li.active > a {
  background-color: #de2a3e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ad9b6a24a8a2f2d .menu-list ul,
#ad9b6a24a8a2f2d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ad9b6a24a8a2f2d .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad9b6a24a8a2f2d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad9b6a24a8a2f2d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad9b6a24a8a2f2d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#acdeca2229a705d .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#acedea0eb0ae896 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a98f7a885cad93a .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a3f03a4d11a58a7 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a85b1a40a0a844b .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#aeb03a6b69a0915 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a7c8dadf0fa2e7f .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#af40ea661fa649f .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a61dea9487ac578 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a8869a9862a7f09 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#ad1c6a6a38ad848 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#ac1cca872aa4c15 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a182aa7761a6161 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#aabe7ac9d4a3888 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a3a8da646da718d .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a717daecd0ae411 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#aa53ca43b0a3c8b .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a7eeaa3e79a1825 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a16b4a680da300b .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a47e7a8a54a04b2 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a6622aa5a3a4a0a .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#ac964a21c1afb33 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a6d21a98e0a0af4 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a5453a8694a3465 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a80fcac257a0a23 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a4bb2ac862a57fa .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a914cafd70a2c50 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#ac15da7728a31d1 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a68f0a6181a5425 .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a331fa547fa9f3a .img-wrap {
  box-shadow: 0px 0px 10px 1px #cacaca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#abc18ad595a64ac .logged {
  display: none;
}
#abc18ad595a64ac .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abc18ad595a64ac .fa-search {
  color: #ccc;
}
#abc18ad595a64ac .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#abc18ad595a64ac .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abc18ad595a64ac .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abc18ad595a64ac .quick-menus li:last-child > a::after {
  display: none;
}
#abc18ad595a64ac .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abc18ad595a64ac .site-header {
  height: 70px;
}
#abc18ad595a64ac .uk-navbar-item,
#abc18ad595a64ac .uk-navbar-nav > li > a,
#abc18ad595a64ac .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abc18ad595a64ac .uk-sticky-fixed .uk-navbar-item,
#abc18ad595a64ac .uk-sticky-fixed .uk-navbar-nav > li > a,
#abc18ad595a64ac .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abc18ad595a64ac .uk-navbar-sticky {
  background: #fff;
}
#abc18ad595a64ac .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abc18ad595a64ac .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abc18ad595a64ac .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abc18ad595a64ac .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abc18ad595a64ac .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abc18ad595a64ac .sub-menu-title i,
#abc18ad595a64ac .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abc18ad595a64ac .menu-list > .menu-item {
  position: relative;
}
#abc18ad595a64ac .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#abc18ad595a64ac .menu-list > .menu-item:hover > a::after,
#abc18ad595a64ac .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abc18ad595a64ac .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abc18ad595a64ac .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abc18ad595a64ac .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abc18ad595a64ac .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abc18ad595a64ac .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abc18ad595a64ac .sub-menu-item a:hover {
  color: #07406e;
}
#abc18ad595a64ac .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abc18ad595a64ac .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abc18ad595a64ac .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abc18ad595a64ac .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abc18ad595a64ac .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abc18ad595a64ac .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abc18ad595a64ac .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abc18ad595a64ac .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#abc18ad595a64ac .logo {
  display: inline-block;
}
#abc18ad595a64ac .search-box {
  position: relative;
  padding: 10px;
}
#abc18ad595a64ac .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abc18ad595a64ac .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abc18ad595a64ac .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a52b0a0759a588d .uk-container {
  line-height: 2;
  color: #999;
}
#abc18ad595a64ac .uk-container {max-width: 1400px;}#abc18ad595a64ac [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#abc18ad595a64ac [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a1b24a50f5a5c98 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a1b24a50f5a5c98 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#af821a26daa9101 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a71d3a702ca0ccc .uk-grid {
  margin-left: 0px;
}
#a71d3a702ca0ccc .uk-grid > * {
  padding-left: 0px;
}
#a71d3a702ca0ccc .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a71d3a702ca0ccc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a71d3a702ca0ccc .uk-position-center-left-out {
    left: -30px;
  }
  #a71d3a702ca0ccc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0edcacea8a7c97 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a792aa7930a815a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a483ca46f6ad5c7 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a2579af719a9988 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#ac86fa54c6a8b63 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ac86fa54c6a8b63 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9910a1218af47f .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9910a1218af47f .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a637cac496a2cdc .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a637cac496a2cdc .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6ceca6453aece2 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6ceca6453aece2 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a7b7babb36a5410 , #a7b7babb36a5410 a{color: rgba(255, 255, 255, 0);}#ac240a2695a4198 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa874a3b28a5af8 {
  overflow: hidden;
}
#aa874a3b28a5af8 .img-wrap {
  transition: all 0.3s ease-in;
}
#aa874a3b28a5af8 .img-wrap:hover {
  transform: scale(1.5);
}
#a9045abbdaad003 {
  overflow: hidden;
}
#a9045abbdaad003 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9045abbdaad003 .img-wrap:hover {
  transform: scale(1.5);
}
#aeaa6ad284ad393 , #aeaa6ad284ad393 a{color: rgba(255, 255, 255, 0);}#a315fa20cfa6550 , #a315fa20cfa6550 a{color: rgba(255, 255, 255, 0);}#a941faa9d9a5c92 , #a941faa9d9a5c92 a{color: rgba(255, 255, 255, 0);}#aeaf0a0fdea2595 , #aeaf0a0fdea2595 a{color: rgba(255, 255, 255, 0);}#ad66faf579a00a1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a976ba0d34aabb0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a335ca84efa56a7 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8b08aac70a9394 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3e3daf7ecaed33 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af0c5aa5bba4cdf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5b36a0b10a32d1 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8fffa8dcbad228 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3ec7a3ddfadf56 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afc8da9f63a72e1 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#afc8da9f63a72e1  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aee3ba3e81a652e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aeed5afe36ab1d1 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aeed5afe36ab1d1  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4023a111ea054e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3655acc46a023f > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3655acc46a023f  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a2146a5d7faaa44 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a21c1a93aaaf082 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a21c1a93aaaf082  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a0b5baa0a0a4d47 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#af980ae293a3e63 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af980ae293a3e63 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a98fca365da6f75 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a98fca365da6f75 .ele-wrap:hover {background-color: #509c49;}#ab318a0d7ea300d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab318a0d7ea300d .ele-wrap:hover {background-color: #509c49;}#a181aa11aba2479 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a181aa11aba2479 .ele-wrap:hover {background-color: #509c49;}#ae641abe22a3e00 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae641abe22a3e00 .ele-wrap:hover {background-color: #509c49;}#a49d5a46b9ae666 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a49d5a46b9ae666 .ele-wrap:hover {background-color: #509c49;}#a72efaeea4adb95 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a72efaeea4adb95 .ele-wrap:hover {background-color: #509c49;}#aedf3a2ab0ae170 , #aedf3a2ab0ae170 a{color: rgba(155, 155, 155, 1);}#a5b2ea3888aa26d , #a5b2ea3888aa26d a{color: rgba(155, 155, 155, 1);}#ab886a5392ad25f , #ab886a5392ad25f a{color: rgba(155, 155, 155, 1);}#a4ed3a35d3abbc6 , #a4ed3a35d3abbc6 a{color: rgba(155, 155, 155, 1);}#a587bab73ca7a82 , #a587bab73ca7a82 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5296ad228a4ece .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#afef5afb98a8b2e .logged {
  display: none;
}
#afef5afb98a8b2e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#afef5afb98a8b2e .fa-search {
  color: #ccc;
}
#afef5afb98a8b2e .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#afef5afb98a8b2e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afef5afb98a8b2e .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#afef5afb98a8b2e .quick-menus li:last-child > a::after {
  display: none;
}
#afef5afb98a8b2e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#afef5afb98a8b2e .site-header {
  height: 70px;
}
#afef5afb98a8b2e .uk-navbar-item,
#afef5afb98a8b2e .uk-navbar-nav > li > a,
#afef5afb98a8b2e .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#afef5afb98a8b2e .uk-sticky-fixed .uk-navbar-item,
#afef5afb98a8b2e .uk-sticky-fixed .uk-navbar-nav > li > a,
#afef5afb98a8b2e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#afef5afb98a8b2e .uk-navbar-sticky {
  background: #fff;
}
#afef5afb98a8b2e .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#afef5afb98a8b2e .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#afef5afb98a8b2e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afef5afb98a8b2e .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#afef5afb98a8b2e .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#afef5afb98a8b2e .sub-menu-title i,
#afef5afb98a8b2e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#afef5afb98a8b2e .menu-list > .menu-item {
  position: relative;
}
#afef5afb98a8b2e .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#afef5afb98a8b2e .menu-list > .menu-item:hover > a::after,
#afef5afb98a8b2e .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#afef5afb98a8b2e .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#afef5afb98a8b2e .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#afef5afb98a8b2e .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#afef5afb98a8b2e .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#afef5afb98a8b2e .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#afef5afb98a8b2e .sub-menu-item a:hover {
  color: #07406e;
}
#afef5afb98a8b2e .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#afef5afb98a8b2e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#afef5afb98a8b2e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#afef5afb98a8b2e .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#afef5afb98a8b2e .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#afef5afb98a8b2e .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#afef5afb98a8b2e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#afef5afb98a8b2e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#afef5afb98a8b2e .logo {
  display: inline-block;
}
#afef5afb98a8b2e .search-box {
  position: relative;
  padding: 10px;
}
#afef5afb98a8b2e .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#afef5afb98a8b2e .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#afef5afb98a8b2e .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a8b80ab2dba73f0 .uk-container {
  line-height: 2;
  color: #999;
}
#afef5afb98a8b2e .uk-container {max-width: 1400px;}#afef5afb98a8b2e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#afef5afb98a8b2e [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a338eaadcca8ce7 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a44a5aca5eaf7e1 .img-wrap {
  border-left-width: 1px;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af2f8a63c9ac573 , #af2f8a63c9ac573 a{color: rgba(0, 0, 0, 1);}#a9f6fac976ac9a3 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #000000;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#a9f6fac976ac9a3 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a55a3aa3c1ad4fd > .ele-wrap {background-color: rgba(7, 64, 110, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa75dae8c4aa4ec [data-item="undefined"] {border-color: rgba(7, 64, 110, 1);color: #000000;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#aa75dae8c4aa4ec [data-item="undefined"]:hover {background-color: rgb(248, 158, 35);color: #fff;}#a8edeac3a7aff00 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a326aaef3ea96ea .a667aa9813aea95 .img-wrap {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 1px;
  border-left-color: #07406e;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a326aaef3ea96ea .ad5eda48e4a0bc1 {
  overflow: hidden;
}
#a326aaef3ea96ea .ad5eda48e4a0bc1 , #a326aaef3ea96ea .ad5eda48e4a0bc1 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a326aaef3ea96ea .uk-grid {
  margin-left: -100px;
}
#a326aaef3ea96ea .uk-grid > * {
  padding-left: 100px;
}
#a326aaef3ea96ea .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a326aaef3ea96ea .uk-position-center-left-out {
    left: -30px;
  }
  #a326aaef3ea96ea .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5a29a0d93aa1ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5314ae6b5a6238 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4de0ac18aad008 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725870125393.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4de0ac18aad008 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725870121732.png);}#a466eae55badf0f .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a466eae55badf0f .ele-wrap:hover {background-color: #fff;}#a475fa5c29af624 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a475fa5c29af624 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a353eab0c6a5c0e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3dcea9cfdaa8b4 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725870862074.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a3dcea9cfdaa8b4 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725870861482.png);}#ad37fae64da2c11 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#ad37fae64da2c11 .ele-wrap:hover {background-color: #fff;}#a95b5a365ba3540 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a95b5a365ba3540 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#aca1fa7183a9635 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9563a67e9a12a7 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725870863153.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a9563a67e9a12a7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725870862612.png);}#a0f1ba5367a87ca .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a0f1ba5367a87ca .ele-wrap:hover {background-color: #fff;}#a61e3aa946a89bd .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a61e3aa946a89bd .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a3dcaa5f26a912a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a612cacd4da2cfc .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725870127719.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a612cacd4da2cfc .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725870128440.png);}#a9626a52b0ac7c8 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a9626a52b0ac7c8 .ele-wrap:hover {background-color: #fff;}#ad399a58e9ad62c .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#ad399a58e9ad62c .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a5e78aa9deaee6e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0ce4ab17dafc75 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725870119197.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0ce4ab17dafc75 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725870125970.png);}#a0a2ca9d40aee04 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a0a2ca9d40aee04 .ele-wrap:hover {background-color: #fff;}#a9f4aadbd1a68f9 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a9f4aadbd1a68f9 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#afc5ea2611a9049 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aea7ba5bffa2564 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725870126540.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aea7ba5bffa2564 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725870127190.png);}#ab05aa7c1aae836 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#ab05aa7c1aae836 .ele-wrap:hover {background-color: #fff;}#ac97aab27ca7121 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#ac97aab27ca7121 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a2c54ab5ccaad06 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a147eaee47a3caa > .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;box-shadow: 0px -4px 11px 2px rgba(7, 64, 110, 1);}#a65a0adac1ab617 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a65a0adac1ab617 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ab02ea62deabb4e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ab02ea62deabb4e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aa445afb9fad4d2 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aa445afb9fad4d2 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ab003a0a5eae40d .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ab003a0a5eae40d .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a1c77ab8d6ae059 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a1c77ab8d6ae059 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#abf75a98faa30f2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1300a5111a2b3c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af439ae556a2e7d {
  overflow: hidden;
}
#af439ae556a2e7d .img-wrap {
  transition: all 0.3s ease-in;
}
#af439ae556a2e7d .img-wrap:hover {
  transform: scale(1.5);
}
#af91ea651aa9735 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a60dbae26da98d8 {
  overflow: hidden;
}
#a60dbae26da98d8 .img-wrap {
  transition: all 0.3s ease-in;
}
#a60dbae26da98d8 .img-wrap:hover {
  transform: scale(1.5);
}
#aa457abe09a6842 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7ea3ad7bfaa397 {
  overflow: hidden;
}
#a7ea3ad7bfaa397 .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#a7ea3ad7bfaa397 .img-wrap:hover {
  transform: scale(1.5);
}
#af43ba6af9a901a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2e44ac65fa878b {
  overflow: hidden;
}
#a2e44ac65fa878b .img-wrap {
  transition: all 0.3s ease-in;
}
#a2e44ac65fa878b .img-wrap:hover {
  transform: scale(1.5);
}
#a42cda7473afbb3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afdd0a8779a774c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6e11ae849abbdb > .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);}#a6e11ae849abbdb  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aa233ace33a0228 > .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);}#aa233ace33a0228  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af58da0fdeac32e > .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);}#af58da0fdeac32e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#acd80a7f03aa9d4 , #acd80a7f03aa9d4 a{color: rgba(255, 255, 255, 0);}#a7318a4c7ca02d5 , #a7318a4c7ca02d5 a{color: rgba(255, 255, 255, 1);}#ae5caaa6a1a93dc , #ae5caaa6a1a93dc a{color: rgba(255, 255, 255, 1);}#aa9e8a28b9a489f , #aa9e8a28b9a489f a{color: rgba(255, 255, 255, 1);}#a84b5a56e6a2a3c , #a84b5a56e6a2a3c a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0adeaf3b6ae82a .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a5999a7655a7749 .logged {
  display: none;
}
#a5999a7655a7749 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a5999a7655a7749 .fa-search {
  color: #ccc;
}
#a5999a7655a7749 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a5999a7655a7749 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a5999a7655a7749 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a5999a7655a7749 .quick-menus li:last-child > a::after {
  display: none;
}
#a5999a7655a7749 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a5999a7655a7749 .site-header {
  height: 70px;
}
#a5999a7655a7749 .uk-navbar-item,
#a5999a7655a7749 .uk-navbar-nav > li > a,
#a5999a7655a7749 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a5999a7655a7749 .uk-sticky-fixed .uk-navbar-item,
#a5999a7655a7749 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a5999a7655a7749 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a5999a7655a7749 .uk-navbar-sticky {
  background: #fff;
}
#a5999a7655a7749 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a5999a7655a7749 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a5999a7655a7749 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5999a7655a7749 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a5999a7655a7749 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a5999a7655a7749 .sub-menu-title i,
#a5999a7655a7749 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a5999a7655a7749 .menu-list > .menu-item {
  position: relative;
}
#a5999a7655a7749 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a5999a7655a7749 .menu-list > .menu-item:hover > a::after,
#a5999a7655a7749 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a5999a7655a7749 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a5999a7655a7749 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a5999a7655a7749 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a5999a7655a7749 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a5999a7655a7749 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a5999a7655a7749 .sub-menu-item a:hover {
  color: #07406e;
}
#a5999a7655a7749 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a5999a7655a7749 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a5999a7655a7749 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a5999a7655a7749 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a5999a7655a7749 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a5999a7655a7749 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a5999a7655a7749 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a5999a7655a7749 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a5999a7655a7749 .logo {
  display: inline-block;
}
#a5999a7655a7749 .search-box {
  position: relative;
  padding: 10px;
}
#a5999a7655a7749 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a5999a7655a7749 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a5999a7655a7749 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ab475a0b6fab740 .uk-container {
  line-height: 2;
  color: #999;
}
#a5999a7655a7749 .uk-container {max-width: 1400px;}#a5999a7655a7749 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a5999a7655a7749 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ab6b4a31b1a3f5d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af5e2adc05a0a36 , #af5e2adc05a0a36 a{color: rgba(180, 180, 180, 1);}#abec6a9235a9853 , #abec6a9235a9853 a{color: rgba(180, 180, 180, 1);}#ab69fa925da44f7 , #ab69fa925da44f7 a{color: rgba(180, 180, 180, 1);}#aca40ae752afd51 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#aca40ae752afd51 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#abd2eabfd2aa630 .a8014a5f5ba9374 {
  overflow: hidden;
}
#abd2eabfd2aa630 .a8014a5f5ba9374 , #abd2eabfd2aa630 .a8014a5f5ba9374 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#abd2eabfd2aa630 .a8014a5f5ba9374:hover , #abd2eabfd2aa630 .a8014a5f5ba9374 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#abd2eabfd2aa630 .uk-grid {
  margin-left: 0px;
}
#abd2eabfd2aa630 .uk-grid > * {
  padding-left: 0px;
}
#abd2eabfd2aa630 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abd2eabfd2aa630 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abd2eabfd2aa630 .uk-position-center-left-out {
    left: -30px;
  }
  #abd2eabfd2aa630 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a37b2a643faf142 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad251ada9ca1c8f , #ad251ada9ca1c8f a{color: rgba(7, 64, 110, 1);}#a6219a3d2ba7840 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af48da30dcae02c , #af48da30dcae02c a{color: rgba(7, 64, 110, 1);}#a157eae6d8ad613 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a20bea3695a0a50 , #a20bea3695a0a50 a{color: rgba(7, 64, 110, 1);}#aa011a676ca8bb7 , #aa011a676ca8bb7 a{color: rgba(255, 255, 255, 1);}#a995ba551eafe16 , #a995ba551eafe16 a{color: rgba(255, 255, 255, 1);}#adceea697aa475c {
  overflow: hidden;
}
#adceea697aa475c .img-wrap {
  transition: all 0.3s ease-in;
}
#adceea697aa475c .img-wrap:hover {
  transform: scale(1.5);
}
#adfa0a0f0fade57 {
  overflow: hidden;
}
#adfa0a0f0fade57 .img-wrap {
  transition: all 0.3s ease-in;
}
#adfa0a0f0fade57 .img-wrap:hover {
  transform: scale(1.5);
}
#aa15ca5f6bafc7d .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aa15ca5f6bafc7d .ele-wrap:hover {background-color: #0483cc;}#a0bf1ab0abafc26 , #a0bf1ab0abafc26 a{color: rgba(255, 255, 255, 1);}#a2029a1f62ac65a , #a2029a1f62ac65a a{color: rgba(255, 255, 255, 1);}#a346ca305fa2af1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#add62a2280afd4c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ae3a33ceaf61f , #a8ae3a33ceaf61f a{color: rgba(0, 154, 91, 1);}#ac4b8a9c2aa70a0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af58aa8192aeff1 , #af58aa8192aeff1 a{color: rgba(0, 154, 91, 1);}#a59f0acf17a1105 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adcaea99a9a9068 , #adcaea99a9a9068 a{color: rgba(0, 154, 91, 1);}#aec21a11b9a56b0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2acbae26aad6d9 , #a2acbae26aad6d9 a{color: rgba(0, 154, 91, 1);}#a2f04a94c3a832f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a2f04a94c3a832f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a1310ac225a5576 , #a1310ac225a5576 a{color: rgba(255, 255, 255, 1);}#ab0e0a505ca78a5 , #ab0e0a505ca78a5 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a118aa054ca38bc .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a0487a55f9a001b .logged {
  display: none;
}
#a0487a55f9a001b .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a0487a55f9a001b .fa-search {
  color: #ccc;
}
#a0487a55f9a001b .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a0487a55f9a001b .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a0487a55f9a001b .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a0487a55f9a001b .quick-menus li:last-child > a::after {
  display: none;
}
#a0487a55f9a001b .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a0487a55f9a001b .site-header {
  height: 70px;
}
#a0487a55f9a001b .uk-navbar-item,
#a0487a55f9a001b .uk-navbar-nav > li > a,
#a0487a55f9a001b .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a0487a55f9a001b .uk-sticky-fixed .uk-navbar-item,
#a0487a55f9a001b .uk-sticky-fixed .uk-navbar-nav > li > a,
#a0487a55f9a001b .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a0487a55f9a001b .uk-navbar-sticky {
  background: #fff;
}
#a0487a55f9a001b .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a0487a55f9a001b .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a0487a55f9a001b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0487a55f9a001b .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a0487a55f9a001b .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a0487a55f9a001b .sub-menu-title i,
#a0487a55f9a001b .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a0487a55f9a001b .menu-list > .menu-item {
  position: relative;
}
#a0487a55f9a001b .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a0487a55f9a001b .menu-list > .menu-item:hover > a::after,
#a0487a55f9a001b .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a0487a55f9a001b .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a0487a55f9a001b .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a0487a55f9a001b .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a0487a55f9a001b .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a0487a55f9a001b .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a0487a55f9a001b .sub-menu-item a:hover {
  color: #07406e;
}
#a0487a55f9a001b .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a0487a55f9a001b .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a0487a55f9a001b .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a0487a55f9a001b .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a0487a55f9a001b .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a0487a55f9a001b .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a0487a55f9a001b .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a0487a55f9a001b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a0487a55f9a001b .logo {
  display: inline-block;
}
#a0487a55f9a001b .search-box {
  position: relative;
  padding: 10px;
}
#a0487a55f9a001b .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a0487a55f9a001b .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a0487a55f9a001b .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a2226aacada03e1 .uk-container {
  line-height: 2;
  color: #999;
}
#a0487a55f9a001b .uk-container {max-width: 1400px;}#a0487a55f9a001b [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a0487a55f9a001b [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a4d95ae213a9083 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(208, 2, 27, 1);box-shadow: 0px 0px 0px 0px undefined;}#ae547ac362a0efc .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ae547ac362a0efc .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#abba6ae9f7a128f .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#abba6ae9f7a128f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a88bea4d6ea3a51 > .ele-wrap {background-color: rgba(231, 35, 58, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abddba8de1ad1f5 , #abddba8de1ad1f5 a{color: rgba(255, 255, 255, 1);}#a50d2ac933a6f47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab5bad354a6988 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.08);}#a22eeab3bfa48e0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a6585a805aaf168 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a284fa4b4fa6ab2 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a284fa4b4fa6ab2 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aefc9a3039a862b .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aefc9a3039a862b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a74e2add49a4253 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a74e2add49a4253 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad96ca8d0ca3730 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ad96ca8d0ca3730 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a769ea7040a153e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a72c0ae4bca84a8 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acb14a638da4cf3 > .ele-wrap {border-radius: 0px;border-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-bottom-width: 0px;border-top-width: 1px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#acb14a638da4cf3 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403234597.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#acb14a638da4cf3 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#af1d5a8196a7923 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab219a5146a7a48 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-right-style: solid;border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab219a5146a7a48 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403226874.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ab219a5146a7a48 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a820da9ea1afc68 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acf13a8990a7f9a > .ele-wrap {border-radius: 0px;border-left-color: rgba(0, 0, 0, 1);border-left-style: solid;border-right-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(74, 74, 74, 1);border-top-width: 1px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#acf13a8990a7f9a .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724901059870.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#acf13a8990a7f9a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#ac898a879da077b > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1778a2911adc6f > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;}#a1778a2911adc6f .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403226491.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1778a2911adc6f .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a1daaaceb3ac4b4 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1bafaf8f4a3e53 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5639aa22aa99b2 {
  overflow: hidden;
}
#a5639aa22aa99b2 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5639aa22aa99b2 .img-wrap:hover {
  transform: scale(1.5);
}
#af8a5adb2fad9f1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ade58aa4ffadb6b {
  overflow: hidden;
}
#ade58aa4ffadb6b .img-wrap {
  transition: all 0.3s ease-in;
}
#ade58aa4ffadb6b .img-wrap:hover {
  transform: scale(1.5);
}
#ac4b8ae175a7b02 , #ac4b8ae175a7b02 a{color: rgba(74, 74, 74, 1);}#a7c8bafa4fade26 , #a7c8bafa4fade26 a{color: rgba(74, 74, 74, 1);}#a87adaf4d5a4d46 , #a87adaf4d5a4d46 a{color: rgba(231, 35, 58, 1);}#ab8b5a56b7ab310 , #ab8b5a56b7ab310 a{color: rgba(231, 35, 58, 1);}#abf34a7f24a4152 , #abf34a7f24a4152 a{color: rgba(231, 35, 58, 1);}#aa63eab63ba019c , #aa63eab63ba019c a{color: rgba(231, 35, 58, 1);}#a1298a755ea2518 , #a1298a755ea2518 a{color: rgba(74, 74, 74, 1);}#a7ce0a2367a8b58 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a26f3ab2cca6a62 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac358adb82a9255 {
  overflow: hidden;
}
#ac358adb82a9255 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac358adb82a9255 .img-wrap:hover {
  transform: scale(1.5);
}
#a6b33af5a5a36b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a66eca35bca2aa8 {
  overflow: hidden;
}
#a66eca35bca2aa8 .img-wrap {
  transition: all 0.3s ease-in;
}
#a66eca35bca2aa8 .img-wrap:hover {
  transform: scale(1.5);
}
#a26f4a1ad7a8836 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0475ab771a2943 {
  overflow: hidden;
}
#a0475ab771a2943 .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#a0475ab771a2943 .img-wrap:hover {
  transform: scale(1.5);
}
#aacd3a7a30a40b8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae5a5ad31ba8dcd {
  overflow: hidden;
}
#ae5a5ad31ba8dcd .img-wrap {
  transition: all 0.3s ease-in;
}
#ae5a5ad31ba8dcd .img-wrap:hover {
  transform: scale(1.5);
}
#a64e9a267aa3c9d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3037afc56a1188 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3037afc56a1188 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a6259af24fa844c , #a6259af24fa844c a{color: rgba(255, 255, 255, 0);}#a11fca8c1ea3485 , #a11fca8c1ea3485 a{color: rgba(255, 255, 255, 1);}#a4764a1ca1ae53e , #a4764a1ca1ae53e a{color: rgba(255, 255, 255, 1);}#a8803a34baac736 , #a8803a34baac736 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aad77a638ba3e55 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a659da6f49ad295 .logged {
  display: none;
}
#a659da6f49ad295 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a659da6f49ad295 .fa-search {
  color: #ccc;
}
#a659da6f49ad295 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a659da6f49ad295 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a659da6f49ad295 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a659da6f49ad295 .quick-menus li:last-child > a::after {
  display: none;
}
#a659da6f49ad295 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a659da6f49ad295 .site-header {
  height: 70px;
}
#a659da6f49ad295 .uk-navbar-item,
#a659da6f49ad295 .uk-navbar-nav > li > a,
#a659da6f49ad295 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a659da6f49ad295 .uk-sticky-fixed .uk-navbar-item,
#a659da6f49ad295 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a659da6f49ad295 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a659da6f49ad295 .uk-navbar-sticky {
  background: #fff;
}
#a659da6f49ad295 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a659da6f49ad295 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a659da6f49ad295 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a659da6f49ad295 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a659da6f49ad295 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a659da6f49ad295 .sub-menu-title i,
#a659da6f49ad295 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a659da6f49ad295 .menu-list > .menu-item {
  position: relative;
}
#a659da6f49ad295 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a659da6f49ad295 .menu-list > .menu-item:hover > a::after,
#a659da6f49ad295 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a659da6f49ad295 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a659da6f49ad295 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a659da6f49ad295 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a659da6f49ad295 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a659da6f49ad295 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a659da6f49ad295 .sub-menu-item a:hover {
  color: #07406e;
}
#a659da6f49ad295 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a659da6f49ad295 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a659da6f49ad295 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a659da6f49ad295 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a659da6f49ad295 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a659da6f49ad295 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a659da6f49ad295 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a659da6f49ad295 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a659da6f49ad295 .logo {
  display: inline-block;
}
#a659da6f49ad295 .search-box {
  position: relative;
  padding: 10px;
}
#a659da6f49ad295 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a659da6f49ad295 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a659da6f49ad295 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ae4e9a829ea3bf4 .uk-container {
  line-height: 2;
  color: #999;
}
#a659da6f49ad295 .uk-container {max-width: 1400px;}#a659da6f49ad295 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a659da6f49ad295 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a4fcbabfdeaf8de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-width: 0px;border-bottom-width: 1px;border-top-width: 1px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abb13a1c6faba45 {
  overflow: hidden;
}
#abb13a1c6faba45 .img-wrap {
  border-right-width: 0;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#abb13a1c6faba45 .img-wrap:hover {
  transform: scale(1);
}
#a0ec3a512fa6b21 .ele-wrap {color: #ffffff;font-size: 16px;background-color: rgba(7, 64, 110, 1);border-radius: 0px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(7, 64, 110, 1);}#a0ec3a512fa6b21 .ele-wrap:hover {color: #07406e;border-color: rgba(7, 64, 110, 1);background-color: rgba(255, 255, 255, 1);}#a395aa9bc9a07d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-width: 0px;border-bottom-width: 1px;border-top-width: 1px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4dcfaf785a3248 {
  overflow: hidden;
}
#a4dcfaf785a3248 .img-wrap {
  border-right-width: 0;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#a4dcfaf785a3248 .img-wrap:hover {
  transform: scale(1);
}
#a46e2a75bea2b00 .ele-wrap {color: #ffffff;font-size: 16px;background-color: rgba(7, 64, 110, 1);border-radius: 0px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(7, 64, 110, 1);}#a46e2a75bea2b00 .ele-wrap:hover {color: #07406e;border-color: rgba(7, 64, 110, 1);background-color: rgba(255, 255, 255, 1);}#a50f5a5994ad5ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-width: 0px;border-bottom-width: 1px;border-top-width: 1px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a135dace3aa4601 {
  overflow: hidden;
}
#a135dace3aa4601 .img-wrap {
  border-right-width: 0;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#a135dace3aa4601 .img-wrap:hover {
  transform: scale(1);
}
#a252eaa079a25b7 .ele-wrap {color: #ffffff;font-size: 16px;background-color: rgba(7, 64, 110, 1);border-radius: 0px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(7, 64, 110, 1);}#a252eaa079a25b7 .ele-wrap:hover {color: #07406e;border-color: rgba(7, 64, 110, 1);background-color: rgba(255, 255, 255, 1);}#af5ada304aadbb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-width: 0px;border-bottom-width: 1px;border-top-width: 1px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2caba2c4bae669 {
  overflow: hidden;
}
#a2caba2c4bae669 .img-wrap {
  border-right-width: 0;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#a2caba2c4bae669 .img-wrap:hover {
  transform: scale(1);
}
#a46b7aa3bda36c3 .ele-wrap {color: #ffffff;font-size: 16px;background-color: rgba(7, 64, 110, 1);border-radius: 0px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(7, 64, 110, 1);}#a46b7aa3bda36c3 .ele-wrap:hover {color: #07406e;border-color: rgba(7, 64, 110, 1);background-color: rgba(255, 255, 255, 1);}#a4ec2ab50aa3da3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-width: 0px;border-bottom-width: 1px;border-top-width: 1px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aad72a50aea9549 {
  overflow: hidden;
}
#aad72a50aea9549 .img-wrap {
  border-right-width: 0;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#aad72a50aea9549 .img-wrap:hover {
  transform: scale(1);
}
#a376ba7c1aa5fe6 .ele-wrap {color: #ffffff;font-size: 16px;background-color: rgba(7, 64, 110, 1);border-radius: 0px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(7, 64, 110, 1);}#a376ba7c1aa5fe6 .ele-wrap:hover {color: #de2a3e;border-color: rgba(222, 42, 62, 1);background-color: rgba(255, 255, 255, 1);}#a2a93a6e14a99a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-width: 0px;border-bottom-width: 1px;border-top-width: 1px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adf2da7b92ad1de {
  overflow: hidden;
}
#adf2da7b92ad1de .img-wrap {
  border-right-width: 0;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#adf2da7b92ad1de .img-wrap:hover {
  transform: scale(1);
}
#a1ab4a1d52a8cec .ele-wrap {color: #ffffff;font-size: 16px;background-color: rgba(7, 64, 110, 1);border-radius: 0px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(7, 64, 110, 1);}#a1ab4a1d52a8cec .ele-wrap:hover {color: #07406e;border-color: rgba(7, 64, 110, 1);background-color: rgba(255, 255, 255, 1);}#a3006ae92fafb4f {
  overflow: hidden;
  pointer-events: none;
}
#a3006ae92fafb4f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3006ae92fafb4f > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a3006ae92fafb4f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3006ae92fafb4f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3006ae92fafb4f > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a3006ae92fafb4f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3006ae92fafb4f > .tab-wrap > div > .tab-nav,
#a3006ae92fafb4f > .tab-nav,
#a3006ae92fafb4f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3006ae92fafb4f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #de2a3e;
  border-bottom-style: solid;
}
#a3006ae92fafb4f > .tab-wrap > div > .tab-nav-horizontal,
#a3006ae92fafb4f > .tab-nav-horizontal,
#a3006ae92fafb4f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3006ae92fafb4f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3006ae92fafb4f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3006ae92fafb4f > .tab-nav-horizontal::-webkit-scrollbar,
#a3006ae92fafb4f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3006ae92fafb4f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3006ae92fafb4f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3006ae92fafb4f > .tab-nav-horizontal.tagScroll,
#a3006ae92fafb4f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3006ae92fafb4f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3006ae92fafb4f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3006ae92fafb4f > .tab-nav-horizontal.tagScroll li a,
#a3006ae92fafb4f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3006ae92fafb4f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3006ae92fafb4f > .tab-wrap > div > .tab-nav a,
#a3006ae92fafb4f > .tab-nav a,
#a3006ae92fafb4f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3006ae92fafb4f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3006ae92fafb4f > .tab-wrap > div > .tab-nav li a,
#a3006ae92fafb4f > .tab-nav li a,
#a3006ae92fafb4f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3006ae92fafb4f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  letter-spacing: 1px;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a3006ae92fafb4f > .tab-wrap > div > .tab-nav li a svg,
#a3006ae92fafb4f > .tab-nav li a svg,
#a3006ae92fafb4f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3006ae92fafb4f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3006ae92fafb4f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3006ae92fafb4f > .tab-nav li a .ap_icon,
#a3006ae92fafb4f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3006ae92fafb4f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3006ae92fafb4f > .tab-wrap > div > .tab-nav li a:hover,
#a3006ae92fafb4f > .tab-nav li a:hover,
#a3006ae92fafb4f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3006ae92fafb4f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #07406e;
  border-bottom-width: 4px;
  border-bottom-color: #07406e;
  border-bottom-style: solid;
}
#a3006ae92fafb4f > .tab-wrap > div > .tab-nav li.uk-active a,
#a3006ae92fafb4f > .tab-nav li.uk-active a,
#a3006ae92fafb4f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3006ae92fafb4f > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #07406e;
  border-bottom-width: 4px;
  border-bottom-color: #07406e;
  border-bottom-style: solid;
}
#a3006ae92fafb4f .layout-left li,
#a3006ae92fafb4f .layout-center li,
#a3006ae92fafb4f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3006ae92fafb4f .layout-left li a,
#a3006ae92fafb4f .layout-center li a,
#a3006ae92fafb4f .layout-right li a {
  height: 100%;
}
#a3006ae92fafb4f > .tab-tabs .layout-left {
  text-align: left;
}
#a3006ae92fafb4f > .tab-tabs .layout-center {
  text-align: center;
}
#a3006ae92fafb4f > .tab-tabs .layout-right {
  text-align: right;
}
#a3006ae92fafb4f .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3006ae92fafb4f .tab-content-wrap {
  background-color: #ffffff;
}
#a3006ae92fafb4f .tab-contents,
#a3006ae92fafb4f .tab-contents-wrap {
  pointer-events: none;
}
#a3006ae92fafb4f .tab-content,
#a3006ae92fafb4f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3006ae92fafb4f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3006ae92fafb4f .tab-wrap .tab-contents {
  height: 100%;
}
#a3006ae92fafb4f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3006ae92fafb4f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3006ae92fafb4f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#adfcaae5efa447c .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ab4f9a7b0ca7d90 > .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;}#ab4f9a7b0ca7d90  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a5d00aad5eae742 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a5d00aad5eae742 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a5d00aad5eae742 .ap-icon {
  margin-right: 6px;
}
#a5d00aad5eae742 .indicator {
  margin-left: 4px;
}
#a5d00aad5eae742 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a5d00aad5eae742 .menu-list li:hover > a,
#a5d00aad5eae742 .menu-list li.active > a {
  background: #009a5b;
  background-color: #009a5b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a5d00aad5eae742 .menu-list li.active > a {
  background-color: #009a5b;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5d00aad5eae742 .menu-list ul,
#a5d00aad5eae742 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a5d00aad5eae742 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a5d00aad5eae742 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5d00aad5eae742 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5d00aad5eae742 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a628daa4e0aa9f6  {flex-grow: 1;}#a9647aa766a8a83 .a0cfcafca5a3463 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a9647aa766a8a83 .a0cfcafca5a3463  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#a9647aa766a8a83 .a5ad0a751aa6347 {
  overflow: hidden;
}
#a9647aa766a8a83 .a5ad0a751aa6347 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9647aa766a8a83 .a5ad0a751aa6347 .img-wrap:hover {
  transform: scale(1.2);
}
#a9647aa766a8a83 .a66aeab88ba0931 {
  overflow: hidden;
}
#a9647aa766a8a83 .a66aeab88ba0931 , #a9647aa766a8a83 .a66aeab88ba0931 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 26px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a9647aa766a8a83 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9647aa766a8a83 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9647aa766a8a83 .uk-position-center-left-out {
    left: -30px;
  }
  #a9647aa766a8a83 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#af7cea53c3a5244 .layer img {
  display: inline-block;
  position: absolute;
}
#af7cea53c3a5244 .layer {
  width: 100%;
  height: 100%;
}
#afa07a5d46a5251 .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a2814a67bcad36b > .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;}#a2814a67bcad36b  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#af843a3096a1fad .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#af843a3096a1fad .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af843a3096a1fad .ap-icon {
  margin-right: 6px;
}
#af843a3096a1fad .indicator {
  margin-left: 4px;
}
#af843a3096a1fad .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#af843a3096a1fad .menu-list li:hover > a,
#af843a3096a1fad .menu-list li.active > a {
  background: #de2a3e;
  background-color: #de2a3e;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#af843a3096a1fad .menu-list li.active > a {
  background-color: #de2a3e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af843a3096a1fad .menu-list ul,
#af843a3096a1fad .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af843a3096a1fad .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#af843a3096a1fad .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af843a3096a1fad .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af843a3096a1fad .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#aa902a174aafce0  {flex-grow: 1;}#af2e4a3a9faa8fb .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af2e4a3a9faa8fb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af2e4a3a9faa8fb .uk-position-center-left-out {
    left: -30px;
  }
  #af2e4a3a9faa8fb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af5ddabc7eadca8 > .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;}#ad67ea3cddaacac .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ad67ea3cddaacac .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7a61a4e1ca4dd4 , #a7a61a4e1ca4dd4 a{color: rgba(0, 154, 91, 1);}#a7a61a4e1ca4dd4:hover, #a7a61a4e1ca4dd4 a:hover {color: rgba(0, 154, 91, 1);}#aff19a7ec9a80ad , #aff19a7ec9a80ad a{color: rgba(0, 154, 91, 1);}#aff19a7ec9a80ad:hover, #aff19a7ec9a80ad a:hover {color: rgba(0, 154, 91, 1);}#ad8a0a126eace97 > .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;}#a3ba3aae58a6e66 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3ba3aae58a6e66 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7c63a8040af993 , #a7c63a8040af993 a{color: rgba(0, 154, 91, 1);}#a7c63a8040af993:hover, #a7c63a8040af993 a:hover {color: rgba(0, 154, 91, 1);}#a134fa0c20afc2c > .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;}#a8576a9ac0a00fc .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a8576a9ac0a00fc .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a20aaac450a52f1 , #a20aaac450a52f1 a{color: rgba(0, 154, 91, 1);}#a20aaac450a52f1:hover, #a20aaac450a52f1 a:hover {color: rgba(0, 154, 91, 1);}#aae73a8de5aace7 > .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;}#a5730af3a8aac79 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a5730af3a8aac79 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a93bcab34bac9d9 , #a93bcab34bac9d9 a{color: rgba(0, 154, 91, 1);}#a93bcab34bac9d9:hover, #a93bcab34bac9d9 a:hover {color: rgba(0, 154, 91, 1);}#ac088ad7e3adcf7 > .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;}#a56a9a7643a91da .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a56a9a7643a91da .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ab4a5a3ae8a0a7d , #ab4a5a3ae8a0a7d a{color: rgba(0, 154, 91, 1);}#ab4a5a3ae8a0a7d:hover, #ab4a5a3ae8a0a7d a:hover {color: rgba(0, 154, 91, 1);}#a7517a532ba1401 > .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;}#aa25fa6936af06d .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa25fa6936af06d .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a15aca00a2a8fec , #a15aca00a2a8fec a{color: rgba(0, 154, 91, 1);}#a15aca00a2a8fec:hover, #a15aca00a2a8fec a:hover {color: rgba(0, 154, 91, 1);}#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a63a5ae485ac533 .logged {
  display: none;
}
#a63a5ae485ac533 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a63a5ae485ac533 .fa-search {
  color: #ccc;
}
#a63a5ae485ac533 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a63a5ae485ac533 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a63a5ae485ac533 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a63a5ae485ac533 .quick-menus li:last-child > a::after {
  display: none;
}
#a63a5ae485ac533 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a63a5ae485ac533 .site-header {
  height: 70px;
}
#a63a5ae485ac533 .uk-navbar-item,
#a63a5ae485ac533 .uk-navbar-nav > li > a,
#a63a5ae485ac533 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a63a5ae485ac533 .uk-sticky-fixed .uk-navbar-item,
#a63a5ae485ac533 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a63a5ae485ac533 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a63a5ae485ac533 .uk-navbar-sticky {
  background: #fff;
}
#a63a5ae485ac533 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a63a5ae485ac533 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a63a5ae485ac533 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a63a5ae485ac533 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a63a5ae485ac533 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a63a5ae485ac533 .sub-menu-title i,
#a63a5ae485ac533 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a63a5ae485ac533 .menu-list > .menu-item {
  position: relative;
}
#a63a5ae485ac533 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a63a5ae485ac533 .menu-list > .menu-item:hover > a::after,
#a63a5ae485ac533 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a63a5ae485ac533 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a63a5ae485ac533 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a63a5ae485ac533 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a63a5ae485ac533 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a63a5ae485ac533 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a63a5ae485ac533 .sub-menu-item a:hover {
  color: #07406e;
}
#a63a5ae485ac533 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a63a5ae485ac533 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a63a5ae485ac533 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a63a5ae485ac533 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a63a5ae485ac533 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a63a5ae485ac533 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a63a5ae485ac533 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a63a5ae485ac533 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a63a5ae485ac533 .logo {
  display: inline-block;
}
#a63a5ae485ac533 .search-box {
  position: relative;
  padding: 10px;
}
#a63a5ae485ac533 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a63a5ae485ac533 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a63a5ae485ac533 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ae750ac08ca6439 .uk-container {
  line-height: 2;
  color: #999;
}
#a63a5ae485ac533 .uk-container {max-width: 1400px;}#a63a5ae485ac533 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a63a5ae485ac533 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a7f4baa62fa9707 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a7f4baa62fa9707 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a6831a36cca0a77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a6186abbb4aef67 .uk-grid {
  margin-left: 0px;
}
#a6186abbb4aef67 .uk-grid > * {
  padding-left: 0px;
}
#a6186abbb4aef67 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6186abbb4aef67 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6186abbb4aef67 .uk-position-center-left-out {
    left: -30px;
  }
  #a6186abbb4aef67 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7c66a428aa5438 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a917baf75aab9eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ad829a54c6a73e1 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#aa6a4abcafa933d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a6efba06c1af92f .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6efba06c1af92f .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0ac8a03f7a2429 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a0ac8a03f7a2429 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a05f4a4382ae22e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a05f4a4382ae22e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a3c94ad246a41da .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a3c94ad246a41da .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9f2ea3b91ab057 , #a9f2ea3b91ab057 a{color: rgba(255, 255, 255, 0);}#a9fe7aa85ba72a8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa4d2a54f0a265e {
  overflow: hidden;
}
#aa4d2a54f0a265e .img-wrap {
  transition: all 0.3s ease-in;
}
#aa4d2a54f0a265e .img-wrap:hover {
  transform: scale(1.5);
}
#ad875a0af7a9bef {
  overflow: hidden;
}
#ad875a0af7a9bef .img-wrap {
  transition: all 0.3s ease-in;
}
#ad875a0af7a9bef .img-wrap:hover {
  transform: scale(1.5);
}
#add5ea8295a0e40 , #add5ea8295a0e40 a{color: rgba(255, 255, 255, 0);}#a09d6abdcbae472 , #a09d6abdcbae472 a{color: rgba(255, 255, 255, 0);}#a2f22a022fa2dab , #a2f22a022fa2dab a{color: rgba(255, 255, 255, 0);}#a704ba4368a4360 , #a704ba4368a4360 a{color: rgba(255, 255, 255, 0);}#a076eafe16a5c61 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a7fcea79d6a78a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9a32a2ddca2910 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0d62aa56da3f9a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a41caa3133ab1c1 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0f9fafed5a431b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab2daac15ca975a .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5a1bae2bdaf644 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a41f8a60dda5be6 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a50aca71fcadacd > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a50aca71fcadacd  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7bf2ad956a12e0 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a862ca27a8a7b38 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a862ca27a8a7b38  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a46a4a02bba8cc8 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a19d7a6489a8474 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a19d7a6489a8474  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1b15acf0ca4a21 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7396ac025aceec > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a7396ac025aceec  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1032a29c6ae093 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9d6eac669a3d75 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9d6eac669a3d75 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7888ab26fad204 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a7888ab26fad204 .ele-wrap:hover {background-color: #509c49;}#a30b0ad096aa008 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a30b0ad096aa008 .ele-wrap:hover {background-color: #509c49;}#a1698a7fc6a8bd9 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a1698a7fc6a8bd9 .ele-wrap:hover {background-color: #509c49;}#ad1b4a858fa694f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad1b4a858fa694f .ele-wrap:hover {background-color: #509c49;}#a107aa5f82a7658 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a107aa5f82a7658 .ele-wrap:hover {background-color: #509c49;}#a21f4a7385af17e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a21f4a7385af17e .ele-wrap:hover {background-color: #509c49;}#a85b7a2d89ac0ca , #a85b7a2d89ac0ca a{color: rgba(155, 155, 155, 1);}#aa469a7c98a39e9 , #aa469a7c98a39e9 a{color: rgba(155, 155, 155, 1);}#a8facade36a791b , #a8facade36a791b a{color: rgba(155, 155, 155, 1);}#ab29ca82b9a45e1 , #ab29ca82b9a45e1 a{color: rgba(155, 155, 155, 1);}#ad004a475cab8b7 , #ad004a475cab8b7 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac1d8af3eaa5888 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a808fa944da8df8 .logged {
  display: none;
}
#a808fa944da8df8 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a808fa944da8df8 .fa-search {
  color: #ccc;
}
#a808fa944da8df8 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a808fa944da8df8 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a808fa944da8df8 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a808fa944da8df8 .quick-menus li:last-child > a::after {
  display: none;
}
#a808fa944da8df8 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a808fa944da8df8 .site-header {
  height: 70px;
}
#a808fa944da8df8 .uk-navbar-item,
#a808fa944da8df8 .uk-navbar-nav > li > a,
#a808fa944da8df8 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a808fa944da8df8 .uk-sticky-fixed .uk-navbar-item,
#a808fa944da8df8 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a808fa944da8df8 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a808fa944da8df8 .uk-navbar-sticky {
  background: #fff;
}
#a808fa944da8df8 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a808fa944da8df8 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a808fa944da8df8 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a808fa944da8df8 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a808fa944da8df8 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a808fa944da8df8 .sub-menu-title i,
#a808fa944da8df8 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a808fa944da8df8 .menu-list > .menu-item {
  position: relative;
}
#a808fa944da8df8 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a808fa944da8df8 .menu-list > .menu-item:hover > a::after,
#a808fa944da8df8 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a808fa944da8df8 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a808fa944da8df8 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a808fa944da8df8 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a808fa944da8df8 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a808fa944da8df8 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a808fa944da8df8 .sub-menu-item a:hover {
  color: #07406e;
}
#a808fa944da8df8 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a808fa944da8df8 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a808fa944da8df8 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a808fa944da8df8 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a808fa944da8df8 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a808fa944da8df8 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a808fa944da8df8 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a808fa944da8df8 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a808fa944da8df8 .logo {
  display: inline-block;
}
#a808fa944da8df8 .search-box {
  position: relative;
  padding: 10px;
}
#a808fa944da8df8 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a808fa944da8df8 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a808fa944da8df8 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a345ea1597a1d16 .uk-container {
  line-height: 2;
  color: #999;
}
#a808fa944da8df8 .uk-container {max-width: 1400px;}#a808fa944da8df8 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a808fa944da8df8 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#af581ac60aa5dd9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a63eda7604ad315 .img-wrap {
  border-left-width: 1px;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab964a341bae70e , #ab964a341bae70e a{color: rgba(0, 0, 0, 1);}#ad57fa330da7a12 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #000000;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#ad57fa330da7a12 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#ae55da8f5fada9d > .ele-wrap {background-color: rgba(7, 64, 110, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4dd8aa358af806 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6e0fa68c6a5fda .a2761a2d0eab6dc .img-wrap {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 1px;
  border-left-color: #07406e;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6e0fa68c6a5fda .abb34a345ca6798 {
  overflow: hidden;
}
#a6e0fa68c6a5fda .abb34a345ca6798 , #a6e0fa68c6a5fda .abb34a345ca6798 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6e0fa68c6a5fda .uk-grid {
  margin-left: -100px;
}
#a6e0fa68c6a5fda .uk-grid > * {
  padding-left: 100px;
}
#a6e0fa68c6a5fda .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6e0fa68c6a5fda .uk-position-center-left-out {
    left: -30px;
  }
  #a6e0fa68c6a5fda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4817a7c54a4d53 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3fdaa03c7aec61 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a53b6a6f7ca2f85 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725874654921.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a53b6a6f7ca2f85 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725874655482.png);}#a28b2af811a271e .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a28b2af811a271e .ele-wrap:hover {background-color: #fff;}#a8d68ab28cab364 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a8d68ab28cab364 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#acc15af3e2a2232 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4708a6266a76fd .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725874658755.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4708a6266a76fd .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725867107153.png);}#adb08af507a9283 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#adb08af507a9283 .ele-wrap:hover {background-color: #fff;}#a45e1ae186abda1 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a45e1ae186abda1 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a89b9adf9da064a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acc53a0f72a1f27 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725938589916.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#acc53a0f72a1f27 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725867498443.png);}#a5809ae6daac80f .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a5809ae6daac80f .ele-wrap:hover {background-color: #fff;}#a7782a431badbd8 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a7782a431badbd8 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#aa093a2c21a66ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a526ba4bacaabf3 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725874656607.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a526ba4bacaabf3 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725874656062.png);}#a69b7a561aa52e2 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a69b7a561aa52e2 .ele-wrap:hover {background-color: #fff;}#a7951ab3d5aaf7d .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a7951ab3d5aaf7d .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a2804af8fcaa0a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af605ad23ba664a .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725874657327.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#af605ad23ba664a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725874658190.png);}#a2deeaa6fba9eec .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#a2deeaa6fba9eec .ele-wrap:hover {background-color: #fff;}#a15e7ae7cfa62a7 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#a15e7ae7cfa62a7 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a74bca7688a690c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a92c2a8e25a8fd7 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725874653421.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a92c2a8e25a8fd7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(243, 65, 65, 1);background-image: url(/resources/upload/ae320a58f3adff1/1725874654098.png);}#aee55a28caaec58 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 15px;justify-content: center;background-color: transparent;}#aee55a28caaec58 .ele-wrap:hover {background-color: #fff;}#adf69a5dbca7c7e .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;justify-content: center;background-color: transparent;font-weight: 700;}#adf69a5dbca7c7e .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0.5);}#a9e25a86e7ac0a6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a4cacae7c1a4dd6 > .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;box-shadow: 0px -4px 11px 2px rgba(7, 64, 110, 1);}#a6b5aa141aad718 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6b5aa141aad718 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a60beadf69a61e7 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a60beadf69a61e7 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5ad3a32dfaf191 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5ad3a32dfaf191 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ab28faedcaa5432 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ab28faedcaa5432 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a242fa1f2faf659 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a242fa1f2faf659 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a12fca5592af53f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e20a809fa3916 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae83aa4718a4c8d {
  overflow: hidden;
}
#ae83aa4718a4c8d .img-wrap {
  transition: all 0.3s ease-in;
}
#ae83aa4718a4c8d .img-wrap:hover {
  transform: scale(1.5);
}
#a6de2a21e2a8e45 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa25da554cade51 {
  overflow: hidden;
}
#aa25da554cade51 .img-wrap {
  transition: all 0.3s ease-in;
}
#aa25da554cade51 .img-wrap:hover {
  transform: scale(1.5);
}
#a4c2ea598eab65c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1ae2a705daddda {
  overflow: hidden;
}
#a1ae2a705daddda .img-wrap {
  transition: all 0.3s ease-in;
}
#a1ae2a705daddda .img-wrap:hover {
  transform: scale(1.5);
}
#ae36ead5efa157b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4868ada93a4a58 {
  overflow: hidden;
}
#a4868ada93a4a58 .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#a4868ada93a4a58 .img-wrap:hover {
  transform: scale(1.5);
}
#a6b3ca9763ad4d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac7fdaa4e0a5b1e {
  overflow: hidden;
}
#ac7fdaa4e0a5b1e .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#ac7fdaa4e0a5b1e .img-wrap:hover {
  transform: scale(1.5);
}
#ae9edadd0bac265 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab5b7a3898a6a5e {
  overflow: hidden;
}
#ab5b7a3898a6a5e .img-wrap {
  transition: all 0.3s ease-in;
}
#ab5b7a3898a6a5e .img-wrap:hover {
  transform: scale(1.5);
}
#a954ea2e49afb3e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ceca3103a6c55 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af303a739baa760 > .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);}#af303a739baa760  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ae673abdf5a4276 > .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);}#ae673abdf5a4276  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a10caa9b21abafb > .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);}#a10caa9b21abafb  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a395ea41b1aa85f , #a395ea41b1aa85f a{color: rgba(255, 255, 255, 0);}#a292bad82cac3db , #a292bad82cac3db a{color: rgba(255, 255, 255, 1);}#a52f2a08f6aaeab , #a52f2a08f6aaeab a{color: rgba(255, 255, 255, 1);}#a4d2cac928ad362 , #a4d2cac928ad362 a{color: rgba(255, 255, 255, 1);}#ab5e1a6bd9ae649 , #ab5e1a6bd9ae649 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a760ea1eeda5376 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a265da6927ab149 .logged {
  display: none;
}
#a265da6927ab149 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a265da6927ab149 .fa-search {
  color: #ccc;
}
#a265da6927ab149 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a265da6927ab149 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a265da6927ab149 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a265da6927ab149 .quick-menus li:last-child > a::after {
  display: none;
}
#a265da6927ab149 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a265da6927ab149 .site-header {
  height: 70px;
}
#a265da6927ab149 .uk-navbar-item,
#a265da6927ab149 .uk-navbar-nav > li > a,
#a265da6927ab149 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a265da6927ab149 .uk-sticky-fixed .uk-navbar-item,
#a265da6927ab149 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a265da6927ab149 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a265da6927ab149 .uk-navbar-sticky {
  background: #fff;
}
#a265da6927ab149 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a265da6927ab149 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a265da6927ab149 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a265da6927ab149 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a265da6927ab149 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a265da6927ab149 .sub-menu-title i,
#a265da6927ab149 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a265da6927ab149 .menu-list > .menu-item {
  position: relative;
}
#a265da6927ab149 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a265da6927ab149 .menu-list > .menu-item:hover > a::after,
#a265da6927ab149 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a265da6927ab149 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a265da6927ab149 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a265da6927ab149 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a265da6927ab149 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a265da6927ab149 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a265da6927ab149 .sub-menu-item a:hover {
  color: #07406e;
}
#a265da6927ab149 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a265da6927ab149 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a265da6927ab149 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a265da6927ab149 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a265da6927ab149 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a265da6927ab149 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a265da6927ab149 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a265da6927ab149 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a265da6927ab149 .logo {
  display: inline-block;
}
#a265da6927ab149 .search-box {
  position: relative;
  padding: 10px;
}
#a265da6927ab149 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a265da6927ab149 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a265da6927ab149 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a68a9a2514ab146 .uk-container {
  line-height: 2;
  color: #999;
}
#a265da6927ab149 .uk-container {max-width: 1400px;}#a265da6927ab149 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a265da6927ab149 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a0d8fab46aa2363 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66a6a63edac95d , #a66a6a63edac95d a{color: rgba(180, 180, 180, 1);}#a8991aa2dca0228 , #a8991aa2dca0228 a{color: rgba(180, 180, 180, 1);}#a423da47ecaf30e , #a423da47ecaf30e a{color: rgba(180, 180, 180, 1);}#a82c4a42aea7d15 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a82c4a42aea7d15 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a428daaffda152d .ab32ea68e9ab9ff {
  overflow: hidden;
}
#a428daaffda152d .ab32ea68e9ab9ff , #a428daaffda152d .ab32ea68e9ab9ff > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a428daaffda152d .ab32ea68e9ab9ff:hover , #a428daaffda152d .ab32ea68e9ab9ff *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a428daaffda152d .uk-grid {
  margin-left: 0px;
}
#a428daaffda152d .uk-grid > * {
  padding-left: 0px;
}
#a428daaffda152d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a428daaffda152d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a428daaffda152d .uk-position-center-left-out {
    left: -30px;
  }
  #a428daaffda152d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9bb4aaccea7e2a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3468a178aaae64 , #a3468a178aaae64 a{color: rgba(7, 64, 110, 1);}#ae630ab1dcae01c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3b5ae087a7ef4 , #af3b5ae087a7ef4 a{color: rgba(7, 64, 110, 1);}#a866ba5a70a2894 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba18aaf16a0521 , #aba18aaf16a0521 a{color: rgba(7, 64, 110, 1);}#a7ea5aff19ace32 , #a7ea5aff19ace32 a{color: rgba(255, 255, 255, 1);}#acdb4a41daa4c52 , #acdb4a41daa4c52 a{color: rgba(255, 255, 255, 1);}#a0582a8afead0ee {
  overflow: hidden;
}
#a0582a8afead0ee .img-wrap {
  transition: all 0.3s ease-in;
}
#a0582a8afead0ee .img-wrap:hover {
  transform: scale(1.5);
}
#a7730a1345aee93 {
  overflow: hidden;
}
#a7730a1345aee93 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7730a1345aee93 .img-wrap:hover {
  transform: scale(1.5);
}
#a4ab4a6f72a53ac .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4ab4a6f72a53ac .ele-wrap:hover {background-color: #0483cc;}#a307fa8f28aaf4a , #a307fa8f28aaf4a a{color: rgba(255, 255, 255, 1);}#a4128a9c63a37fe , #a4128a9c63a37fe a{color: rgba(255, 255, 255, 1);}#afb28af346a80d0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a58e2ac0d7ae73a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3396a1e73ae636 , #a3396a1e73ae636 a{color: rgba(0, 154, 91, 1);}#a60b2a853ea3df9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0615a1e29a6c5e , #a0615a1e29a6c5e a{color: rgba(0, 154, 91, 1);}#a3755a0f9fa399c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3891acde4a98b6 , #a3891acde4a98b6 a{color: rgba(0, 154, 91, 1);}#a186baec75a2f35 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa644af69ea7482 , #aa644af69ea7482 a{color: rgba(0, 154, 91, 1);}#ada0ea5e4fa2194 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ada0ea5e4fa2194 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#acbddab890a65f0 , #acbddab890a65f0 a{color: rgba(255, 255, 255, 1);}#a487ea48f8a4756 , #a487ea48f8a4756 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a42a0ab415a7996 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#abaf4aac74ae85e .logged {
  display: none;
}
#abaf4aac74ae85e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abaf4aac74ae85e .fa-search {
  color: #ccc;
}
#abaf4aac74ae85e .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#abaf4aac74ae85e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abaf4aac74ae85e .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abaf4aac74ae85e .quick-menus li:last-child > a::after {
  display: none;
}
#abaf4aac74ae85e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abaf4aac74ae85e .site-header {
  height: 70px;
}
#abaf4aac74ae85e .uk-navbar-item,
#abaf4aac74ae85e .uk-navbar-nav > li > a,
#abaf4aac74ae85e .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abaf4aac74ae85e .uk-sticky-fixed .uk-navbar-item,
#abaf4aac74ae85e .uk-sticky-fixed .uk-navbar-nav > li > a,
#abaf4aac74ae85e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abaf4aac74ae85e .uk-navbar-sticky {
  background: #fff;
}
#abaf4aac74ae85e .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abaf4aac74ae85e .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abaf4aac74ae85e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abaf4aac74ae85e .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abaf4aac74ae85e .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abaf4aac74ae85e .sub-menu-title i,
#abaf4aac74ae85e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abaf4aac74ae85e .menu-list > .menu-item {
  position: relative;
}
#abaf4aac74ae85e .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#abaf4aac74ae85e .menu-list > .menu-item:hover > a::after,
#abaf4aac74ae85e .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abaf4aac74ae85e .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abaf4aac74ae85e .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abaf4aac74ae85e .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abaf4aac74ae85e .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abaf4aac74ae85e .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abaf4aac74ae85e .sub-menu-item a:hover {
  color: #07406e;
}
#abaf4aac74ae85e .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abaf4aac74ae85e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abaf4aac74ae85e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abaf4aac74ae85e .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abaf4aac74ae85e .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abaf4aac74ae85e .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abaf4aac74ae85e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abaf4aac74ae85e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#abaf4aac74ae85e .logo {
  display: inline-block;
}
#abaf4aac74ae85e .search-box {
  position: relative;
  padding: 10px;
}
#abaf4aac74ae85e .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abaf4aac74ae85e .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abaf4aac74ae85e .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a3f82a2eb6a2054 .uk-container {
  line-height: 2;
  color: #999;
}
#abaf4aac74ae85e .uk-container {max-width: 1400px;}#abaf4aac74ae85e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#abaf4aac74ae85e [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a00e5a9a30af5f3 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a00e5a9a30af5f3  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a161ba6fd9ad25c > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a161ba6fd9ad25c  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a8c6ba9df7a11f7 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8c6ba9df7a11f7  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a0711a580aa26bf > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0711a580aa26bf  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a87bda7ab7ab3b7 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87bda7ab7ab3b7  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#abc0ea59ddaa078 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abc0ea59ddaa078  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a9528ad6d4a72aa > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9528ad6d4a72aa  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#af644a8623a98c6 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af644a8623a98c6  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a2c41aec97a63cd > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c41aec97a63cd  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#ac895a39aeae652 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac895a39aeae652  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a03baa91c0ae418 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a03baa91c0ae418  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#aef10a42c5acfec > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef10a42c5acfec  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a5193af403a86d3 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5193af403a86d3  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#aec0badb9fa5a97 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aec0badb9fa5a97  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a068fa7315ad9e9 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a068fa7315ad9e9  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#aa912a9a38a7e16 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa912a9a38a7e16  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#ae90caac14a6b5a > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae90caac14a6b5a  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a8bb0a3f81aadf3 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8bb0a3f81aadf3  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a2320a20e9a7a45 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2320a20e9a7a45  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#ac609a2bcba8f12 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac609a2bcba8f12  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a9dd4ad97ea4951 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9dd4ad97ea4951  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a714ea5a63a7909 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a714ea5a63a7909  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#ac00ba8de6a9da5 {
  overflow: hidden;
  pointer-events: none;
  border-right-color: #9b9b9b;
  border-right-width: 0;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac00ba8de6a9da5 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 85px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac00ba8de6a9da5 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ac00ba8de6a9da5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac00ba8de6a9da5 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 85px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac00ba8de6a9da5 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ac00ba8de6a9da5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac00ba8de6a9da5 > .tab-wrap > div > .tab-nav,
#ac00ba8de6a9da5 > .tab-nav,
#ac00ba8de6a9da5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac00ba8de6a9da5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac00ba8de6a9da5 > .tab-wrap > div > .tab-nav-horizontal,
#ac00ba8de6a9da5 > .tab-nav-horizontal,
#ac00ba8de6a9da5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac00ba8de6a9da5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac00ba8de6a9da5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac00ba8de6a9da5 > .tab-nav-horizontal::-webkit-scrollbar,
#ac00ba8de6a9da5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac00ba8de6a9da5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac00ba8de6a9da5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac00ba8de6a9da5 > .tab-nav-horizontal.tagScroll,
#ac00ba8de6a9da5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac00ba8de6a9da5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 85px;
  overflow-x: auto;
}
#ac00ba8de6a9da5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac00ba8de6a9da5 > .tab-nav-horizontal.tagScroll li a,
#ac00ba8de6a9da5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac00ba8de6a9da5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac00ba8de6a9da5 > .tab-wrap > div > .tab-nav a,
#ac00ba8de6a9da5 > .tab-nav a,
#ac00ba8de6a9da5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac00ba8de6a9da5 > .tab-tabs > .tab-nav a {
  padding: 0 90px;
}
#ac00ba8de6a9da5 > .tab-wrap > div > .tab-nav li a,
#ac00ba8de6a9da5 > .tab-nav li a,
#ac00ba8de6a9da5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac00ba8de6a9da5 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 84px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 85px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #f9f9f9;
  margin-top: 0;
  border-right-width: 0;
  border-right-style: solid;
  margin-bottom: 2px;
  padding: 0 90px;
}
#ac00ba8de6a9da5 > .tab-wrap > div > .tab-nav li a svg,
#ac00ba8de6a9da5 > .tab-nav li a svg,
#ac00ba8de6a9da5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac00ba8de6a9da5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac00ba8de6a9da5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac00ba8de6a9da5 > .tab-nav li a .ap_icon,
#ac00ba8de6a9da5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac00ba8de6a9da5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac00ba8de6a9da5 > .tab-wrap > div > .tab-nav li a:hover,
#ac00ba8de6a9da5 > .tab-nav li a:hover,
#ac00ba8de6a9da5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac00ba8de6a9da5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #07406e;
}
#ac00ba8de6a9da5 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac00ba8de6a9da5 > .tab-nav li.uk-active a,
#ac00ba8de6a9da5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac00ba8de6a9da5 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #07406e;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac00ba8de6a9da5 .layout-left li,
#ac00ba8de6a9da5 .layout-center li,
#ac00ba8de6a9da5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac00ba8de6a9da5 .layout-left li a,
#ac00ba8de6a9da5 .layout-center li a,
#ac00ba8de6a9da5 .layout-right li a {
  height: 100%;
}
#ac00ba8de6a9da5 > .tab-tabs .layout-left {
  text-align: left;
}
#ac00ba8de6a9da5 > .tab-tabs .layout-center {
  text-align: center;
}
#ac00ba8de6a9da5 > .tab-tabs .layout-right {
  text-align: right;
}
#ac00ba8de6a9da5 .tab-contents {
  height: 100%;
  height: calc(100% - 85px);
}
#ac00ba8de6a9da5 .tab-content-wrap {
  background-color: #ffffff;
}
#ac00ba8de6a9da5 .tab-contents,
#ac00ba8de6a9da5 .tab-contents-wrap {
  pointer-events: none;
}
#ac00ba8de6a9da5 .tab-content,
#ac00ba8de6a9da5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac00ba8de6a9da5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac00ba8de6a9da5 .tab-wrap .tab-contents {
  height: 100%;
}
#ac00ba8de6a9da5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac00ba8de6a9da5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac00ba8de6a9da5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aeadda355cae76a .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ae68fad8d0ac87e .logged {
  display: none;
}
#ae68fad8d0ac87e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae68fad8d0ac87e .fa-search {
  color: #ccc;
}
#ae68fad8d0ac87e .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ae68fad8d0ac87e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae68fad8d0ac87e .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ae68fad8d0ac87e .quick-menus li:last-child > a::after {
  display: none;
}
#ae68fad8d0ac87e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae68fad8d0ac87e .site-header {
  height: 70px;
}
#ae68fad8d0ac87e .uk-navbar-item,
#ae68fad8d0ac87e .uk-navbar-nav > li > a,
#ae68fad8d0ac87e .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae68fad8d0ac87e .uk-sticky-fixed .uk-navbar-item,
#ae68fad8d0ac87e .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae68fad8d0ac87e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae68fad8d0ac87e .uk-navbar-sticky {
  background: #fff;
}
#ae68fad8d0ac87e .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ae68fad8d0ac87e .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ae68fad8d0ac87e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae68fad8d0ac87e .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ae68fad8d0ac87e .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ae68fad8d0ac87e .sub-menu-title i,
#ae68fad8d0ac87e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae68fad8d0ac87e .menu-list > .menu-item {
  position: relative;
}
#ae68fad8d0ac87e .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ae68fad8d0ac87e .menu-list > .menu-item:hover > a::after,
#ae68fad8d0ac87e .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ae68fad8d0ac87e .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ae68fad8d0ac87e .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ae68fad8d0ac87e .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ae68fad8d0ac87e .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ae68fad8d0ac87e .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ae68fad8d0ac87e .sub-menu-item a:hover {
  color: #07406e;
}
#ae68fad8d0ac87e .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ae68fad8d0ac87e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ae68fad8d0ac87e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae68fad8d0ac87e .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ae68fad8d0ac87e .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ae68fad8d0ac87e .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ae68fad8d0ac87e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ae68fad8d0ac87e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ae68fad8d0ac87e .logo {
  display: inline-block;
}
#ae68fad8d0ac87e .search-box {
  position: relative;
  padding: 10px;
}
#ae68fad8d0ac87e .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ae68fad8d0ac87e .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ae68fad8d0ac87e .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a9a51a555eaa192 .uk-container {
  line-height: 2;
  color: #999;
}
#ae68fad8d0ac87e .uk-container {max-width: 1400px;}#ae68fad8d0ac87e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ae68fad8d0ac87e [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ac352a5fa7a3f8c > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(208, 2, 27, 1);box-shadow: 0px 0px 0px 0px undefined;}#a35e7af593a1536 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a35e7af593a1536 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0699a74e8a4b3f .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#a0699a74e8a4b3f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#ac936a1d58ac7fc > .ele-wrap {background-color: rgba(231, 35, 58, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a085aa1297acd9a , #a085aa1297acd9a a{color: rgba(255, 255, 255, 1);}#abe3fa402aaa9a5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a93a0a5374acd55 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.08);}#afaa6ab428ae174 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a8b6daeb84ac090 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#aea8cac3caab3fc .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aea8cac3caab3fc .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8a1bae738a9c3c .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a8a1bae738a9c3c .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#adaf5a2707ada6c .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#adaf5a2707ada6c .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0865aa6fda6a01 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a0865aa6fda6a01 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6875af3f6ae748 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8237aba45a5f01 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1d75aa1b5af419 > .ele-wrap {border-radius: 0px;border-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-bottom-width: 0px;border-top-width: 1px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1d75aa1b5af419 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403234597.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1d75aa1b5af419 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a0b94a2fdea4677 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1e26a374ba5513 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-right-style: solid;border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1e26a374ba5513 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403226491.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1e26a374ba5513 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a23eaa4063a7071 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afd42a21bbaee18 > .ele-wrap {border-radius: 0px;border-left-color: rgba(0, 0, 0, 1);border-left-style: solid;border-right-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(74, 74, 74, 1);border-top-width: 1px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#afd42a21bbaee18 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724913418442.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#afd42a21bbaee18 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a8608a5b6ea10dd > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2660ae84ca8486 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;}#a2660ae84ca8486 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724914752907.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a2660ae84ca8486 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a3140a9c30ad491 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab52aa561ba8cd7 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;}#ab52aa561ba8cd7 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724913449240.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ab52aa561ba8cd7 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a862ca6d1daa7a6 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad170a8195a3e48 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afc88aa4b1a8aae {
  overflow: hidden;
}
#afc88aa4b1a8aae .img-wrap {
  transition: all 0.3s ease-in;
}
#afc88aa4b1a8aae .img-wrap:hover {
  transform: scale(1.5);
}
#adc01aa014affc5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab80cab440a1382 {
  overflow: hidden;
}
#ab80cab440a1382 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab80cab440a1382 .img-wrap:hover {
  transform: scale(1.5);
}
#a3a08acdefa7505 , #a3a08acdefa7505 a{color: rgba(74, 74, 74, 1);}#ac885a8426a60f4 , #ac885a8426a60f4 a{color: rgba(74, 74, 74, 1);}#a3eebaf0c0a62d2 , #a3eebaf0c0a62d2 a{color: rgba(74, 74, 74, 1);}#ad788aab21ae471 , #ad788aab21ae471 a{color: rgba(231, 35, 58, 1);}#af654a7474a46bf , #af654a7474a46bf a{color: rgba(231, 35, 58, 1);}#aed6ba1782ac4bf , #aed6ba1782ac4bf a{color: rgba(231, 35, 58, 1);}#a381ba77eba8864 , #a381ba77eba8864 a{color: rgba(231, 35, 58, 1);}#a138cad069a8103 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a166fac71ca0691 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9b2aa8cb8ae535 {
  overflow: hidden;
}
#a9b2aa8cb8ae535 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9b2aa8cb8ae535 .img-wrap:hover {
  transform: scale(1.5);
}
#a9b67a7ffeae5f6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a456ba170ba9957 {
  overflow: hidden;
}
#a456ba170ba9957 .img-wrap {
  transition: all 0.3s ease-in;
}
#a456ba170ba9957 .img-wrap:hover {
  transform: scale(1.5);
}
#af516a932ea13d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa987a6f71ace0b {
  overflow: hidden;
}
#aa987a6f71ace0b .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#aa987a6f71ace0b .img-wrap:hover {
  transform: scale(1.5);
}
#a2dbea132ba0b04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a95e3a27dca8815 {
  overflow: hidden;
}
#a95e3a27dca8815 .img-wrap {
  transition: all 0.3s ease-in;
}
#a95e3a27dca8815 .img-wrap:hover {
  transform: scale(1.5);
}
#ae896ad54fafafe > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adfa1a7d07a46f0 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#adfa1a7d07a46f0 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7192a1950a6e77 , #a7192a1950a6e77 a{color: rgba(255, 255, 255, 0);}#a38cea6a0ba3ff6 , #a38cea6a0ba3ff6 a{color: rgba(255, 255, 255, 1);}#a6fc0a684aa6de9 , #a6fc0a684aa6de9 a{color: rgba(255, 255, 255, 1);}#a2124ac3f1a1532 , #a2124ac3f1a1532 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad22ba9847a399f .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ab37aa2cb0a6579 .layer img {
  display: inline-block;
  position: absolute;
}
#ab37aa2cb0a6579 .layer {
  width: 100%;
  height: 100%;
}
#ae043a097ba59a0 .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#aaad9a9c3ca3fa8 > .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;}#aaad9a9c3ca3fa8  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ad371aa213a858c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad371aa213a858c .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ad371aa213a858c .ap-icon {
  margin-right: 6px;
}
#ad371aa213a858c .indicator {
  margin-left: 4px;
}
#ad371aa213a858c .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#ad371aa213a858c .menu-list li:hover > a,
#ad371aa213a858c .menu-list li.active > a {
  background: #de2a3e;
  background-color: #de2a3e;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ad371aa213a858c .menu-list li.active > a {
  background-color: #de2a3e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ad371aa213a858c .menu-list ul,
#ad371aa213a858c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ad371aa213a858c .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad371aa213a858c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad371aa213a858c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad371aa213a858c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#abf55a5ba6a7c16 .logged {
  display: none;
}
#abf55a5ba6a7c16 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abf55a5ba6a7c16 .fa-search {
  color: #ccc;
}
#abf55a5ba6a7c16 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#abf55a5ba6a7c16 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abf55a5ba6a7c16 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abf55a5ba6a7c16 .quick-menus li:last-child > a::after {
  display: none;
}
#abf55a5ba6a7c16 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abf55a5ba6a7c16 .site-header {
  height: 70px;
}
#abf55a5ba6a7c16 .uk-navbar-item,
#abf55a5ba6a7c16 .uk-navbar-nav > li > a,
#abf55a5ba6a7c16 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abf55a5ba6a7c16 .uk-sticky-fixed .uk-navbar-item,
#abf55a5ba6a7c16 .uk-sticky-fixed .uk-navbar-nav > li > a,
#abf55a5ba6a7c16 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abf55a5ba6a7c16 .uk-navbar-sticky {
  background: #fff;
}
#abf55a5ba6a7c16 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abf55a5ba6a7c16 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abf55a5ba6a7c16 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abf55a5ba6a7c16 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abf55a5ba6a7c16 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abf55a5ba6a7c16 .sub-menu-title i,
#abf55a5ba6a7c16 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abf55a5ba6a7c16 .menu-list > .menu-item {
  position: relative;
}
#abf55a5ba6a7c16 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#abf55a5ba6a7c16 .menu-list > .menu-item:hover > a::after,
#abf55a5ba6a7c16 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abf55a5ba6a7c16 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abf55a5ba6a7c16 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abf55a5ba6a7c16 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abf55a5ba6a7c16 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abf55a5ba6a7c16 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abf55a5ba6a7c16 .sub-menu-item a:hover {
  color: #07406e;
}
#abf55a5ba6a7c16 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abf55a5ba6a7c16 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abf55a5ba6a7c16 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abf55a5ba6a7c16 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abf55a5ba6a7c16 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abf55a5ba6a7c16 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abf55a5ba6a7c16 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abf55a5ba6a7c16 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#abf55a5ba6a7c16 .logo {
  display: inline-block;
}
#abf55a5ba6a7c16 .search-box {
  position: relative;
  padding: 10px;
}
#abf55a5ba6a7c16 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abf55a5ba6a7c16 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abf55a5ba6a7c16 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#acbb9ab69ba891d .uk-container {
  line-height: 2;
  color: #999;
}
#abf55a5ba6a7c16 .uk-container {max-width: 1400px;}#abf55a5ba6a7c16 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#abf55a5ba6a7c16 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a93f1a7daaa38ac .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a93f1a7daaa38ac .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#ac77caf5caa6b58 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ab7eea3216a075e .uk-grid {
  margin-left: 0px;
}
#ab7eea3216a075e .uk-grid > * {
  padding-left: 0px;
}
#ab7eea3216a075e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab7eea3216a075e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab7eea3216a075e .uk-position-center-left-out {
    left: -30px;
  }
  #ab7eea3216a075e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0dd7aba02a4dcf .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1da3a561ead3f1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a09c3af313a081e > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#aba4aa3d73a1313 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aab80a2668af8f3 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aab80a2668af8f3 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aafe7afe01a0fb3 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aafe7afe01a0fb3 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a1ae8a5deda52e3 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a1ae8a5deda52e3 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0606a0e64a7f15 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a0606a0e64a7f15 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a58d8a0a87a4f56 , #a58d8a0a87a4f56 a{color: rgba(255, 255, 255, 0);}#aba7aa9472a72fc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9faa51f9a8a97 {
  overflow: hidden;
}
#ae9faa51f9a8a97 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae9faa51f9a8a97 .img-wrap:hover {
  transform: scale(1.5);
}
#ab167a59a1adf90 {
  overflow: hidden;
}
#ab167a59a1adf90 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab167a59a1adf90 .img-wrap:hover {
  transform: scale(1.5);
}
#ab51ba6594a76a9 , #ab51ba6594a76a9 a{color: rgba(255, 255, 255, 0);}#acf16a4eb7af117 , #acf16a4eb7af117 a{color: rgba(255, 255, 255, 0);}#a4f2aa34a7ac1ae , #a4f2aa34a7ac1ae a{color: rgba(255, 255, 255, 0);}#abd07a248ba95df , #abd07a248ba95df a{color: rgba(255, 255, 255, 0);}#a913fa6be2ac525 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a3b6ca0e1cab80e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8e8faeaaba0cb7 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0425ab83ca6924 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3a9dac049a1391 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afe11a080ba693f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a72dea6963aeb68 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae072a7cf4a4a3e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6f33aa9e5aeceb .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#adab0aa6b8ae6e1 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#adab0aa6b8ae6e1  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7983aa39fa479e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae3a8a530aa75fb > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae3a8a530aa75fb  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a0db1a0601a75b0 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aea97ac04babe43 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aea97ac04babe43  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a2330a6a0aaffaf > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#af329a1cd9ab461 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af329a1cd9ab461  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#abba4ac805afd02 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a25b4a95d5a2ad1 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a25b4a95d5a2ad1 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a74f0ae354aa096 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a74f0ae354aa096 .ele-wrap:hover {background-color: #509c49;}#ae264a2715a706d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae264a2715a706d .ele-wrap:hover {background-color: #509c49;}#a880eab2dfa0e58 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a880eab2dfa0e58 .ele-wrap:hover {background-color: #509c49;}#ae5baac9e1a43f8 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae5baac9e1a43f8 .ele-wrap:hover {background-color: #509c49;}#ad058aee70a127c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad058aee70a127c .ele-wrap:hover {background-color: #509c49;}#abecfa10a0aaa41 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#abecfa10a0aaa41 .ele-wrap:hover {background-color: #509c49;}#a247ba6618a4e3c , #a247ba6618a4e3c a{color: rgba(155, 155, 155, 1);}#a95d3af8e4a28f2 , #a95d3af8e4a28f2 a{color: rgba(155, 155, 155, 1);}#ab883a9f89af00a , #ab883a9f89af00a a{color: rgba(155, 155, 155, 1);}#abf67a90d4a0f74 , #abf67a90d4a0f74 a{color: rgba(155, 155, 155, 1);}#aae4ba13d8a74ad , #aae4ba13d8a74ad a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a398fa09f1ab736 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#af6f7acc0ba9a2e .logged {
  display: none;
}
#af6f7acc0ba9a2e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#af6f7acc0ba9a2e .fa-search {
  color: #ccc;
}
#af6f7acc0ba9a2e .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#af6f7acc0ba9a2e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af6f7acc0ba9a2e .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#af6f7acc0ba9a2e .quick-menus li:last-child > a::after {
  display: none;
}
#af6f7acc0ba9a2e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#af6f7acc0ba9a2e .site-header {
  height: 70px;
}
#af6f7acc0ba9a2e .uk-navbar-item,
#af6f7acc0ba9a2e .uk-navbar-nav > li > a,
#af6f7acc0ba9a2e .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af6f7acc0ba9a2e .uk-sticky-fixed .uk-navbar-item,
#af6f7acc0ba9a2e .uk-sticky-fixed .uk-navbar-nav > li > a,
#af6f7acc0ba9a2e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af6f7acc0ba9a2e .uk-navbar-sticky {
  background: #fff;
}
#af6f7acc0ba9a2e .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#af6f7acc0ba9a2e .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#af6f7acc0ba9a2e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af6f7acc0ba9a2e .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#af6f7acc0ba9a2e .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#af6f7acc0ba9a2e .sub-menu-title i,
#af6f7acc0ba9a2e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#af6f7acc0ba9a2e .menu-list > .menu-item {
  position: relative;
}
#af6f7acc0ba9a2e .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#af6f7acc0ba9a2e .menu-list > .menu-item:hover > a::after,
#af6f7acc0ba9a2e .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#af6f7acc0ba9a2e .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#af6f7acc0ba9a2e .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#af6f7acc0ba9a2e .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#af6f7acc0ba9a2e .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#af6f7acc0ba9a2e .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#af6f7acc0ba9a2e .sub-menu-item a:hover {
  color: #07406e;
}
#af6f7acc0ba9a2e .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#af6f7acc0ba9a2e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#af6f7acc0ba9a2e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#af6f7acc0ba9a2e .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#af6f7acc0ba9a2e .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#af6f7acc0ba9a2e .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#af6f7acc0ba9a2e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#af6f7acc0ba9a2e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#af6f7acc0ba9a2e .logo {
  display: inline-block;
}
#af6f7acc0ba9a2e .search-box {
  position: relative;
  padding: 10px;
}
#af6f7acc0ba9a2e .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#af6f7acc0ba9a2e .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#af6f7acc0ba9a2e .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a800cab3f8a8f89 .uk-container {
  line-height: 2;
  color: #999;
}
#af6f7acc0ba9a2e .uk-container {max-width: 1400px;}#af6f7acc0ba9a2e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#af6f7acc0ba9a2e [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a7098abe9ea059c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae985a602daf9ce , #ae985a602daf9ce a{color: rgba(180, 180, 180, 1);}#a3934a5ddba51c0 , #a3934a5ddba51c0 a{color: rgba(180, 180, 180, 1);}#a4864a79b5a19c2 , #a4864a79b5a19c2 a{color: rgba(180, 180, 180, 1);}#a8fe1af548a2558 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a8fe1af548a2558 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#af2e0ad017acbbf .af035a41b8a4108 {
  overflow: hidden;
}
#af2e0ad017acbbf .af035a41b8a4108 , #af2e0ad017acbbf .af035a41b8a4108 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#af2e0ad017acbbf .af035a41b8a4108:hover , #af2e0ad017acbbf .af035a41b8a4108 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#af2e0ad017acbbf .uk-grid {
  margin-left: 0px;
}
#af2e0ad017acbbf .uk-grid > * {
  padding-left: 0px;
}
#af2e0ad017acbbf .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af2e0ad017acbbf .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af2e0ad017acbbf .uk-position-center-left-out {
    left: -30px;
  }
  #af2e0ad017acbbf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab2a8a7c46a4a28 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae15eaf7c2a2424 , #ae15eaf7c2a2424 a{color: rgba(7, 64, 110, 1);}#a5c74a4374a7cfb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9e4a6743a4626 , #af9e4a6743a4626 a{color: rgba(7, 64, 110, 1);}#a52f1a6902a92b5 , #a52f1a6902a92b5 a{color: rgba(255, 255, 255, 1);}#a5d63a0e1da3fc9 , #a5d63a0e1da3fc9 a{color: rgba(255, 255, 255, 1);}#ad059ac340a54fc {
  overflow: hidden;
}
#ad059ac340a54fc .img-wrap {
  transition: all 0.3s ease-in;
}
#ad059ac340a54fc .img-wrap:hover {
  transform: scale(1.5);
}
#a18f0ac910a0d33 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a18f0ac910a0d33 .ele-wrap:hover {background-color: #0483cc;}#ace3faacc4af45a , #ace3faacc4af45a a{color: rgba(255, 255, 255, 1);}#a965da1a16a7a31 , #a965da1a16a7a31 a{color: rgba(255, 255, 255, 1);}#a52f5a49d2a677d {
  overflow: hidden;
}
#a52f5a49d2a677d .img-wrap {
  transition: all 0.3s ease-in;
}
#a52f5a49d2a677d .img-wrap:hover {
  transform: scale(1.5);
}
#aa996acd74a0247 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aa996acd74a0247 .ele-wrap:hover {background-color: #0483cc;}#a316ba4179ad74d , #a316ba4179ad74d a{color: rgba(255, 255, 255, 1);}#a7d48a0030a5d8a , #a7d48a0030a5d8a a{color: rgba(255, 255, 255, 1);}#aee2ca8815aa962 {
  overflow: hidden;
}
#aee2ca8815aa962 .img-wrap {
  transition: all 0.3s ease-in;
}
#aee2ca8815aa962 .img-wrap:hover {
  transform: scale(1.5);
}
#adaeca648bafb72 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#adaeca648bafb72 .ele-wrap:hover {background-color: #0483cc;}#afb0babf58a2901 , #afb0babf58a2901 a{color: rgba(255, 255, 255, 1);}#a9435ac6b5a7192 , #a9435ac6b5a7192 a{color: rgba(255, 255, 255, 1);}#ad22fae454af870 {
  overflow: hidden;
}
#ad22fae454af870 .img-wrap {
  transition: all 0.3s ease-in;
}
#ad22fae454af870 .img-wrap:hover {
  transform: scale(1.5);
}
#a9dfba4e32ae2c8 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a9dfba4e32ae2c8 .ele-wrap:hover {background-color: #0483cc;}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6866a3a5aa7a52 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad1dead603a02eb .logged {
  display: none;
}
#ad1dead603a02eb .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad1dead603a02eb .fa-search {
  color: #ccc;
}
#ad1dead603a02eb .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ad1dead603a02eb .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad1dead603a02eb .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ad1dead603a02eb .quick-menus li:last-child > a::after {
  display: none;
}
#ad1dead603a02eb .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad1dead603a02eb .site-header {
  height: 70px;
}
#ad1dead603a02eb .uk-navbar-item,
#ad1dead603a02eb .uk-navbar-nav > li > a,
#ad1dead603a02eb .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad1dead603a02eb .uk-sticky-fixed .uk-navbar-item,
#ad1dead603a02eb .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad1dead603a02eb .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad1dead603a02eb .uk-navbar-sticky {
  background: #fff;
}
#ad1dead603a02eb .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ad1dead603a02eb .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ad1dead603a02eb .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad1dead603a02eb .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ad1dead603a02eb .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ad1dead603a02eb .sub-menu-title i,
#ad1dead603a02eb .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad1dead603a02eb .menu-list > .menu-item {
  position: relative;
}
#ad1dead603a02eb .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ad1dead603a02eb .menu-list > .menu-item:hover > a::after,
#ad1dead603a02eb .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ad1dead603a02eb .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ad1dead603a02eb .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ad1dead603a02eb .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ad1dead603a02eb .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ad1dead603a02eb .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ad1dead603a02eb .sub-menu-item a:hover {
  color: #07406e;
}
#ad1dead603a02eb .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ad1dead603a02eb .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ad1dead603a02eb .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad1dead603a02eb .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ad1dead603a02eb .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ad1dead603a02eb .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ad1dead603a02eb .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ad1dead603a02eb .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ad1dead603a02eb .logo {
  display: inline-block;
}
#ad1dead603a02eb .search-box {
  position: relative;
  padding: 10px;
}
#ad1dead603a02eb .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ad1dead603a02eb .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ad1dead603a02eb .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a5b28ab0f8ad0be .uk-container {
  line-height: 2;
  color: #999;
}
#ad1dead603a02eb .uk-container {max-width: 1400px;}#ad1dead603a02eb [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ad1dead603a02eb [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#af16caee8aa1000 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a81d4aaf39a77c7 , #a81d4aaf39a77c7 a{color: rgba(180, 180, 180, 1);}#aa704ab599a86ef , #aa704ab599a86ef a{color: rgba(180, 180, 180, 1);}#aa3e8a5804a3539 , #aa3e8a5804a3539 a{color: rgba(180, 180, 180, 1);}#ae4f5a4174acac8 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#ae4f5a4174acac8 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a6de3a637aa11fa .a5a82a858da27d9 {
  overflow: hidden;
}
#a6de3a637aa11fa .a5a82a858da27d9 , #a6de3a637aa11fa .a5a82a858da27d9 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a6de3a637aa11fa .a5a82a858da27d9:hover , #a6de3a637aa11fa .a5a82a858da27d9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a6de3a637aa11fa .uk-grid {
  margin-left: 0px;
}
#a6de3a637aa11fa .uk-grid > * {
  padding-left: 0px;
}
#a6de3a637aa11fa .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6de3a637aa11fa .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6de3a637aa11fa .uk-position-center-left-out {
    left: -30px;
  }
  #a6de3a637aa11fa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5ab4ace51a8621 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab560aba67a9334 , #ab560aba67a9334 a{color: rgba(7, 64, 110, 1);}#aeaebaee6bae574 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad206a6f6da3661 , #ad206a6f6da3661 a{color: rgba(7, 64, 110, 1);}#a2ceaa3972a5648 , #a2ceaa3972a5648 a{color: rgba(255, 255, 255, 1);}#a8272a08a5a659f , #a8272a08a5a659f a{color: rgba(255, 255, 255, 1);}#af719aef35a575a {
  overflow: hidden;
}
#af719aef35a575a .img-wrap {
  transition: all 0.3s ease-in;
}
#af719aef35a575a .img-wrap:hover {
  transform: scale(1.5);
}
#ac17aaa7c2ae06c .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ac17aaa7c2ae06c .ele-wrap:hover {background-color: #0483cc;}#a44bba1c44a7aa9 , #a44bba1c44a7aa9 a{color: rgba(255, 255, 255, 1);}#afb6ea9902ab1aa , #afb6ea9902ab1aa a{color: rgba(255, 255, 255, 1);}#a71e9af405ac66c {
  overflow: hidden;
}
#a71e9af405ac66c .img-wrap {
  transition: all 0.3s ease-in;
}
#a71e9af405ac66c .img-wrap:hover {
  transform: scale(1.5);
}
#a0429aefdaa5576 {
  overflow: hidden;
}
#a0429aefdaa5576 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0429aefdaa5576 .img-wrap:hover {
  transform: scale(1.5);
}
#ac5bea5202a85ef .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ac5bea5202a85ef .ele-wrap:hover {background-color: #0483cc;}#a970ba91f8a29a5 , #a970ba91f8a29a5 a{color: rgba(255, 255, 255, 1);}#aa08bac3a7ae91f , #aa08bac3a7ae91f a{color: rgba(255, 255, 255, 1);}#abf23a8075a0218 {
  overflow: hidden;
}
#abf23a8075a0218 .img-wrap {
  transition: all 0.3s ease-in;
}
#abf23a8075a0218 .img-wrap:hover {
  transform: scale(1.5);
}
#a875ca9e71a2d98 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a875ca9e71a2d98 .ele-wrap:hover {background-color: #0483cc;}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a72e2a052da6c05 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aabd1a4d52a3a0d .logged {
  display: none;
}
#aabd1a4d52a3a0d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aabd1a4d52a3a0d .fa-search {
  color: #ccc;
}
#aabd1a4d52a3a0d .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aabd1a4d52a3a0d .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aabd1a4d52a3a0d .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aabd1a4d52a3a0d .quick-menus li:last-child > a::after {
  display: none;
}
#aabd1a4d52a3a0d .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aabd1a4d52a3a0d .site-header {
  height: 70px;
}
#aabd1a4d52a3a0d .uk-navbar-item,
#aabd1a4d52a3a0d .uk-navbar-nav > li > a,
#aabd1a4d52a3a0d .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aabd1a4d52a3a0d .uk-sticky-fixed .uk-navbar-item,
#aabd1a4d52a3a0d .uk-sticky-fixed .uk-navbar-nav > li > a,
#aabd1a4d52a3a0d .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aabd1a4d52a3a0d .uk-navbar-sticky {
  background: #fff;
}
#aabd1a4d52a3a0d .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aabd1a4d52a3a0d .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aabd1a4d52a3a0d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aabd1a4d52a3a0d .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aabd1a4d52a3a0d .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aabd1a4d52a3a0d .sub-menu-title i,
#aabd1a4d52a3a0d .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aabd1a4d52a3a0d .menu-list > .menu-item {
  position: relative;
}
#aabd1a4d52a3a0d .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aabd1a4d52a3a0d .menu-list > .menu-item:hover > a::after,
#aabd1a4d52a3a0d .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aabd1a4d52a3a0d .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aabd1a4d52a3a0d .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aabd1a4d52a3a0d .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aabd1a4d52a3a0d .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aabd1a4d52a3a0d .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aabd1a4d52a3a0d .sub-menu-item a:hover {
  color: #07406e;
}
#aabd1a4d52a3a0d .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aabd1a4d52a3a0d .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aabd1a4d52a3a0d .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aabd1a4d52a3a0d .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aabd1a4d52a3a0d .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aabd1a4d52a3a0d .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aabd1a4d52a3a0d .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aabd1a4d52a3a0d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aabd1a4d52a3a0d .logo {
  display: inline-block;
}
#aabd1a4d52a3a0d .search-box {
  position: relative;
  padding: 10px;
}
#aabd1a4d52a3a0d .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aabd1a4d52a3a0d .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aabd1a4d52a3a0d .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a4e64acb2fa67bf .uk-container {
  line-height: 2;
  color: #999;
}
#aabd1a4d52a3a0d .uk-container {max-width: 1400px;}#aabd1a4d52a3a0d [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aabd1a4d52a3a0d [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ab743ad05ea1932 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7a47af8f2a820e , #a7a47af8f2a820e a{color: rgba(180, 180, 180, 1);}#a5f44a018ba2c30 , #a5f44a018ba2c30 a{color: rgba(180, 180, 180, 1);}#a0af6ad5cba6bbf , #a0af6ad5cba6bbf a{color: rgba(180, 180, 180, 1);}#af1b2ab1a2a2b08 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#af1b2ab1a2a2b08 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a19aea98e2aa180 .a956cafeaca7ae5 {
  overflow: hidden;
}
#a19aea98e2aa180 .a956cafeaca7ae5 , #a19aea98e2aa180 .a956cafeaca7ae5 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a19aea98e2aa180 .a956cafeaca7ae5:hover , #a19aea98e2aa180 .a956cafeaca7ae5 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a19aea98e2aa180 .uk-grid {
  margin-left: 0px;
}
#a19aea98e2aa180 .uk-grid > * {
  padding-left: 0px;
}
#a19aea98e2aa180 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a19aea98e2aa180 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a19aea98e2aa180 .uk-position-center-left-out {
    left: -30px;
  }
  #a19aea98e2aa180 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aed95a9150a665e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac6daae75a0308 , #aac6daae75a0308 a{color: rgba(7, 64, 110, 1);}#a181fa9902a26d6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d16af719ab064 , #a9d16af719ab064 a{color: rgba(7, 64, 110, 1);}#a5b65a46bcaf9c6 , #a5b65a46bcaf9c6 a{color: rgba(255, 255, 255, 1);}#af012ad55eabc15 , #af012ad55eabc15 a{color: rgba(255, 255, 255, 1);}#a0045ad4d1a4047 {
  overflow: hidden;
}
#a0045ad4d1a4047 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0045ad4d1a4047 .img-wrap:hover {
  transform: scale(1.5);
}
#af6d0a5991ab4c3 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#af6d0a5991ab4c3 .ele-wrap:hover {background-color: #0483cc;}#a2d27a78d1a1dad , #a2d27a78d1a1dad a{color: rgba(255, 255, 255, 1);}#a1843abb0bad397 , #a1843abb0bad397 a{color: rgba(255, 255, 255, 1);}#ad97ca98c4af149 {
  overflow: hidden;
}
#ad97ca98c4af149 .img-wrap {
  transition: all 0.3s ease-in;
}
#ad97ca98c4af149 .img-wrap:hover {
  transform: scale(1.5);
}
#a6f2fa78cfad2fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6f2fa78cfad2fa .ele-wrap:hover {background-color: #0483cc;}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5cdfadfa0aabdd .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#af13bad2c1a5ad7 .logged {
  display: none;
}
#af13bad2c1a5ad7 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#af13bad2c1a5ad7 .fa-search {
  color: #ccc;
}
#af13bad2c1a5ad7 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#af13bad2c1a5ad7 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af13bad2c1a5ad7 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#af13bad2c1a5ad7 .quick-menus li:last-child > a::after {
  display: none;
}
#af13bad2c1a5ad7 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#af13bad2c1a5ad7 .site-header {
  height: 70px;
}
#af13bad2c1a5ad7 .uk-navbar-item,
#af13bad2c1a5ad7 .uk-navbar-nav > li > a,
#af13bad2c1a5ad7 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af13bad2c1a5ad7 .uk-sticky-fixed .uk-navbar-item,
#af13bad2c1a5ad7 .uk-sticky-fixed .uk-navbar-nav > li > a,
#af13bad2c1a5ad7 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af13bad2c1a5ad7 .uk-navbar-sticky {
  background: #fff;
}
#af13bad2c1a5ad7 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#af13bad2c1a5ad7 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#af13bad2c1a5ad7 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af13bad2c1a5ad7 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#af13bad2c1a5ad7 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#af13bad2c1a5ad7 .sub-menu-title i,
#af13bad2c1a5ad7 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#af13bad2c1a5ad7 .menu-list > .menu-item {
  position: relative;
}
#af13bad2c1a5ad7 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#af13bad2c1a5ad7 .menu-list > .menu-item:hover > a::after,
#af13bad2c1a5ad7 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#af13bad2c1a5ad7 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#af13bad2c1a5ad7 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#af13bad2c1a5ad7 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#af13bad2c1a5ad7 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#af13bad2c1a5ad7 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#af13bad2c1a5ad7 .sub-menu-item a:hover {
  color: #07406e;
}
#af13bad2c1a5ad7 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#af13bad2c1a5ad7 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#af13bad2c1a5ad7 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#af13bad2c1a5ad7 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#af13bad2c1a5ad7 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#af13bad2c1a5ad7 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#af13bad2c1a5ad7 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#af13bad2c1a5ad7 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#af13bad2c1a5ad7 .logo {
  display: inline-block;
}
#af13bad2c1a5ad7 .search-box {
  position: relative;
  padding: 10px;
}
#af13bad2c1a5ad7 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#af13bad2c1a5ad7 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#af13bad2c1a5ad7 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a43b6aeef7ace03 .uk-container {
  line-height: 2;
  color: #999;
}
#af13bad2c1a5ad7 .uk-container {max-width: 1400px;}#af13bad2c1a5ad7 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#af13bad2c1a5ad7 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a4caaa070eabbc1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac5dae2e8a6c81 , #aac5dae2e8a6c81 a{color: rgba(180, 180, 180, 1);}#a9589a04e5a7a7a , #a9589a04e5a7a7a a{color: rgba(180, 180, 180, 1);}#ac952add5aabc61 , #ac952add5aabc61 a{color: rgba(180, 180, 180, 1);}#a7320acc52a2c75 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a7320acc52a2c75 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a3fa0ad1dfaf46c .acf60aaeb7a9aba {
  overflow: hidden;
}
#a3fa0ad1dfaf46c .acf60aaeb7a9aba , #a3fa0ad1dfaf46c .acf60aaeb7a9aba > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a3fa0ad1dfaf46c .acf60aaeb7a9aba:hover , #a3fa0ad1dfaf46c .acf60aaeb7a9aba *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a3fa0ad1dfaf46c .uk-grid {
  margin-left: 0px;
}
#a3fa0ad1dfaf46c .uk-grid > * {
  padding-left: 0px;
}
#a3fa0ad1dfaf46c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa0ad1dfaf46c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa0ad1dfaf46c .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa0ad1dfaf46c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac69aa1810ad337 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2755a6eceac2af , #a2755a6eceac2af a{color: rgba(7, 64, 110, 1);}#a8d90ac6f6a39a8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a18dea3d8eac380 , #a18dea3d8eac380 a{color: rgba(7, 64, 110, 1);}#a40c5a2523a368c , #a40c5a2523a368c a{color: rgba(255, 255, 255, 1);}#a2e42acae5a1813 , #a2e42acae5a1813 a{color: rgba(255, 255, 255, 1);}#af299a9ea6a2432 {
  overflow: hidden;
}
#af299a9ea6a2432 .img-wrap {
  transition: all 0.3s ease-in;
}
#af299a9ea6a2432 .img-wrap:hover {
  transform: scale(1.5);
}
#ad81ba387ca487f {
  overflow: hidden;
}
#ad81ba387ca487f .img-wrap {
  transition: all 0.3s ease-in;
}
#ad81ba387ca487f .img-wrap:hover {
  transform: scale(1.5);
}
#acc81ace17a8314 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#acc81ace17a8314 .ele-wrap:hover {background-color: #0483cc;}#a7eefa47c4a8ed5 , #a7eefa47c4a8ed5 a{color: rgba(255, 255, 255, 1);}#a4bb6a0d0aa3d33 , #a4bb6a0d0aa3d33 a{color: rgba(255, 255, 255, 1);}#af486a784eacbfd {
  overflow: hidden;
}
#af486a784eacbfd .img-wrap {
  transition: all 0.3s ease-in;
}
#af486a784eacbfd .img-wrap:hover {
  transform: scale(1.5);
}
#af442abce1af366 {
  overflow: hidden;
}
#af442abce1af366 .img-wrap {
  transition: all 0.3s ease-in;
}
#af442abce1af366 .img-wrap:hover {
  transform: scale(1.5);
}
#a8e0ba260caa9f4 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a8e0ba260caa9f4 .ele-wrap:hover {background-color: #0483cc;}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a40aea8354a1f1f .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a921eaf9dfaf88d .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#adbf7a3ea5a9ec8 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adbf7a3ea5a9ec8  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a706ea0c49afa81 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a706ea0c49afa81  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a2af7a21afaf8e5 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2af7a21afaf8e5  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#acfeaad46faa0d2 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acfeaad46faa0d2  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#af8f3a456ba4853 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af8f3a456ba4853  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a8f6ba3966a19cc > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f6ba3966a19cc  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a3128a93ceaa4e6 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3128a93ceaa4e6  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a7c4aa3338abf94 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7c4aa3338abf94  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a6b28a8877a302c > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b28a8877a302c  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a6b68aa0aaa32a3 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b68aa0aaa32a3  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#ae5a4aa535ac23d > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae5a4aa535ac23d  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a9d42a112fa3e92 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d42a112fa3e92  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a3dc6a1c23acc4b > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3dc6a1c23acc4b  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a072ba5f4aa3583 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a072ba5f4aa3583  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a5029a3edca8684 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5029a3edca8684  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a7436a5653aaecf > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7436a5653aaecf  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a2070aef42a799f > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2070aef42a799f  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a190aa57efafbae > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a190aa57efafbae  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#ad443a6d66a4d8c > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad443a6d66a4d8c  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#aa106a7898a40a8 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa106a7898a40a8  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#aa77ca0648a457b > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa77ca0648a457b  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a48afac79caa26b > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a48afac79caa26b  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a765ba6520aa00d > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a765ba6520aa00d  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#aaaeaaace3a8ae6 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaaeaaace3a8ae6  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a7865a3143a5779 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7865a3143a5779  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a16ffa7c64a89f6 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a16ffa7c64a89f6  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a7098aba4baff35 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7098aba4baff35  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a066ba2887a27da > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a066ba2887a27da  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a2646a7b00a1e2e > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2646a7b00a1e2e  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a253fa1cbca2df4 .ele-slideshow .uk-dotnav li a {
  background: #4a4a4a;
}
#a253fa1cbca2df4 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #d0021b;
}
#a555aa71efa643b > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a555aa71efa643b  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a77e2a5285a4518 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a77e2a5285a4518  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#ab64baf6b1a42df > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab64baf6b1a42df  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a6f07ad206a1df4 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f07ad206a1df4  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a0426a40baaefba > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0426a40baaefba  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a2968adb8ead2d4 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2968adb8ead2d4  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#aa0e1a0b72a2821 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa0e1a0b72a2821  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a43a2a5390adf30 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a43a2a5390adf30  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a8ee1a1cfaa8c98 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ee1a1cfaa8c98  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#aa754abce9a1321 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa754abce9a1321  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a46b2ac919a6187 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a46b2ac919a6187  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#aa1eaa4d77a61d6 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa1eaa4d77a61d6  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a071fab816ae3ca > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a071fab816ae3ca  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a879aab965add43 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a879aab965add43  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a6034aee3faed94 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6034aee3faed94  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#ad07ba08a5a9c07 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad07ba08a5a9c07  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a4e2aad314a3d54 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e2aad314a3d54  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a3de6ae0f7a1ed1 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3de6ae0f7a1ed1  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a4e57afd41aadb7 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e57afd41aadb7  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#af7b6a24dba6550 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af7b6a24dba6550  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a390aae5a7ab77e > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a390aae5a7ab77e  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#ab473ac50aab36f > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab473ac50aab36f  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#af7e1a870ba871f > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af7e1a870ba871f  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#ab037aab6fa555e > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab037aab6fa555e  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a81caa4281a167a > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a81caa4281a167a  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a1552a571eae714 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1552a571eae714  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#a671ca87bba9d12 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a671ca87bba9d12  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#acd9aa5baaaad93 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd9aa5baaaad93  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(155, 155, 155, 0.45);}#aaecba8f85af5db {
  overflow: hidden;
  pointer-events: none;
  border-right-color: #9b9b9b;
  border-right-width: 0;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aaecba8f85af5db > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 85px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaecba8f85af5db > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aaecba8f85af5db > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaecba8f85af5db > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 85px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaecba8f85af5db > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aaecba8f85af5db > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaecba8f85af5db > .tab-wrap > div > .tab-nav,
#aaecba8f85af5db > .tab-nav,
#aaecba8f85af5db > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaecba8f85af5db > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#aaecba8f85af5db > .tab-wrap > div > .tab-nav-horizontal,
#aaecba8f85af5db > .tab-nav-horizontal,
#aaecba8f85af5db > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaecba8f85af5db > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaecba8f85af5db > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaecba8f85af5db > .tab-nav-horizontal::-webkit-scrollbar,
#aaecba8f85af5db > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaecba8f85af5db > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaecba8f85af5db > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaecba8f85af5db > .tab-nav-horizontal.tagScroll,
#aaecba8f85af5db > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaecba8f85af5db > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 85px;
  overflow-x: auto;
}
#aaecba8f85af5db > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaecba8f85af5db > .tab-nav-horizontal.tagScroll li a,
#aaecba8f85af5db > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaecba8f85af5db > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaecba8f85af5db > .tab-wrap > div > .tab-nav a,
#aaecba8f85af5db > .tab-nav a,
#aaecba8f85af5db > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaecba8f85af5db > .tab-tabs > .tab-nav a {
  padding: 0 90px;
}
#aaecba8f85af5db > .tab-wrap > div > .tab-nav li a,
#aaecba8f85af5db > .tab-nav li a,
#aaecba8f85af5db > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaecba8f85af5db > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 84px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 85px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #f9f9f9;
  margin-top: 0;
  border-right-width: 0;
  border-right-style: solid;
  margin-bottom: 2px;
  padding: 0 90px;
}
#aaecba8f85af5db > .tab-wrap > div > .tab-nav li a svg,
#aaecba8f85af5db > .tab-nav li a svg,
#aaecba8f85af5db > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaecba8f85af5db > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaecba8f85af5db > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaecba8f85af5db > .tab-nav li a .ap_icon,
#aaecba8f85af5db > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaecba8f85af5db > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaecba8f85af5db > .tab-wrap > div > .tab-nav li a:hover,
#aaecba8f85af5db > .tab-nav li a:hover,
#aaecba8f85af5db > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaecba8f85af5db > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #07406e;
}
#aaecba8f85af5db > .tab-wrap > div > .tab-nav li.uk-active a,
#aaecba8f85af5db > .tab-nav li.uk-active a,
#aaecba8f85af5db > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaecba8f85af5db > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #07406e;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aaecba8f85af5db .layout-left li,
#aaecba8f85af5db .layout-center li,
#aaecba8f85af5db .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaecba8f85af5db .layout-left li a,
#aaecba8f85af5db .layout-center li a,
#aaecba8f85af5db .layout-right li a {
  height: 100%;
}
#aaecba8f85af5db > .tab-tabs .layout-left {
  text-align: left;
}
#aaecba8f85af5db > .tab-tabs .layout-center {
  text-align: center;
}
#aaecba8f85af5db > .tab-tabs .layout-right {
  text-align: right;
}
#aaecba8f85af5db .tab-contents {
  height: 100%;
  height: calc(100% - 85px);
}
#aaecba8f85af5db .tab-content-wrap {
  background-color: #ffffff;
}
#aaecba8f85af5db .tab-contents,
#aaecba8f85af5db .tab-contents-wrap {
  pointer-events: none;
}
#aaecba8f85af5db .tab-content,
#aaecba8f85af5db .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaecba8f85af5db .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaecba8f85af5db .tab-wrap .tab-contents {
  height: 100%;
}
#aaecba8f85af5db .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaecba8f85af5db .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaecba8f85af5db .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a82b4a4241a8050 .logged {
  display: none;
}
#a82b4a4241a8050 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a82b4a4241a8050 .fa-search {
  color: #ccc;
}
#a82b4a4241a8050 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a82b4a4241a8050 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a82b4a4241a8050 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a82b4a4241a8050 .quick-menus li:last-child > a::after {
  display: none;
}
#a82b4a4241a8050 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a82b4a4241a8050 .site-header {
  height: 70px;
}
#a82b4a4241a8050 .uk-navbar-item,
#a82b4a4241a8050 .uk-navbar-nav > li > a,
#a82b4a4241a8050 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a82b4a4241a8050 .uk-sticky-fixed .uk-navbar-item,
#a82b4a4241a8050 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a82b4a4241a8050 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a82b4a4241a8050 .uk-navbar-sticky {
  background: #fff;
}
#a82b4a4241a8050 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a82b4a4241a8050 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a82b4a4241a8050 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a82b4a4241a8050 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a82b4a4241a8050 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a82b4a4241a8050 .sub-menu-title i,
#a82b4a4241a8050 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a82b4a4241a8050 .menu-list > .menu-item {
  position: relative;
}
#a82b4a4241a8050 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a82b4a4241a8050 .menu-list > .menu-item:hover > a::after,
#a82b4a4241a8050 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a82b4a4241a8050 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a82b4a4241a8050 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a82b4a4241a8050 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a82b4a4241a8050 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a82b4a4241a8050 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a82b4a4241a8050 .sub-menu-item a:hover {
  color: #07406e;
}
#a82b4a4241a8050 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a82b4a4241a8050 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a82b4a4241a8050 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a82b4a4241a8050 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a82b4a4241a8050 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a82b4a4241a8050 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a82b4a4241a8050 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a82b4a4241a8050 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a82b4a4241a8050 .logo {
  display: inline-block;
}
#a82b4a4241a8050 .search-box {
  position: relative;
  padding: 10px;
}
#a82b4a4241a8050 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a82b4a4241a8050 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a82b4a4241a8050 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ab0bda8da3a3046 .uk-container {
  line-height: 2;
  color: #999;
}
#a82b4a4241a8050 .uk-container {max-width: 1400px;}#a82b4a4241a8050 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a82b4a4241a8050 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a16fcae458a54e7 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(208, 2, 27, 1);box-shadow: 0px 0px 0px 0px undefined;}#ab787a0c09a2c31 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab787a0c09a2c31 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a55baa7cbfa0e00 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#a55baa7cbfa0e00 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a9c17add2fa0518 > .ele-wrap {background-color: rgba(231, 35, 58, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa2e5a72d1a9271 , #aa2e5a72d1a9271 a{color: rgba(255, 255, 255, 1);}#a14f8a834aa516e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0aceac8c6a385d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.08);}#aa1b1a01bcac30c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a194aad93ba1ff1 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#abaefa35d1a5cdf .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#abaefa35d1a5cdf .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a4874ae6b1a3e64 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a4874ae6b1a3e64 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad21eaaf7ca18bd .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ad21eaaf7ca18bd .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a3260a6f60a8458 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a3260a6f60a8458 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ac40fa6f41af005 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abb11a78d7a78f0 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3920af671ae762 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a56aba9e2ea3253 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a422da210ca8833 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adb4da54aba9108 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4126a7b1ba2541 {
  overflow: hidden;
}
#a4126a7b1ba2541 .img-wrap {
  transition: all 0.3s ease-in;
}
#a4126a7b1ba2541 .img-wrap:hover {
  transform: scale(1.5);
}
#a72eba05b3a9089 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a66eea30bea2026 {
  overflow: hidden;
}
#a66eea30bea2026 .img-wrap {
  transition: all 0.3s ease-in;
}
#a66eea30bea2026 .img-wrap:hover {
  transform: scale(1.5);
}
#a5b8fa0b23a6623 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aca8daf64ca4e05 {
  overflow: hidden;
}
#aca8daf64ca4e05 .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#aca8daf64ca4e05 .img-wrap:hover {
  transform: scale(1.5);
}
#a6a95a0ef8a8f04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a08e3a42d9a74ce {
  overflow: hidden;
}
#a08e3a42d9a74ce .img-wrap {
  transition: all 0.3s ease-in;
}
#a08e3a42d9a74ce .img-wrap:hover {
  transform: scale(1.5);
}
#a84ecaf501abbff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abbf6acb05a5057 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#abbf6acb05a5057 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a76daa7944a513a , #a76daa7944a513a a{color: rgba(255, 255, 255, 0);}#a5f95a1baba9b00 , #a5f95a1baba9b00 a{color: rgba(255, 255, 255, 1);}#a58c0a4df4a733f , #a58c0a4df4a733f a{color: rgba(255, 255, 255, 1);}#a0b16ae49bae76d , #a0b16ae49bae76d a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a34f0af219a23c1 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aa73aaf251a5db5 .logged {
  display: none;
}
#aa73aaf251a5db5 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aa73aaf251a5db5 .fa-search {
  color: #ccc;
}
#aa73aaf251a5db5 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aa73aaf251a5db5 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aa73aaf251a5db5 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aa73aaf251a5db5 .quick-menus li:last-child > a::after {
  display: none;
}
#aa73aaf251a5db5 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aa73aaf251a5db5 .site-header {
  height: 70px;
}
#aa73aaf251a5db5 .uk-navbar-item,
#aa73aaf251a5db5 .uk-navbar-nav > li > a,
#aa73aaf251a5db5 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa73aaf251a5db5 .uk-sticky-fixed .uk-navbar-item,
#aa73aaf251a5db5 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aa73aaf251a5db5 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa73aaf251a5db5 .uk-navbar-sticky {
  background: #fff;
}
#aa73aaf251a5db5 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aa73aaf251a5db5 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aa73aaf251a5db5 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa73aaf251a5db5 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aa73aaf251a5db5 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aa73aaf251a5db5 .sub-menu-title i,
#aa73aaf251a5db5 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aa73aaf251a5db5 .menu-list > .menu-item {
  position: relative;
}
#aa73aaf251a5db5 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aa73aaf251a5db5 .menu-list > .menu-item:hover > a::after,
#aa73aaf251a5db5 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aa73aaf251a5db5 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aa73aaf251a5db5 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aa73aaf251a5db5 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aa73aaf251a5db5 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aa73aaf251a5db5 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aa73aaf251a5db5 .sub-menu-item a:hover {
  color: #07406e;
}
#aa73aaf251a5db5 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aa73aaf251a5db5 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aa73aaf251a5db5 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aa73aaf251a5db5 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aa73aaf251a5db5 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aa73aaf251a5db5 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aa73aaf251a5db5 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aa73aaf251a5db5 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aa73aaf251a5db5 .logo {
  display: inline-block;
}
#aa73aaf251a5db5 .search-box {
  position: relative;
  padding: 10px;
}
#aa73aaf251a5db5 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aa73aaf251a5db5 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aa73aaf251a5db5 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ae687ad843a76cf .uk-container {
  line-height: 2;
  color: #999;
}
#aa73aaf251a5db5 .uk-container {max-width: 1400px;}#aa73aaf251a5db5 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aa73aaf251a5db5 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a6bc1a8a17a8274 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a6bc1a8a17a8274 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a0daeaeab4ad50d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a6c73ad655a26cd .uk-grid {
  margin-left: 0px;
}
#a6c73ad655a26cd .uk-grid > * {
  padding-left: 0px;
}
#a6c73ad655a26cd .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6c73ad655a26cd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6c73ad655a26cd .uk-position-center-left-out {
    left: -30px;
  }
  #a6c73ad655a26cd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a50daa4063a18bf .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4b48a4015afff5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#abcafa9cdbae699 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a2dbaa028cadd04 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a4215a5beca8ad5 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a4215a5beca8ad5 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5329a6fd6afda5 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5329a6fd6afda5 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ac872a4215a0aa6 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ac872a4215a0aa6 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a3beca347daff71 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a3beca347daff71 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a4803af3a4a8966 , #a4803af3a4a8966 a{color: rgba(255, 255, 255, 0);}#add53a8b63ac47f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3efba26bfa5ab3 {
  overflow: hidden;
}
#a3efba26bfa5ab3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3efba26bfa5ab3 .img-wrap:hover {
  transform: scale(1.5);
}
#aa9efa6d3fa98ca {
  overflow: hidden;
}
#aa9efa6d3fa98ca .img-wrap {
  transition: all 0.3s ease-in;
}
#aa9efa6d3fa98ca .img-wrap:hover {
  transform: scale(1.5);
}
#abc99a1827a7df0 , #abc99a1827a7df0 a{color: rgba(255, 255, 255, 0);}#a1fa3a9643a3b54 , #a1fa3a9643a3b54 a{color: rgba(255, 255, 255, 0);}#aa85eada45a235f , #aa85eada45a235f a{color: rgba(255, 255, 255, 0);}#a1eacaa9c3a4bc8 , #a1eacaa9c3a4bc8 a{color: rgba(255, 255, 255, 0);}#a859da2e14a7896 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a94e9acf44a1aed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1501a3844a7d9a .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7e88a0daca9356 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2041a2546a9241 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab954a4ff0adbb9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad979acb30a055a .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4769acb8fa8ce4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3c02a139da156c .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a52e5a78b9a7488 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a52e5a78b9a7488  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a0356aadfca54f3 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad4e7adf6ca3d71 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad4e7adf6ca3d71  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aa9bea44e8a1716 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#af8fca1167ac24b > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af8fca1167ac24b  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6bfdafc3aaa05e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4ffda65eca086c > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4ffda65eca086c  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a34c4a64e4ab3a0 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa7f1acfccaa80a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa7f1acfccaa80a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a8824a83efa75e3 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a8824a83efa75e3 .ele-wrap:hover {background-color: #509c49;}#ab007a549dae2ad .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab007a549dae2ad .ele-wrap:hover {background-color: #509c49;}#ac518a54bfa6212 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac518a54bfa6212 .ele-wrap:hover {background-color: #509c49;}#a4ca7a9bb5acbe1 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4ca7a9bb5acbe1 .ele-wrap:hover {background-color: #509c49;}#ae472a7055a4107 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae472a7055a4107 .ele-wrap:hover {background-color: #509c49;}#af744aba86a4ddf .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af744aba86a4ddf .ele-wrap:hover {background-color: #509c49;}#a5906a0752a00b2 , #a5906a0752a00b2 a{color: rgba(155, 155, 155, 1);}#ad691a01c8a86e5 , #ad691a01c8a86e5 a{color: rgba(155, 155, 155, 1);}#ac113a8292ab187 , #ac113a8292ab187 a{color: rgba(155, 155, 155, 1);}#ab4cdad49faac76 , #ab4cdad49faac76 a{color: rgba(155, 155, 155, 1);}#a2ac4adfbfa5ac8 , #a2ac4adfbfa5ac8 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a04cfa17a2a4157 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a0201a53c9a7c06 .logged {
  display: none;
}
#a0201a53c9a7c06 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a0201a53c9a7c06 .fa-search {
  color: #ccc;
}
#a0201a53c9a7c06 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a0201a53c9a7c06 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a0201a53c9a7c06 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a0201a53c9a7c06 .quick-menus li:last-child > a::after {
  display: none;
}
#a0201a53c9a7c06 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a0201a53c9a7c06 .site-header {
  height: 70px;
}
#a0201a53c9a7c06 .uk-navbar-item,
#a0201a53c9a7c06 .uk-navbar-nav > li > a,
#a0201a53c9a7c06 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a0201a53c9a7c06 .uk-sticky-fixed .uk-navbar-item,
#a0201a53c9a7c06 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a0201a53c9a7c06 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a0201a53c9a7c06 .uk-navbar-sticky {
  background: #fff;
}
#a0201a53c9a7c06 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a0201a53c9a7c06 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a0201a53c9a7c06 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0201a53c9a7c06 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a0201a53c9a7c06 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a0201a53c9a7c06 .sub-menu-title i,
#a0201a53c9a7c06 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a0201a53c9a7c06 .menu-list > .menu-item {
  position: relative;
}
#a0201a53c9a7c06 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a0201a53c9a7c06 .menu-list > .menu-item:hover > a::after,
#a0201a53c9a7c06 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a0201a53c9a7c06 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a0201a53c9a7c06 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a0201a53c9a7c06 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a0201a53c9a7c06 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a0201a53c9a7c06 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a0201a53c9a7c06 .sub-menu-item a:hover {
  color: #07406e;
}
#a0201a53c9a7c06 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a0201a53c9a7c06 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a0201a53c9a7c06 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a0201a53c9a7c06 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a0201a53c9a7c06 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a0201a53c9a7c06 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a0201a53c9a7c06 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a0201a53c9a7c06 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a0201a53c9a7c06 .logo {
  display: inline-block;
}
#a0201a53c9a7c06 .search-box {
  position: relative;
  padding: 10px;
}
#a0201a53c9a7c06 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a0201a53c9a7c06 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a0201a53c9a7c06 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a0f4baa27ea6086 .uk-container {
  line-height: 2;
  color: #999;
}
#a0201a53c9a7c06 .uk-container {max-width: 1400px;}#a0201a53c9a7c06 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a0201a53c9a7c06 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#abe37a6ac8a7dc8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa516ae452ad9b4 , #aa516ae452ad9b4 a{color: rgba(180, 180, 180, 1);}#a2a11a362ea2330 , #a2a11a362ea2330 a{color: rgba(180, 180, 180, 1);}#a55e2af472ab637 , #a55e2af472ab637 a{color: rgba(180, 180, 180, 1);}#a911fa9375a8a9e > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a33b1a79beada7e .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a42b6adca0a7914 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a42b6adca0a7914 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a709ea3ff3acbd6 .a10e2a7e8da842b {
  overflow: hidden;
}
#a709ea3ff3acbd6 .a10e2a7e8da842b , #a709ea3ff3acbd6 .a10e2a7e8da842b > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a709ea3ff3acbd6 .a10e2a7e8da842b:hover , #a709ea3ff3acbd6 .a10e2a7e8da842b *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a709ea3ff3acbd6 .uk-grid {
  margin-left: 0px;
}
#a709ea3ff3acbd6 .uk-grid > * {
  padding-left: 0px;
}
#a709ea3ff3acbd6 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a709ea3ff3acbd6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a709ea3ff3acbd6 .uk-position-center-left-out {
    left: -30px;
  }
  #a709ea3ff3acbd6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a168ea7d49ae1bc , #a168ea7d49ae1bc a{color: rgba(255, 255, 255, 1);}#ac32baffa0a67cc , #ac32baffa0a67cc a{color: rgba(255, 255, 255, 1);}#aedc0a2655afda8 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#aedc0a2655afda8 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#a72a5af497ac0c3 , #a72a5af497ac0c3 a{color: rgba(255, 255, 255, 1);}#abce8ab6f0ad55e , #abce8ab6f0ad55e a{color: rgba(255, 255, 255, 1);}#af38ba5394a3293 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc43a5ea5aa83c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa37ea287ca25b3 , #aa37ea287ca25b3 a{color: rgba(0, 154, 91, 1);}#a814ca9e9cab3e3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a091ca22c4a8c6d , #a091ca22c4a8c6d a{color: rgba(0, 154, 91, 1);}#a919dad86ca443f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a00c2a85e0ab48a , #a00c2a85e0ab48a a{color: rgba(0, 154, 91, 1);}#a5d99a8f6fac1e7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a707da7096a656c , #a707da7096a656c a{color: rgba(0, 154, 91, 1);}#aebc6a3360a9bff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a022aa190bac5b9 , #a022aa190bac5b9 a{color: rgba(0, 154, 91, 1);}#a674aae5d1a6ca8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b52a9d8ba139a {
  overflow: hidden;
}
#a8b52a9d8ba139a .img-wrap {
  transition: all 0.3s ease-in;
}
#a8b52a9d8ba139a .img-wrap:hover {
  transform: scale(1.5);
}
#a7e2ba831da4c23 , #a7e2ba831da4c23 a{color: rgba(155, 155, 155, 1);}#a0740a62d2af70e {
  overflow: hidden;
}
#a0740a62d2af70e .img-wrap {
  transition: all 0.3s ease-in;
}
#a0740a62d2af70e .img-wrap:hover {
  transform: scale(1.5);
}
#ad481a2dc5aff1e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8db7a6da3a1d1b {
  overflow: hidden;
}
#a8db7a6da3a1d1b .img-wrap {
  transition: all 0.3s ease-in;
}
#a8db7a6da3a1d1b .img-wrap:hover {
  transform: scale(1.5);
}
#aae85a6718a0e3a , #aae85a6718a0e3a a{color: rgba(155, 155, 155, 1);}#a589dad111aadd7 {
  overflow: hidden;
}
#a589dad111aadd7 .img-wrap {
  transition: all 0.3s ease-in;
}
#a589dad111aadd7 .img-wrap:hover {
  transform: scale(1.5);
}
#abe95a5e8bad74c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8da4a47b0ad150 {
  overflow: hidden;
}
#a8da4a47b0ad150 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8da4a47b0ad150 .img-wrap:hover {
  transform: scale(1.5);
}
#a5c8eabca8a5396 , #a5c8eabca8a5396 a{color: rgba(155, 155, 155, 1);}#afa6da38c3a428f {
  overflow: hidden;
}
#afa6da38c3a428f .img-wrap {
  transition: all 0.3s ease-in;
}
#afa6da38c3a428f .img-wrap:hover {
  transform: scale(1.5);
}
#a9365a7e7fa4918 , #a9365a7e7fa4918 a{color: rgba(255, 255, 255, 1);}#a02eaaed6fae553 , #a02eaaed6fae553 a{color: rgba(255, 255, 255, 1);}#a0e6caca39a0d5d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6da4af990a89cd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adb62a89b7a76af , #adb62a89b7a76af a{color: rgba(0, 154, 91, 1);}#ab106a84d9a97af > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af667aff90a7185 , #af667aff90a7185 a{color: rgba(0, 154, 91, 1);}#ac7a5a47bba6a4d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad969aa8eaac9b3 , #ad969aa8eaac9b3 a{color: rgba(0, 154, 91, 1);}#a8c9daddfeac1e8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a93d0aa1ada19fc , #a93d0aa1ada19fc a{color: rgba(0, 154, 91, 1);}#a1b6faffb9a74ca > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4914aa18da838f , #a4914aa18da838f a{color: rgba(0, 154, 91, 1);}#ae86aa330ba54cc .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ae86aa330ba54cc .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a50c8abb30a778f , #a50c8abb30a778f a{color: rgba(255, 255, 255, 1);}#a9607a263ba9b6b , #a9607a263ba9b6b a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae0ccab136ab1ad .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad10bad67bab903 .logged {
  display: none;
}
#ad10bad67bab903 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad10bad67bab903 .fa-search {
  color: #ccc;
}
#ad10bad67bab903 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ad10bad67bab903 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad10bad67bab903 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ad10bad67bab903 .quick-menus li:last-child > a::after {
  display: none;
}
#ad10bad67bab903 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad10bad67bab903 .site-header {
  height: 70px;
}
#ad10bad67bab903 .uk-navbar-item,
#ad10bad67bab903 .uk-navbar-nav > li > a,
#ad10bad67bab903 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad10bad67bab903 .uk-sticky-fixed .uk-navbar-item,
#ad10bad67bab903 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad10bad67bab903 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad10bad67bab903 .uk-navbar-sticky {
  background: #fff;
}
#ad10bad67bab903 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ad10bad67bab903 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ad10bad67bab903 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad10bad67bab903 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ad10bad67bab903 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ad10bad67bab903 .sub-menu-title i,
#ad10bad67bab903 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad10bad67bab903 .menu-list > .menu-item {
  position: relative;
}
#ad10bad67bab903 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ad10bad67bab903 .menu-list > .menu-item:hover > a::after,
#ad10bad67bab903 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ad10bad67bab903 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ad10bad67bab903 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ad10bad67bab903 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ad10bad67bab903 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ad10bad67bab903 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ad10bad67bab903 .sub-menu-item a:hover {
  color: #07406e;
}
#ad10bad67bab903 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ad10bad67bab903 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ad10bad67bab903 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad10bad67bab903 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ad10bad67bab903 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ad10bad67bab903 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ad10bad67bab903 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ad10bad67bab903 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ad10bad67bab903 .logo {
  display: inline-block;
}
#ad10bad67bab903 .search-box {
  position: relative;
  padding: 10px;
}
#ad10bad67bab903 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ad10bad67bab903 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ad10bad67bab903 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ae3abaee79a792c .uk-container {
  line-height: 2;
  color: #999;
}
#ad10bad67bab903 .uk-container {max-width: 1400px;}#ad10bad67bab903 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ad10bad67bab903 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a7312a3bd4a4a19 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abd60ac1e2a9f59 , #abd60ac1e2a9f59 a{color: rgba(180, 180, 180, 1);}#aa0cda34c4abccb , #aa0cda34c4abccb a{color: rgba(180, 180, 180, 1);}#a1dc5a971ea681d , #a1dc5a971ea681d a{color: rgba(180, 180, 180, 1);}#ac00ea85a6a444c .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#ac00ea85a6a444c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#af0b9a542ea5f0c .a8306a7e93aba35 {
  overflow: hidden;
}
#af0b9a542ea5f0c .a8306a7e93aba35 , #af0b9a542ea5f0c .a8306a7e93aba35 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#af0b9a542ea5f0c .a8306a7e93aba35:hover , #af0b9a542ea5f0c .a8306a7e93aba35 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#af0b9a542ea5f0c .uk-grid {
  margin-left: 0px;
}
#af0b9a542ea5f0c .uk-grid > * {
  padding-left: 0px;
}
#af0b9a542ea5f0c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0b9a542ea5f0c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af0b9a542ea5f0c .uk-position-center-left-out {
    left: -30px;
  }
  #af0b9a542ea5f0c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2fe6a67d2a405b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab5eca5711a0e77 , #ab5eca5711a0e77 a{color: rgba(7, 64, 110, 1);}#a1d5fa9b42a14f0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae16ea9c5caff77 , #ae16ea9c5caff77 a{color: rgba(7, 64, 110, 1);}#ac75ba5193ab94b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae4e0a8b68a4234 , #ae4e0a8b68a4234 a{color: rgba(7, 64, 110, 1);}#a2cb9a5851a848e , #a2cb9a5851a848e a{color: rgba(255, 255, 255, 1);}#a64d7af4ccaf99f , #a64d7af4ccaf99f a{color: rgba(255, 255, 255, 1);}#a0cd1a0a2da204e {
  overflow: hidden;
}
#a0cd1a0a2da204e .img-wrap {
  transition: all 0.3s ease-in;
}
#a0cd1a0a2da204e .img-wrap:hover {
  transform: scale(1.5);
}
#a63e1a592ea5cd5 {
  overflow: hidden;
}
#a63e1a592ea5cd5 .img-wrap {
  transition: all 0.3s ease-in;
}
#a63e1a592ea5cd5 .img-wrap:hover {
  transform: scale(1.5);
}
#aede2acff4aaf0d .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aede2acff4aaf0d .ele-wrap:hover {background-color: #0483cc;}#aabb4a73f9a0e88 , #aabb4a73f9a0e88 a{color: rgba(255, 255, 255, 1);}#a7c8fa34bfa1d15 , #a7c8fa34bfa1d15 a{color: rgba(255, 255, 255, 1);}#ae6b9a3f35a0fd5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7004afc8eadc03 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9ada6451a8625 , #ae9ada6451a8625 a{color: rgba(0, 154, 91, 1);}#a1e46a29d8ab2ca > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d1aa3312a738c , #a7d1aa3312a738c a{color: rgba(0, 154, 91, 1);}#a2d64a5a62aa52a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaab4a178ea68dc , #aaab4a178ea68dc a{color: rgba(0, 154, 91, 1);}#a2b59ace5ca3d6f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a03fca1c82a0e39 , #a03fca1c82a0e39 a{color: rgba(0, 154, 91, 1);}#a3a77a8791a497d .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3a77a8791a497d .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ae73eacaf8a4b4e , #ae73eacaf8a4b4e a{color: rgba(255, 255, 255, 1);}#a4ecba89b8a7920 , #a4ecba89b8a7920 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae0f9a353fa7138 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a50fea0047a204f .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ad451ae889a7ed9 .ae01da3a26a1067 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.15);}#ad451ae889a7ed9 .ae01da3a26a1067  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.3);}#ad451ae889a7ed9 .a7913a6d0dad8ed {
  overflow: hidden;
}
#ad451ae889a7ed9 .a7913a6d0dad8ed .img-wrap {
  transition: all 0.3s ease-in;
}
#ad451ae889a7ed9 .a7913a6d0dad8ed .img-wrap:hover {
  transform: scale(1.2);
}
#ad451ae889a7ed9 .af6abae819ab3a8 {
  overflow: hidden;
}
#ad451ae889a7ed9 .af6abae819ab3a8 , #ad451ae889a7ed9 .af6abae819ab3a8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#ad451ae889a7ed9 .af6abae819ab3a8:hover , #ad451ae889a7ed9 .af6abae819ab3a8 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(7, 64, 110, 1);}#ad451ae889a7ed9 .ade9ea2bc0ab6da , #ad451ae889a7ed9 .ade9ea2bc0ab6da a{color: rgba(7, 64, 110, 1);}#ad451ae889a7ed9 .uk-grid {
  margin-left: -80px;
}
#ad451ae889a7ed9 .uk-grid > * {
  padding-left: 80px;
}
#ad451ae889a7ed9 .uk-grid > .uk-grid-margin {
  margin-top: 40px;
}
#ad451ae889a7ed9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad451ae889a7ed9 .uk-position-center-left-out {
    left: -30px;
  }
  #ad451ae889a7ed9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a0db8a789aaaea2 .logged {
  display: none;
}
#a0db8a789aaaea2 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a0db8a789aaaea2 .fa-search {
  color: #ccc;
}
#a0db8a789aaaea2 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a0db8a789aaaea2 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a0db8a789aaaea2 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a0db8a789aaaea2 .quick-menus li:last-child > a::after {
  display: none;
}
#a0db8a789aaaea2 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a0db8a789aaaea2 .site-header {
  height: 70px;
}
#a0db8a789aaaea2 .uk-navbar-item,
#a0db8a789aaaea2 .uk-navbar-nav > li > a,
#a0db8a789aaaea2 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a0db8a789aaaea2 .uk-sticky-fixed .uk-navbar-item,
#a0db8a789aaaea2 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a0db8a789aaaea2 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a0db8a789aaaea2 .uk-navbar-sticky {
  background: #fff;
}
#a0db8a789aaaea2 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a0db8a789aaaea2 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a0db8a789aaaea2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0db8a789aaaea2 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a0db8a789aaaea2 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a0db8a789aaaea2 .sub-menu-title i,
#a0db8a789aaaea2 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a0db8a789aaaea2 .menu-list > .menu-item {
  position: relative;
}
#a0db8a789aaaea2 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a0db8a789aaaea2 .menu-list > .menu-item:hover > a::after,
#a0db8a789aaaea2 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a0db8a789aaaea2 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a0db8a789aaaea2 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a0db8a789aaaea2 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a0db8a789aaaea2 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a0db8a789aaaea2 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a0db8a789aaaea2 .sub-menu-item a:hover {
  color: #07406e;
}
#a0db8a789aaaea2 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a0db8a789aaaea2 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a0db8a789aaaea2 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a0db8a789aaaea2 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a0db8a789aaaea2 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a0db8a789aaaea2 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a0db8a789aaaea2 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a0db8a789aaaea2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a0db8a789aaaea2 .logo {
  display: inline-block;
}
#a0db8a789aaaea2 .search-box {
  position: relative;
  padding: 10px;
}
#a0db8a789aaaea2 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a0db8a789aaaea2 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a0db8a789aaaea2 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#adeeaacb8aa6b00 .uk-container {
  line-height: 2;
  color: #999;
}
#a0db8a789aaaea2 .uk-container {max-width: 1400px;}#a0db8a789aaaea2 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a0db8a789aaaea2 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a624aa13d4af826 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(208, 2, 27, 1);box-shadow: 0px 0px 0px 0px undefined;}#a4a42a9246a6661 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a4a42a9246a6661 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5e1eaccf3aff6a .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#a5e1eaccf3aff6a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#ae5f2a0205a60aa > .ele-wrap {background-color: rgba(231, 35, 58, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adb57ab058ab357 , #adb57ab058ab357 a{color: rgba(255, 255, 255, 1);}#a0c38a5f3bac4d9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a19f3af84fae1e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.08);}#a9c39a732ba9334 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a5506a5170ae685 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a93fbaddd4a6fa9 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a93fbaddd4a6fa9 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a3c1fadf27adeaf .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a3c1fadf27adeaf .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a95d9a1569ad1f0 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a95d9a1569ad1f0 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a916ca6166ab007 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a916ca6166ab007 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ab91dab903a073d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae074aed28a7629 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3cc0a13a7a2da0 > .ele-wrap {border-radius: 0px;border-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-bottom-width: 0px;border-top-width: 1px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3cc0a13a7a2da0 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724829076811.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a3cc0a13a7a2da0 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a58eea0a6ca8570 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a769ead949ae8fe > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-right-style: solid;border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a769ead949ae8fe .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725006393427.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a769ead949ae8fe .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#aad16a28f0ae5ae > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6ed6ab4bea76a3 > .ele-wrap {border-radius: 0px;border-left-color: rgba(0, 0, 0, 1);border-left-style: solid;border-right-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(74, 74, 74, 1);border-top-width: 1px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6ed6ab4bea76a3 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725006393755.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6ed6ab4bea76a3 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#acb97a5438a242e > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af5c3ab942a3fc1 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;}#af5c3ab942a3fc1 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1725006394065.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#af5c3ab942a3fc1 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a1de1a9b61ac24d > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a93f9a03baab7ea > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abed5a4e2fa398e {
  overflow: hidden;
}
#abed5a4e2fa398e .img-wrap {
  transition: all 0.3s ease-in;
}
#abed5a4e2fa398e .img-wrap:hover {
  transform: scale(1.5);
}
#a755ca55a2a8e18 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a068fafc04aba64 {
  overflow: hidden;
}
#a068fafc04aba64 .img-wrap {
  transition: all 0.3s ease-in;
}
#a068fafc04aba64 .img-wrap:hover {
  transform: scale(1.5);
}
#afdbeaccafa2448 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acfd0a3cb4acfb1 {
  overflow: hidden;
}
#acfd0a3cb4acfb1 .img-wrap {
  transition: all 0.3s ease-in;
}
#acfd0a3cb4acfb1 .img-wrap:hover {
  transform: scale(1.5);
}
#a9744ad6d9a9f5c , #a9744ad6d9a9f5c a{color: rgba(74, 74, 74, 1);}#a5659a0355abc5f , #a5659a0355abc5f a{color: rgba(74, 74, 74, 1);}#a7538a6900a7198 , #a7538a6900a7198 a{color: rgba(74, 74, 74, 1);}#a4606adc6ba939e , #a4606adc6ba939e a{color: rgba(231, 35, 58, 1);}#ad0a9ad3d9afad2 , #ad0a9ad3d9afad2 a{color: rgba(231, 35, 58, 1);}#ada5eae2b4ad0d1 , #ada5eae2b4ad0d1 a{color: rgba(231, 35, 58, 1);}#a7ce2a49acab5a9 , #a7ce2a49acab5a9 a{color: rgba(74, 74, 74, 1);}#a26f0a3bd9a8097 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6099aa167a0a1c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aee03a0a83a99b8 {
  overflow: hidden;
}
#aee03a0a83a99b8 .img-wrap {
  transition: all 0.3s ease-in;
}
#aee03a0a83a99b8 .img-wrap:hover {
  transform: scale(1.5);
}
#aa4fba575dabf31 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af6eca5098ad368 {
  overflow: hidden;
}
#af6eca5098ad368 .img-wrap {
  transition: all 0.3s ease-in;
}
#af6eca5098ad368 .img-wrap:hover {
  transform: scale(1.5);
}
#ae590afef0aed1f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a281da3577a1643 {
  overflow: hidden;
}
#a281da3577a1643 .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#a281da3577a1643 .img-wrap:hover {
  transform: scale(1.5);
}
#af146a0c43ae117 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a832aabfcba5da1 {
  overflow: hidden;
}
#a832aabfcba5da1 .img-wrap {
  transition: all 0.3s ease-in;
}
#a832aabfcba5da1 .img-wrap:hover {
  transform: scale(1.5);
}
#a85b4ac79ba7e0b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7265abed2a80dc .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7265abed2a80dc .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a65d3a2b5ba5d9b , #a65d3a2b5ba5d9b a{color: rgba(255, 255, 255, 0);}#ab5c0a5193a5e48 , #ab5c0a5193a5e48 a{color: rgba(255, 255, 255, 1);}#aed3ca00eba4dbd , #aed3ca00eba4dbd a{color: rgba(255, 255, 255, 1);}#a039aa0b3ba73cc , #a039aa0b3ba73cc a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4243a166aa9261 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab7b2a59a3acba9 .logged {
  display: none;
}
#ab7b2a59a3acba9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab7b2a59a3acba9 .fa-search {
  color: #ccc;
}
#ab7b2a59a3acba9 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ab7b2a59a3acba9 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab7b2a59a3acba9 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ab7b2a59a3acba9 .quick-menus li:last-child > a::after {
  display: none;
}
#ab7b2a59a3acba9 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab7b2a59a3acba9 .site-header {
  height: 70px;
}
#ab7b2a59a3acba9 .uk-navbar-item,
#ab7b2a59a3acba9 .uk-navbar-nav > li > a,
#ab7b2a59a3acba9 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab7b2a59a3acba9 .uk-sticky-fixed .uk-navbar-item,
#ab7b2a59a3acba9 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab7b2a59a3acba9 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab7b2a59a3acba9 .uk-navbar-sticky {
  background: #fff;
}
#ab7b2a59a3acba9 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ab7b2a59a3acba9 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ab7b2a59a3acba9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab7b2a59a3acba9 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ab7b2a59a3acba9 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ab7b2a59a3acba9 .sub-menu-title i,
#ab7b2a59a3acba9 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab7b2a59a3acba9 .menu-list > .menu-item {
  position: relative;
}
#ab7b2a59a3acba9 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ab7b2a59a3acba9 .menu-list > .menu-item:hover > a::after,
#ab7b2a59a3acba9 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ab7b2a59a3acba9 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ab7b2a59a3acba9 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ab7b2a59a3acba9 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ab7b2a59a3acba9 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ab7b2a59a3acba9 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ab7b2a59a3acba9 .sub-menu-item a:hover {
  color: #07406e;
}
#ab7b2a59a3acba9 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ab7b2a59a3acba9 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ab7b2a59a3acba9 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab7b2a59a3acba9 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ab7b2a59a3acba9 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ab7b2a59a3acba9 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ab7b2a59a3acba9 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ab7b2a59a3acba9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ab7b2a59a3acba9 .logo {
  display: inline-block;
}
#ab7b2a59a3acba9 .search-box {
  position: relative;
  padding: 10px;
}
#ab7b2a59a3acba9 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ab7b2a59a3acba9 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ab7b2a59a3acba9 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a4ae0aaf59a27e9 .uk-container {
  line-height: 2;
  color: #999;
}
#ab7b2a59a3acba9 .uk-container {max-width: 1400px;}#ab7b2a59a3acba9 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ab7b2a59a3acba9 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a63b6a170ca6dab > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(208, 2, 27, 1);box-shadow: 0px 0px 0px 0px undefined;}#a89a9aefafabaa8 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a89a9aefafabaa8 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a847aa9d27a4416 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#a847aa9d27a4416 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a3cfcaea49a0d47 > .ele-wrap {background-color: rgba(231, 35, 58, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3197a904ea339f , #a3197a904ea339f a{color: rgba(255, 255, 255, 1);}#ad96badd36a818d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af262a40bdae587 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.08);}#adefead371a1535 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a8d98a3995ab36a > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a34bea8f67aea44 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a34bea8f67aea44 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a4f50a54ceae8f0 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a4f50a54ceae8f0 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a723eaef7ba7e2e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a723eaef7ba7e2e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a3177a3c30a4f63 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a3177a3c30a4f63 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a4939aa6eea0897 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a04d2a5cc5a2558 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1e21a5a30a296e > .ele-wrap {border-radius: 0px;border-left-color: rgba(0, 0, 0, 1);border-right-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1e21a5a30a296e .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403230797.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1e21a5a30a296e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#aba68ae765ab299 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a02d7a180da80eb > .ele-wrap {border-radius: 0px;border-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-bottom-width: 0px;border-top-width: 1px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a02d7a180da80eb .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403226491.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a02d7a180da80eb .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#ad589a900ead944 > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab321af987a8d86 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-right-style: solid;border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab321af987a8d86 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403226874.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ab321af987a8d86 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a0ef3a09e1ac1ba > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9caaafe09a5db5 > .ele-wrap {border-radius: 0px;border-left-color: rgba(0, 0, 0, 1);border-left-style: solid;border-right-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(74, 74, 74, 1);border-top-width: 1px;border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9caaafe09a5db5 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403234597.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a9caaafe09a5db5 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#ab87ca385ca079b > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8667afdb3a4402 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;}#a8667afdb3a4402 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403226491.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a8667afdb3a4402 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a9197a4cf8a64fe > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1532aebdeaa452 > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;}#a1532aebdeaa452 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403227285.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1532aebdeaa452 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#af35ea77e6a7dbc > .ele-wrap {background-color: rgba(241, 241, 241, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a26e2a6443a635a > .ele-wrap {border-radius: 0px;border-right-width: 0px;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(155, 155, 155, 1);border-left-width: 0px;border-bottom-width: 0px;border-top-width: 1px;}#a26e2a6443a635a .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/ae320a58f3adff1/1724403227650.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a26e2a6443a635a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(231, 35, 58, 1);}#a304da5229a5704 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0206a4a51a40a4 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ababbab4e9a1511 {
  overflow: hidden;
}
#ababbab4e9a1511 .img-wrap {
  transition: all 0.3s ease-in;
}
#ababbab4e9a1511 .img-wrap:hover {
  transform: scale(1.5);
}
#a44ada072ca03b3 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1499adf66a2ae8 {
  overflow: hidden;
}
#a1499adf66a2ae8 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1499adf66a2ae8 .img-wrap:hover {
  transform: scale(1.5);
}
#a14ddabcf6a49a0 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a502ca9216a9177 {
  overflow: hidden;
}
#a502ca9216a9177 .img-wrap {
  transition: all 0.3s ease-in;
}
#a502ca9216a9177 .img-wrap:hover {
  transform: scale(1.5);
}
#aef6faf758a46c8 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2e0cad675ab918 {
  overflow: hidden;
}
#a2e0cad675ab918 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2e0cad675ab918 .img-wrap:hover {
  transform: scale(1.5);
}
#a8723ae01eaccf8 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab109ae6a6af16e {
  overflow: hidden;
}
#ab109ae6a6af16e .img-wrap {
  transition: all 0.3s ease-in;
}
#ab109ae6a6af16e .img-wrap:hover {
  transform: scale(1.5);
}
#ade87a2095a2b9a , #ade87a2095a2b9a a{color: rgba(155, 155, 155, 1);}#ae320aaa1aa60bf , #ae320aaa1aa60bf a{color: rgba(231, 35, 58, 1);}#ac172af5ebafc3e , #ac172af5ebafc3e a{color: rgba(155, 155, 155, 1);}#a053cad60aa1b19 , #a053cad60aa1b19 a{color: rgba(155, 155, 155, 1);}#a49fea0d07ac8a2 , #a49fea0d07ac8a2 a{color: rgba(231, 35, 58, 1);}#a126aa0e63ad290 , #a126aa0e63ad290 a{color: rgba(155, 155, 155, 1);}#a2aadad4fba4bde , #a2aadad4fba4bde a{color: rgba(231, 35, 58, 1);}#aba0dabba3a5273 , #aba0dabba3a5273 a{color: rgba(231, 35, 58, 1);}#ad816a4a54aa8c1 , #ad816a4a54aa8c1 a{color: rgba(231, 35, 58, 1);}#aae8aa0262a89db , #aae8aa0262a89db a{color: rgba(231, 35, 58, 1);}#ad81ba0719ac1b3 , #ad81ba0719ac1b3 a{color: rgba(231, 35, 58, 1);}#a14b4ab1fda849e , #a14b4ab1fda849e a{color: rgba(155, 155, 155, 1);}#a7d33aa6d8aedda > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a425bafd78a3c0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af42da669daf32c {
  overflow: hidden;
}
#af42da669daf32c .img-wrap {
  transition: all 0.3s ease-in;
}
#af42da669daf32c .img-wrap:hover {
  transform: scale(1.5);
}
#af9f5a9999af676 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1133a1629af78c {
  overflow: hidden;
}
#a1133a1629af78c .img-wrap {
  transition: all 0.3s ease-in;
}
#a1133a1629af78c .img-wrap:hover {
  transform: scale(1.5);
}
#ac2aba51aeafa64 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a08bcac107a5e23 {
  overflow: hidden;
}
#a08bcac107a5e23 .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#a08bcac107a5e23 .img-wrap:hover {
  transform: scale(1.5);
}
#a98c4a5541ac5dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acbdea2aeaa26d9 {
  overflow: hidden;
}
#acbdea2aeaa26d9 .img-wrap {
  transition: all 0.3s ease-in;
}
#acbdea2aeaa26d9 .img-wrap:hover {
  transform: scale(1.5);
}
#a5727af55aa281e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1672a9ae6af26a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a1672a9ae6af26a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a2f95a9390aa844 , #a2f95a9390aa844 a{color: rgba(255, 255, 255, 0);}#a721da106fae81f , #a721da106fae81f a{color: rgba(255, 255, 255, 1);}#ac1e5a1cdba49f1 , #ac1e5a1cdba49f1 a{color: rgba(255, 255, 255, 1);}#aee26ab201a881b , #aee26ab201a881b a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a49c3ae3d4ab865 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aa830ad35aac494 .logged {
  display: none;
}
#aa830ad35aac494 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aa830ad35aac494 .fa-search {
  color: #ccc;
}
#aa830ad35aac494 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aa830ad35aac494 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aa830ad35aac494 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aa830ad35aac494 .quick-menus li:last-child > a::after {
  display: none;
}
#aa830ad35aac494 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aa830ad35aac494 .site-header {
  height: 70px;
}
#aa830ad35aac494 .uk-navbar-item,
#aa830ad35aac494 .uk-navbar-nav > li > a,
#aa830ad35aac494 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa830ad35aac494 .uk-sticky-fixed .uk-navbar-item,
#aa830ad35aac494 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aa830ad35aac494 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa830ad35aac494 .uk-navbar-sticky {
  background: #fff;
}
#aa830ad35aac494 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aa830ad35aac494 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aa830ad35aac494 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa830ad35aac494 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aa830ad35aac494 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aa830ad35aac494 .sub-menu-title i,
#aa830ad35aac494 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aa830ad35aac494 .menu-list > .menu-item {
  position: relative;
}
#aa830ad35aac494 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aa830ad35aac494 .menu-list > .menu-item:hover > a::after,
#aa830ad35aac494 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aa830ad35aac494 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aa830ad35aac494 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aa830ad35aac494 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aa830ad35aac494 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aa830ad35aac494 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aa830ad35aac494 .sub-menu-item a:hover {
  color: #07406e;
}
#aa830ad35aac494 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aa830ad35aac494 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aa830ad35aac494 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aa830ad35aac494 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aa830ad35aac494 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aa830ad35aac494 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aa830ad35aac494 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aa830ad35aac494 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aa830ad35aac494 .logo {
  display: inline-block;
}
#aa830ad35aac494 .search-box {
  position: relative;
  padding: 10px;
}
#aa830ad35aac494 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aa830ad35aac494 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aa830ad35aac494 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a8ea8ab834ae677 .uk-container {
  line-height: 2;
  color: #999;
}
#aa830ad35aac494 .uk-container {max-width: 1400px;}#aa830ad35aac494 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aa830ad35aac494 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a848ea9c9fa90ba .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a848ea9c9fa90ba .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#ae086ad882a1d13 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a1672a222ea6e50 .uk-grid {
  margin-left: 0px;
}
#a1672a222ea6e50 .uk-grid > * {
  padding-left: 0px;
}
#a1672a222ea6e50 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1672a222ea6e50 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1672a222ea6e50 .uk-position-center-left-out {
    left: -30px;
  }
  #a1672a222ea6e50 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afb5ea2acba719e .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6988a409fa99cf > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a1d50a94dba5277 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#aa773ad505a8652 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a4953aab18a766a .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a4953aab18a766a .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#adfb4a7956a0cd3 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#adfb4a7956a0cd3 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a211da6485a8d63 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a211da6485a8d63 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0420aabdea7491 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a0420aabdea7491 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aa75daf038a7dd5 , #aa75daf038a7dd5 a{color: rgba(255, 255, 255, 0);}#ac181a2e01a9a89 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a44faad242a0a20 {
  overflow: hidden;
}
#a44faad242a0a20 .img-wrap {
  transition: all 0.3s ease-in;
}
#a44faad242a0a20 .img-wrap:hover {
  transform: scale(1.5);
}
#ac873a4f14a8c93 {
  overflow: hidden;
}
#ac873a4f14a8c93 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac873a4f14a8c93 .img-wrap:hover {
  transform: scale(1.5);
}
#ac255a2af2a69d4 , #ac255a2af2a69d4 a{color: rgba(255, 255, 255, 0);}#a4d2ea6558acd06 , #a4d2ea6558acd06 a{color: rgba(255, 255, 255, 0);}#ae03fabf27a8c4d , #ae03fabf27a8c4d a{color: rgba(255, 255, 255, 0);}#a26ffae342aa5fa , #a26ffae342aa5fa a{color: rgba(255, 255, 255, 0);}#ad176a49f8ad0c1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a5296a5924a4026 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af454a630dae431 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a34aaaef31ab1ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#acabfafffaabbca .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab2f8ad3baa9c20 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a87b2a9effa7261 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6833a5977a270f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8a91a4bc0ae178 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aae46a727fabc2b > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aae46a727fabc2b  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a391ba4bf4ad5df > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1c70a4d33aec4b > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1c70a4d33aec4b  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#af3e4ada45ae543 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a99d6aca0ca0dda > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a99d6aca0ca0dda  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a68a4a21afa9d2c > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a968daa0bbad911 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a968daa0bbad911  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a56e7a3882a8937 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0c04a63bea1f96 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0c04a63bea1f96 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a1620acd73a13e9 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a1620acd73a13e9 .ele-wrap:hover {background-color: #509c49;}#a8f91a8d68a96b2 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a8f91a8d68a96b2 .ele-wrap:hover {background-color: #509c49;}#a70afa19d3a3a93 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a70afa19d3a3a93 .ele-wrap:hover {background-color: #509c49;}#a9e71aa93aa0daa .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a9e71aa93aa0daa .ele-wrap:hover {background-color: #509c49;}#adc00add61a6505 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#adc00add61a6505 .ele-wrap:hover {background-color: #509c49;}#a2899a3cf9a39f8 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a2899a3cf9a39f8 .ele-wrap:hover {background-color: #509c49;}#aedbfa643ca52c1 , #aedbfa643ca52c1 a{color: rgba(155, 155, 155, 1);}#aa799a0149aac2f , #aa799a0149aac2f a{color: rgba(155, 155, 155, 1);}#aee6cade89ae1af , #aee6cade89ae1af a{color: rgba(155, 155, 155, 1);}#aac3bad925a7243 , #aac3bad925a7243 a{color: rgba(155, 155, 155, 1);}#ada3ea7315a6662 , #ada3ea7315a6662 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af968a3c94af213 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ad13ead249a25da .post-feed {
  margin: 0 -20px 0;
}
#ad13ead249a25da .post {
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin: 0 20px 40px;
  min-height: 300px;
  background: #fff 50%;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.09), 1px 3px 8px rgba(39, 44, 49, 0.06);
  transition: all .5s ease;
}
#ad13ead249a25da .post:hover {
  box-shadow: 8px 28px 50px rgba(39, 44, 49, 0.07), 1px 6px 12px rgba(39, 44, 49, 0.04);
  transition: all .4s ease;
  transform: translate3D(0, -1px, 0) scale(1.02);
}
#ad13ead249a25da .uk-card-title {
  font-size: 18px;
}
@media (min-width: 795px) {
  #ad13ead249a25da .post-feed .post:nth-child(6n+1):not(.no-image) {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #ad13ead249a25da .post-feed .post:nth-child(6n+1):not(.no-image) .uk-card-media-left {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    border-radius: 5px 0 0 5px;
  }
  #ad13ead249a25da .post-feed .post:nth-child(6n+1):not(.no-image) .uk-card-body {
    -ms-flex: 0 1 357px;
    flex: 0 1 357px;
  }
}
#ad13ead249a25da .post-media {
  height: 200px;
}
#ac813a8597a317c .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ae84aa3189ac4a5 .logged {
  display: none;
}
#ae84aa3189ac4a5 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae84aa3189ac4a5 .fa-search {
  color: #ccc;
}
#ae84aa3189ac4a5 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ae84aa3189ac4a5 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae84aa3189ac4a5 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ae84aa3189ac4a5 .quick-menus li:last-child > a::after {
  display: none;
}
#ae84aa3189ac4a5 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae84aa3189ac4a5 .site-header {
  height: 70px;
}
#ae84aa3189ac4a5 .uk-navbar-item,
#ae84aa3189ac4a5 .uk-navbar-nav > li > a,
#ae84aa3189ac4a5 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae84aa3189ac4a5 .uk-sticky-fixed .uk-navbar-item,
#ae84aa3189ac4a5 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae84aa3189ac4a5 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae84aa3189ac4a5 .uk-navbar-sticky {
  background: #fff;
}
#ae84aa3189ac4a5 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ae84aa3189ac4a5 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ae84aa3189ac4a5 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae84aa3189ac4a5 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ae84aa3189ac4a5 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ae84aa3189ac4a5 .sub-menu-title i,
#ae84aa3189ac4a5 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae84aa3189ac4a5 .menu-list > .menu-item {
  position: relative;
}
#ae84aa3189ac4a5 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ae84aa3189ac4a5 .menu-list > .menu-item:hover > a::after,
#ae84aa3189ac4a5 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ae84aa3189ac4a5 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ae84aa3189ac4a5 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ae84aa3189ac4a5 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ae84aa3189ac4a5 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ae84aa3189ac4a5 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ae84aa3189ac4a5 .sub-menu-item a:hover {
  color: #07406e;
}
#ae84aa3189ac4a5 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ae84aa3189ac4a5 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ae84aa3189ac4a5 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae84aa3189ac4a5 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ae84aa3189ac4a5 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ae84aa3189ac4a5 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ae84aa3189ac4a5 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ae84aa3189ac4a5 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ae84aa3189ac4a5 .logo {
  display: inline-block;
}
#ae84aa3189ac4a5 .search-box {
  position: relative;
  padding: 10px;
}
#ae84aa3189ac4a5 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ae84aa3189ac4a5 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ae84aa3189ac4a5 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a5fc1aae33a2e90 .uk-container {
  line-height: 2;
  color: #999;
}
#ae84aa3189ac4a5 .uk-container {max-width: 1400px;}#ae84aa3189ac4a5 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ae84aa3189ac4a5 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a04faa4d42a5fde > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefa5addfba0ffb , #aefa5addfba0ffb a{color: rgba(180, 180, 180, 1);}#a82f1ad373ac232 , #a82f1ad373ac232 a{color: rgba(180, 180, 180, 1);}#acbe8a9da9a08fd , #acbe8a9da9a08fd a{color: rgba(180, 180, 180, 1);}#af6baabdf6ac0e6 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#ad2ffa7218a4840 .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4daba31d1a13d5 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a4daba31d1a13d5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a2d45a66c4aee9f .a18eaad6fea79ac {
  overflow: hidden;
}
#a2d45a66c4aee9f .a18eaad6fea79ac , #a2d45a66c4aee9f .a18eaad6fea79ac > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a2d45a66c4aee9f .a18eaad6fea79ac:hover , #a2d45a66c4aee9f .a18eaad6fea79ac *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a2d45a66c4aee9f .uk-grid {
  margin-left: 0px;
}
#a2d45a66c4aee9f .uk-grid > * {
  padding-left: 0px;
}
#a2d45a66c4aee9f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2d45a66c4aee9f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2d45a66c4aee9f .uk-position-center-left-out {
    left: -30px;
  }
  #a2d45a66c4aee9f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a06b6a6dd4a8a10 , #a06b6a6dd4a8a10 a{color: rgba(255, 255, 255, 1);}#ab847a867da3a80 , #ab847a867da3a80 a{color: rgba(255, 255, 255, 1);}#a50c3aa4e1a4205 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a50c3aa4e1a4205 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#acb27abf62a3969 , #acb27abf62a3969 a{color: rgba(255, 255, 255, 1);}#a3cf5a3f70a3194 , #a3cf5a3f70a3194 a{color: rgba(255, 255, 255, 1);}#aa3b4a97b2aa6bb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a17cbafb0aa1e2e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01b7a5f73a435a , #a01b7a5f73a435a a{color: rgba(0, 154, 91, 1);}#a6f20a8422a4bc3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac26faf937af7d7 , #ac26faf937af7d7 a{color: rgba(0, 154, 91, 1);}#a879fa9ac0a4102 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4201ad323aa2a7 , #a4201ad323aa2a7 a{color: rgba(0, 154, 91, 1);}#a86dba8411aa41a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf42aa189a9c14 , #abf42aa189a9c14 a{color: rgba(0, 154, 91, 1);}#ac780ad202a58c0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1a73a897ca795d {
  overflow: hidden;
}
#a1a73a897ca795d .img-wrap {
  transition: all 0.3s ease-in;
}
#a1a73a897ca795d .img-wrap:hover {
  transform: scale(1.5);
}
#aca7fabfcea8916 , #aca7fabfcea8916 a{color: rgba(155, 155, 155, 1);}#a51dfae8a5a318f {
  overflow: hidden;
}
#a51dfae8a5a318f .img-wrap {
  transition: all 0.3s ease-in;
}
#a51dfae8a5a318f .img-wrap:hover {
  transform: scale(1.5);
}
#a48ceaa71ead283 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af69cab066af68d {
  overflow: hidden;
}
#af69cab066af68d .img-wrap {
  transition: all 0.3s ease-in;
}
#af69cab066af68d .img-wrap:hover {
  transform: scale(1.5);
}
#a8016a1c69ad1b0 , #a8016a1c69ad1b0 a{color: rgba(155, 155, 155, 1);}#a45eea5577a2d0a {
  overflow: hidden;
}
#a45eea5577a2d0a .img-wrap {
  transition: all 0.3s ease-in;
}
#a45eea5577a2d0a .img-wrap:hover {
  transform: scale(1.5);
}
#a074baa3a7a0a97 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1936ac9c6ae1be {
  overflow: hidden;
}
#a1936ac9c6ae1be .img-wrap {
  transition: all 0.3s ease-in;
}
#a1936ac9c6ae1be .img-wrap:hover {
  transform: scale(1.5);
}
#af848a506cac397 , #af848a506cac397 a{color: rgba(155, 155, 155, 1);}#a0df8a07f8a2222 {
  overflow: hidden;
}
#a0df8a07f8a2222 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0df8a07f8a2222 .img-wrap:hover {
  transform: scale(1.5);
}
#aabfaa8978a723f , #aabfaa8978a723f a{color: rgba(255, 255, 255, 1);}#a882da2032a10a5 , #a882da2032a10a5 a{color: rgba(255, 255, 255, 1);}#aef5fa098ca0a6a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2077ab4aaaa10e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a86e4ac060acfe5 , #a86e4ac060acfe5 a{color: rgba(0, 154, 91, 1);}#a245fa390ea5132 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a56a4a72aa010 , #a9a56a4a72aa010 a{color: rgba(0, 154, 91, 1);}#ad7aca5085ab142 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a00cdaad88aca5e , #a00cdaad88aca5e a{color: rgba(0, 154, 91, 1);}#ab980acb02a788f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aafb1a3f2ca1ff0 , #aafb1a3f2ca1ff0 a{color: rgba(0, 154, 91, 1);}#a711ba49f1af697 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac0e9a3c42a64c1 , #ac0e9a3c42a64c1 a{color: rgba(0, 154, 91, 1);}#a6fddaa8e8a2d26 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a6fddaa8e8a2d26 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aaea6a44dfae4d7 , #aaea6a44dfae4d7 a{color: rgba(255, 255, 255, 1);}#a22a3a8185a0354 , #a22a3a8185a0354 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7ce3aa6d8afe5f .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ae8c4aff62a668c .logged {
  display: none;
}
#ae8c4aff62a668c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae8c4aff62a668c .fa-search {
  color: #ccc;
}
#ae8c4aff62a668c .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ae8c4aff62a668c .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae8c4aff62a668c .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ae8c4aff62a668c .quick-menus li:last-child > a::after {
  display: none;
}
#ae8c4aff62a668c .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae8c4aff62a668c .site-header {
  height: 70px;
}
#ae8c4aff62a668c .uk-navbar-item,
#ae8c4aff62a668c .uk-navbar-nav > li > a,
#ae8c4aff62a668c .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae8c4aff62a668c .uk-sticky-fixed .uk-navbar-item,
#ae8c4aff62a668c .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae8c4aff62a668c .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae8c4aff62a668c .uk-navbar-sticky {
  background: #fff;
}
#ae8c4aff62a668c .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ae8c4aff62a668c .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ae8c4aff62a668c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae8c4aff62a668c .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ae8c4aff62a668c .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ae8c4aff62a668c .sub-menu-title i,
#ae8c4aff62a668c .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae8c4aff62a668c .menu-list > .menu-item {
  position: relative;
}
#ae8c4aff62a668c .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ae8c4aff62a668c .menu-list > .menu-item:hover > a::after,
#ae8c4aff62a668c .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ae8c4aff62a668c .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ae8c4aff62a668c .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ae8c4aff62a668c .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ae8c4aff62a668c .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ae8c4aff62a668c .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ae8c4aff62a668c .sub-menu-item a:hover {
  color: #07406e;
}
#ae8c4aff62a668c .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ae8c4aff62a668c .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ae8c4aff62a668c .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae8c4aff62a668c .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ae8c4aff62a668c .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ae8c4aff62a668c .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ae8c4aff62a668c .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ae8c4aff62a668c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ae8c4aff62a668c .logo {
  display: inline-block;
}
#ae8c4aff62a668c .search-box {
  position: relative;
  padding: 10px;
}
#ae8c4aff62a668c .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ae8c4aff62a668c .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ae8c4aff62a668c .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a5920ac042a1ec8 .uk-container {
  line-height: 2;
  color: #999;
}
#ae8c4aff62a668c .uk-container {max-width: 1400px;}#ae8c4aff62a668c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ae8c4aff62a668c [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a8984a57d6aa334 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1555a12cba436a , #a1555a12cba436a a{color: rgba(180, 180, 180, 1);}#a32fca1508aa9e9 , #a32fca1508aa9e9 a{color: rgba(180, 180, 180, 1);}#a4401ad5ebad813 , #a4401ad5ebad813 a{color: rgba(180, 180, 180, 1);}#a4934a99afad6a4 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a4934a99afad6a4 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#abb52a7695a14f6 .a7d54a2b0aabe36 {
  overflow: hidden;
}
#abb52a7695a14f6 .a7d54a2b0aabe36 , #abb52a7695a14f6 .a7d54a2b0aabe36 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#abb52a7695a14f6 .a7d54a2b0aabe36:hover , #abb52a7695a14f6 .a7d54a2b0aabe36 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#abb52a7695a14f6 .uk-grid {
  margin-left: 0px;
}
#abb52a7695a14f6 .uk-grid > * {
  padding-left: 0px;
}
#abb52a7695a14f6 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abb52a7695a14f6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abb52a7695a14f6 .uk-position-center-left-out {
    left: -30px;
  }
  #abb52a7695a14f6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5af7a3fb9a7ced > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae4f6aeaa5a51e9 , #ae4f6aeaa5a51e9 a{color: rgba(7, 64, 110, 1);}#ab24daeff4a0699 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a61ae7a2a73b1 , #a4a61ae7a2a73b1 a{color: rgba(7, 64, 110, 1);}#a84eda6db4a9cfe > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9dc9a1127ad188 , #a9dc9a1127ad188 a{color: rgba(7, 64, 110, 1);}#a5f42ad7daa6b6e , #a5f42ad7daa6b6e a{color: rgba(255, 255, 255, 1);}#ae840a531dad587 , #ae840a531dad587 a{color: rgba(255, 255, 255, 1);}#aa5eea6b2aab868 {
  overflow: hidden;
}
#aa5eea6b2aab868 .img-wrap {
  transition: all 0.3s ease-in;
}
#aa5eea6b2aab868 .img-wrap:hover {
  transform: scale(1.5);
}
#a74aca52dfaa1f4 {
  overflow: hidden;
}
#a74aca52dfaa1f4 .img-wrap {
  transition: all 0.3s ease-in;
}
#a74aca52dfaa1f4 .img-wrap:hover {
  transform: scale(1.5);
}
#acf9eadebaac740 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#acf9eadebaac740 .ele-wrap:hover {background-color: #0483cc;}#ab4faade72a1b4a , #ab4faade72a1b4a a{color: rgba(255, 255, 255, 1);}#a422ba11d1abcc3 , #a422ba11d1abcc3 a{color: rgba(255, 255, 255, 1);}#abc5da2346acfe0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a28eba95cead423 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a93ebadb59a35fc , #a93ebadb59a35fc a{color: rgba(0, 154, 91, 1);}#a630aad4b0a1ab1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab614ac518a463f , #ab614ac518a463f a{color: rgba(0, 154, 91, 1);}#af399a4fada5860 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5af8ada45aa199 , #a5af8ada45aa199 a{color: rgba(0, 154, 91, 1);}#aa95fafd79aa127 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee44a1833a6e84 , #aee44a1833a6e84 a{color: rgba(0, 154, 91, 1);}#a80b0a0b7fa9d74 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a80b0a0b7fa9d74 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a87dcabbbcabca9 , #a87dcabbbcabca9 a{color: rgba(255, 255, 255, 1);}#aa67daa777a6c36 , #aa67daa777a6c36 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4752ae4cda1144 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a079ba2266ac924 .logged {
  display: none;
}
#a079ba2266ac924 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a079ba2266ac924 .fa-search {
  color: #ccc;
}
#a079ba2266ac924 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a079ba2266ac924 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a079ba2266ac924 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a079ba2266ac924 .quick-menus li:last-child > a::after {
  display: none;
}
#a079ba2266ac924 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a079ba2266ac924 .site-header {
  height: 70px;
}
#a079ba2266ac924 .uk-navbar-item,
#a079ba2266ac924 .uk-navbar-nav > li > a,
#a079ba2266ac924 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a079ba2266ac924 .uk-sticky-fixed .uk-navbar-item,
#a079ba2266ac924 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a079ba2266ac924 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a079ba2266ac924 .uk-navbar-sticky {
  background: #fff;
}
#a079ba2266ac924 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a079ba2266ac924 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a079ba2266ac924 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a079ba2266ac924 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a079ba2266ac924 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a079ba2266ac924 .sub-menu-title i,
#a079ba2266ac924 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a079ba2266ac924 .menu-list > .menu-item {
  position: relative;
}
#a079ba2266ac924 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a079ba2266ac924 .menu-list > .menu-item:hover > a::after,
#a079ba2266ac924 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a079ba2266ac924 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a079ba2266ac924 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a079ba2266ac924 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a079ba2266ac924 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a079ba2266ac924 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a079ba2266ac924 .sub-menu-item a:hover {
  color: #07406e;
}
#a079ba2266ac924 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a079ba2266ac924 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a079ba2266ac924 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a079ba2266ac924 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a079ba2266ac924 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a079ba2266ac924 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a079ba2266ac924 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a079ba2266ac924 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a079ba2266ac924 .logo {
  display: inline-block;
}
#a079ba2266ac924 .search-box {
  position: relative;
  padding: 10px;
}
#a079ba2266ac924 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a079ba2266ac924 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a079ba2266ac924 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a4aada4259a3b07 .uk-container {
  line-height: 2;
  color: #999;
}
#a079ba2266ac924 .uk-container {max-width: 1400px;}#a079ba2266ac924 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a079ba2266ac924 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a0583a2671ac901 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(208, 2, 27, 1);box-shadow: 0px 0px 0px 0px undefined;}#a7643a28eaac779 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7643a28eaac779 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a2671ab4b3af9fd .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: transparent;border-radius: 3px;justify-content: center;}#a2671ab4b3af9fd .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a2996a601ca61a3 > .ele-wrap {background-color: rgba(231, 35, 58, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3822a7368afec3 , #a3822a7368afec3 a{color: rgba(255, 255, 255, 1);}#aaac6a121ba8af4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9418a61f4a60b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.08);}#a18e3a8cd8a9dde > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#aed7aa035ba5171 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#ae79ba4f7ca0e55 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ae79ba4f7ca0e55 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aab6da88c5a7430 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aab6da88c5a7430 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8e4aa78dfa4d31 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a8e4aa78dfa4d31 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aa2d8a48b2a3f27 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aa2d8a48b2a3f27 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a513fae2d2a9456 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ba5ab9c2a6e1b > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a24b1a540fa16a4 {
  overflow: hidden;
}
#a24b1a540fa16a4 .img-wrap {
  transition: all 0.3s ease-in;
}
#a24b1a540fa16a4 .img-wrap:hover {
  transform: scale(1.5);
}
#aae60a55d1ac926 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af48ba0ae4a7f21 {
  overflow: hidden;
}
#af48ba0ae4a7f21 .img-wrap {
  transition: all 0.3s ease-in;
}
#af48ba0ae4a7f21 .img-wrap:hover {
  transform: scale(1.5);
}
#acdc9a5631a8455 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af695a3772abdbf {
  overflow: hidden;
}
#af695a3772abdbf .img-wrap {
  transition: all 0.3s ease-in;
}
#af695a3772abdbf .img-wrap:hover {
  transform: scale(1.5);
}
#a05aba9a63a79bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab498a2affa8459 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac580aaa0dab6e8 {
  overflow: hidden;
}
#ac580aaa0dab6e8 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac580aaa0dab6e8 .img-wrap:hover {
  transform: scale(1.5);
}
#af5faab6cfa4d9d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8ebda8efdac2b4 {
  overflow: hidden;
}
#a8ebda8efdac2b4 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8ebda8efdac2b4 .img-wrap:hover {
  transform: scale(1.5);
}
#a15cba145da866d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab33fa4df3aae76 {
  overflow: hidden;
}
#ab33fa4df3aae76 .img-wrap {
  border-left-width: 1px;
  border-left-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#ab33fa4df3aae76 .img-wrap:hover {
  transform: scale(1.5);
}
#a82adacb8da0768 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa63aafb48a2f91 {
  overflow: hidden;
}
#aa63aafb48a2f91 .img-wrap {
  transition: all 0.3s ease-in;
}
#aa63aafb48a2f91 .img-wrap:hover {
  transform: scale(1.5);
}
#aa213a2258aac4c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c97ade4fab655 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a1c97ade4fab655 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aca8ea966ea3a7d , #aca8ea966ea3a7d a{color: rgba(255, 255, 255, 0);}#a13a5af36aa326f , #a13a5af36aa326f a{color: rgba(255, 255, 255, 1);}#ab0a1a2264a76cd , #ab0a1a2264a76cd a{color: rgba(255, 255, 255, 1);}#ac2ada37dfad314 , #ac2ada37dfad314 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af643aca6ba5358 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a4071a891bafe5e .logged {
  display: none;
}
#a4071a891bafe5e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a4071a891bafe5e .fa-search {
  color: #ccc;
}
#a4071a891bafe5e .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a4071a891bafe5e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a4071a891bafe5e .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a4071a891bafe5e .quick-menus li:last-child > a::after {
  display: none;
}
#a4071a891bafe5e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a4071a891bafe5e .site-header {
  height: 70px;
}
#a4071a891bafe5e .uk-navbar-item,
#a4071a891bafe5e .uk-navbar-nav > li > a,
#a4071a891bafe5e .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a4071a891bafe5e .uk-sticky-fixed .uk-navbar-item,
#a4071a891bafe5e .uk-sticky-fixed .uk-navbar-nav > li > a,
#a4071a891bafe5e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a4071a891bafe5e .uk-navbar-sticky {
  background: #fff;
}
#a4071a891bafe5e .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a4071a891bafe5e .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a4071a891bafe5e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4071a891bafe5e .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a4071a891bafe5e .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a4071a891bafe5e .sub-menu-title i,
#a4071a891bafe5e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a4071a891bafe5e .menu-list > .menu-item {
  position: relative;
}
#a4071a891bafe5e .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a4071a891bafe5e .menu-list > .menu-item:hover > a::after,
#a4071a891bafe5e .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a4071a891bafe5e .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a4071a891bafe5e .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a4071a891bafe5e .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a4071a891bafe5e .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a4071a891bafe5e .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a4071a891bafe5e .sub-menu-item a:hover {
  color: #07406e;
}
#a4071a891bafe5e .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a4071a891bafe5e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a4071a891bafe5e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a4071a891bafe5e .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a4071a891bafe5e .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a4071a891bafe5e .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a4071a891bafe5e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a4071a891bafe5e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a4071a891bafe5e .logo {
  display: inline-block;
}
#a4071a891bafe5e .search-box {
  position: relative;
  padding: 10px;
}
#a4071a891bafe5e .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a4071a891bafe5e .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a4071a891bafe5e .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#af269ab46da9c12 .uk-container {
  line-height: 2;
  color: #999;
}
#a4071a891bafe5e .uk-container {max-width: 1400px;}#a4071a891bafe5e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a4071a891bafe5e [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#acca6aaff1a56df .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#acca6aaff1a56df .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a514caa97ca1035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a5c7fab39fa9932 .uk-grid {
  margin-left: 0px;
}
#a5c7fab39fa9932 .uk-grid > * {
  padding-left: 0px;
}
#a5c7fab39fa9932 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5c7fab39fa9932 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5c7fab39fa9932 .uk-position-center-left-out {
    left: -30px;
  }
  #a5c7fab39fa9932 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a94efabb68a0055 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a146ca04ada09a4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a2ec8aa2c3ae281 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a6d32afceaa18e5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a6e32a5892a4832 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6e32a5892a4832 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a3c41af116afc45 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a3c41af116afc45 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6372aa0b2a6f1e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6372aa0b2a6f1e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#afe78ae377af921 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#afe78ae377af921 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8dfaaff5ca4a61 , #a8dfaaff5ca4a61 a{color: rgba(255, 255, 255, 0);}#a71c4a9de5a717f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a60a61aca3964 {
  overflow: hidden;
}
#a3a60a61aca3964 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3a60a61aca3964 .img-wrap:hover {
  transform: scale(1.5);
}
#a22acaacf0a5fb9 {
  overflow: hidden;
}
#a22acaacf0a5fb9 .img-wrap {
  transition: all 0.3s ease-in;
}
#a22acaacf0a5fb9 .img-wrap:hover {
  transform: scale(1.5);
}
#a4bf8a90ccaf99c , #a4bf8a90ccaf99c a{color: rgba(255, 255, 255, 0);}#ab22ea44f7ab1a0 , #ab22ea44f7ab1a0 a{color: rgba(255, 255, 255, 0);}#a44c7a50f4a5ac3 , #a44c7a50f4a5ac3 a{color: rgba(255, 255, 255, 0);}#ace4ca8acdac6f1 , #ace4ca8acdac6f1 a{color: rgba(255, 255, 255, 0);}#a3a42aa8f2ad191 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a95a0a8bb2a796d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af25eae181a29e1 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5ab8a2cada47bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa018a3629a35a7 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad8bdace46aa42d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1834ad980aff40 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae1d2a4ae8a89f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4007af917a5573 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a92dca8a30af8b6 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a92dca8a30af8b6  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8266ab83aaaf9e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a77dda9456ae715 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a77dda9456ae715  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab1f6a5472ae191 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a07f7aad24a8466 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a07f7aad24a8466  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1421ac2ada234d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a25a3a057ea703f > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a25a3a057ea703f  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a2e7da710ea7865 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5002a3ab5abf15 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a5002a3ab5abf15 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ab6c2a2817a4c5a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab6c2a2817a4c5a .ele-wrap:hover {background-color: #509c49;}#a425cafab6aca70 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a425cafab6aca70 .ele-wrap:hover {background-color: #509c49;}#a2868ab915a8c79 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a2868ab915a8c79 .ele-wrap:hover {background-color: #509c49;}#af333a0092a7fb1 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af333a0092a7fb1 .ele-wrap:hover {background-color: #509c49;}#a99dda2c2cad50a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a99dda2c2cad50a .ele-wrap:hover {background-color: #509c49;}#a5f40a99f6a8e5c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5f40a99f6a8e5c .ele-wrap:hover {background-color: #509c49;}#a58d9a496ca9fa8 , #a58d9a496ca9fa8 a{color: rgba(155, 155, 155, 1);}#a7f2faa64caac8d , #a7f2faa64caac8d a{color: rgba(155, 155, 155, 1);}#af72fa7b3ba6823 , #af72fa7b3ba6823 a{color: rgba(155, 155, 155, 1);}#a8036aee6ba10fc , #a8036aee6ba10fc a{color: rgba(155, 155, 155, 1);}#a2c7aa9ea9aa2c0 , #a2c7aa9ea9aa2c0 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad5a3a32e1afa9f .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a582da2a47ad16b .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a4d88a637ca90ee > .ele-wrap {padding: 30px;background-color: rgba(255, 255, 255, 1);}#a4d88a637ca90ee  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a2078a4e80a66ed .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a2078a4e80a66ed .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a2078a4e80a66ed .ap-icon {
  margin-right: 6px;
}
#a2078a4e80a66ed .indicator {
  margin-left: 4px;
}
#a2078a4e80a66ed .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
  border-bottom-color: #9b9b9b;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
#a2078a4e80a66ed .menu-list li:hover > a,
#a2078a4e80a66ed .menu-list li.active > a {
  background: #de2a3e;
  background-color: #de2a3e;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-color: #009a5b;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
#a2078a4e80a66ed .menu-list li.active > a {
  background-color: #de2a3e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-color: #009a5b;
  border-bottom-width: 0;
}
#a2078a4e80a66ed .menu-list ul,
#a2078a4e80a66ed .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a2078a4e80a66ed .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a2078a4e80a66ed .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2078a4e80a66ed .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2078a4e80a66ed .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a836fa2fbda4e95 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af4eeafcbaa0be7 , #af4eeafcbaa0be7 a{color: rgba(222, 42, 62, 1);}#af4eeafcbaa0be7:hover, #af4eeafcbaa0be7 a:hover {color: rgba(222, 42, 62, 1);}#ae2d2a4ac7a021d > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5219a9a29af7ab , #a5219a9a29af7ab a{color: rgba(222, 42, 62, 1);}#a5219a9a29af7ab:hover, #a5219a9a29af7ab a:hover {color: rgba(222, 42, 62, 1);}#af8b9a2a31afa70 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aca0aaa74bac734 , #aca0aaa74bac734 a{color: rgba(222, 42, 62, 1);}#aca0aaa74bac734:hover, #aca0aaa74bac734 a:hover {color: rgba(222, 42, 62, 1);}#a0cfea9fe6aacc8 .gallery-items-wrap {
  margin-left: -15px;
}
#a0cfea9fe6aacc8 .filter.active {
  background-color: #07406e;
}
#a0cfea9fe6aacc8 .gallery-item {
  width: 430px;
  margin: 0 0 15px 15px;
  float: left;
  list-style: none;
  position: relative;
}
#a0cfea9fe6aacc8 .text-style-3 figure {
  height: 300px;
}
#a0cfea9fe6aacc8 .gallery-filters .filter {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a0cfea9fe6aacc8 .gallery-item {
  margin-left: 55px;
}
#a0cfea9fe6aacc8 .gallery-items-wrap {
  margin-left: -55px;
}
#a0cfea9fe6aacc8 .gallery-item {
  margin-bottom: 30px;
}
#a0cfea9fe6aacc8 .uk-pagination > * > * {
  color: #000000;
}
#a0cfea9fe6aacc8 .gallery-grid-pagination li.uk-active {
  border-color: #ffffff;
}
#a0cfea9fe6aacc8 .uk-pagination > .uk-active > * {
  color: #ffffff;
}
#a6000a9f20aafe2 .gallery-items-wrap {
  margin-left: -15px;
}
#a6000a9f20aafe2 .filter.active {
  background-color: #07406e;
}
#a6000a9f20aafe2 .gallery-item {
  width: 430px;
  margin: 0 0 15px 15px;
  float: left;
  list-style: none;
  position: relative;
}
#a6000a9f20aafe2 .text-style-3 figure {
  height: 300px;
}
#a6000a9f20aafe2 .gallery-item {
  margin-left: 55px;
}
#a6000a9f20aafe2 .gallery-items-wrap {
  margin-left: -55px;
}
#a6000a9f20aafe2 .gallery-item {
  margin-bottom: 30px;
}
#aba51a730ba45b6 .gallery-items-wrap {
  margin-left: -15px;
}
#aba51a730ba45b6 .filter.active {
  background-color: #07406e;
}
#aba51a730ba45b6 .gallery-item {
  width: 430px;
  margin: 0 0 15px 15px;
  float: left;
  list-style: none;
  position: relative;
}
#aba51a730ba45b6 .text-style-3 figure {
  height: 300px;
}
#aba51a730ba45b6 .gallery-item {
  margin-left: 55px;
}
#aba51a730ba45b6 .gallery-items-wrap {
  margin-left: -55px;
}
#aba51a730ba45b6 .gallery-item {
  margin-bottom: 30px;
}
#a0fa6af13ca9a3d {
  overflow: hidden;
  pointer-events: none;
}
#a0fa6af13ca9a3d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0fa6af13ca9a3d > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a0fa6af13ca9a3d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0fa6af13ca9a3d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0fa6af13ca9a3d > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a0fa6af13ca9a3d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0fa6af13ca9a3d > .tab-wrap > div > .tab-nav,
#a0fa6af13ca9a3d > .tab-nav,
#a0fa6af13ca9a3d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0fa6af13ca9a3d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a0fa6af13ca9a3d > .tab-wrap > div > .tab-nav-horizontal,
#a0fa6af13ca9a3d > .tab-nav-horizontal,
#a0fa6af13ca9a3d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0fa6af13ca9a3d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0fa6af13ca9a3d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0fa6af13ca9a3d > .tab-nav-horizontal::-webkit-scrollbar,
#a0fa6af13ca9a3d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0fa6af13ca9a3d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0fa6af13ca9a3d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0fa6af13ca9a3d > .tab-nav-horizontal.tagScroll,
#a0fa6af13ca9a3d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0fa6af13ca9a3d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a0fa6af13ca9a3d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0fa6af13ca9a3d > .tab-nav-horizontal.tagScroll li a,
#a0fa6af13ca9a3d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0fa6af13ca9a3d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0fa6af13ca9a3d > .tab-wrap > div > .tab-nav a,
#a0fa6af13ca9a3d > .tab-nav a,
#a0fa6af13ca9a3d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0fa6af13ca9a3d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0fa6af13ca9a3d > .tab-wrap > div > .tab-nav li a,
#a0fa6af13ca9a3d > .tab-nav li a,
#a0fa6af13ca9a3d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0fa6af13ca9a3d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  letter-spacing: 1px;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a0fa6af13ca9a3d > .tab-wrap > div > .tab-nav li a svg,
#a0fa6af13ca9a3d > .tab-nav li a svg,
#a0fa6af13ca9a3d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0fa6af13ca9a3d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0fa6af13ca9a3d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0fa6af13ca9a3d > .tab-nav li a .ap_icon,
#a0fa6af13ca9a3d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0fa6af13ca9a3d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0fa6af13ca9a3d > .tab-wrap > div > .tab-nav li a:hover,
#a0fa6af13ca9a3d > .tab-nav li a:hover,
#a0fa6af13ca9a3d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0fa6af13ca9a3d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #de2a3e;
  letter-spacing: 1px;
  border-bottom-width: 2px;
  border-bottom-color: #de2a3e;
  border-bottom-style: solid;
}
#a0fa6af13ca9a3d > .tab-wrap > div > .tab-nav li.uk-active a,
#a0fa6af13ca9a3d > .tab-nav li.uk-active a,
#a0fa6af13ca9a3d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0fa6af13ca9a3d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #de2a3e;
  letter-spacing: 1px;
  border-bottom-width: 2px;
  border-bottom-color: #de2a3e;
  border-bottom-style: solid;
}
#a0fa6af13ca9a3d > .tab-wrap > div > .tab-nav li:last-child a,
#a0fa6af13ca9a3d > .tab-nav li:last-child a,
#a0fa6af13ca9a3d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a0fa6af13ca9a3d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a0fa6af13ca9a3d .layout-left li,
#a0fa6af13ca9a3d .layout-center li,
#a0fa6af13ca9a3d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0fa6af13ca9a3d .layout-left li a,
#a0fa6af13ca9a3d .layout-center li a,
#a0fa6af13ca9a3d .layout-right li a {
  height: 100%;
}
#a0fa6af13ca9a3d > .tab-tabs .layout-left {
  text-align: left;
}
#a0fa6af13ca9a3d > .tab-tabs .layout-center {
  text-align: center;
}
#a0fa6af13ca9a3d > .tab-tabs .layout-right {
  text-align: right;
}
#a0fa6af13ca9a3d .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a0fa6af13ca9a3d .tab-content-wrap {
  background-color: #ffffff;
}
#a0fa6af13ca9a3d .tab-contents,
#a0fa6af13ca9a3d .tab-contents-wrap {
  pointer-events: none;
}
#a0fa6af13ca9a3d .tab-content,
#a0fa6af13ca9a3d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0fa6af13ca9a3d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0fa6af13ca9a3d .tab-wrap .tab-contents {
  height: 100%;
}
#a0fa6af13ca9a3d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0fa6af13ca9a3d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0fa6af13ca9a3d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a74f6a3ceeaa65a .logged {
  display: none;
}
#a74f6a3ceeaa65a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a74f6a3ceeaa65a .fa-search {
  color: #ccc;
}
#a74f6a3ceeaa65a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a74f6a3ceeaa65a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a74f6a3ceeaa65a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a74f6a3ceeaa65a .quick-menus li:last-child > a::after {
  display: none;
}
#a74f6a3ceeaa65a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a74f6a3ceeaa65a .site-header {
  height: 70px;
}
#a74f6a3ceeaa65a .uk-navbar-item,
#a74f6a3ceeaa65a .uk-navbar-nav > li > a,
#a74f6a3ceeaa65a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a74f6a3ceeaa65a .uk-sticky-fixed .uk-navbar-item,
#a74f6a3ceeaa65a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a74f6a3ceeaa65a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a74f6a3ceeaa65a .uk-navbar-sticky {
  background: #fff;
}
#a74f6a3ceeaa65a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a74f6a3ceeaa65a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a74f6a3ceeaa65a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a74f6a3ceeaa65a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a74f6a3ceeaa65a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a74f6a3ceeaa65a .sub-menu-title i,
#a74f6a3ceeaa65a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a74f6a3ceeaa65a .menu-list > .menu-item {
  position: relative;
}
#a74f6a3ceeaa65a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a74f6a3ceeaa65a .menu-list > .menu-item:hover > a::after,
#a74f6a3ceeaa65a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a74f6a3ceeaa65a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a74f6a3ceeaa65a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a74f6a3ceeaa65a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a74f6a3ceeaa65a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a74f6a3ceeaa65a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a74f6a3ceeaa65a .sub-menu-item a:hover {
  color: #07406e;
}
#a74f6a3ceeaa65a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a74f6a3ceeaa65a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a74f6a3ceeaa65a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a74f6a3ceeaa65a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a74f6a3ceeaa65a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a74f6a3ceeaa65a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a74f6a3ceeaa65a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a74f6a3ceeaa65a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a74f6a3ceeaa65a .logo {
  display: inline-block;
}
#a74f6a3ceeaa65a .search-box {
  position: relative;
  padding: 10px;
}
#a74f6a3ceeaa65a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a74f6a3ceeaa65a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a74f6a3ceeaa65a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a70a8ab019afe40 .uk-container {
  line-height: 2;
  color: #999;
}
#a74f6a3ceeaa65a .uk-container {max-width: 1400px;}#a74f6a3ceeaa65a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a74f6a3ceeaa65a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ab0d1a39dba6ccb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2f7ea3690aa2ad , #a2f7ea3690aa2ad a{color: rgba(180, 180, 180, 1);}#ac461a59c3adcfd , #ac461a59c3adcfd a{color: rgba(180, 180, 180, 1);}#a34c2a98aca04c3 , #a34c2a98aca04c3 a{color: rgba(180, 180, 180, 1);}#a5b22aee0ca929e .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a5b22aee0ca929e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#abe33abbb7af093 .ac891af3c8a2cbb {
  overflow: hidden;
}
#abe33abbb7af093 .ac891af3c8a2cbb , #abe33abbb7af093 .ac891af3c8a2cbb > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#abe33abbb7af093 .ac891af3c8a2cbb:hover , #abe33abbb7af093 .ac891af3c8a2cbb *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#abe33abbb7af093 .uk-grid {
  margin-left: 0px;
}
#abe33abbb7af093 .uk-grid > * {
  padding-left: 0px;
}
#abe33abbb7af093 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abe33abbb7af093 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abe33abbb7af093 .uk-position-center-left-out {
    left: -30px;
  }
  #abe33abbb7af093 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9a8fa4b6aa9d19 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeb61a39a0ac370 , #aeb61a39a0ac370 a{color: rgba(7, 64, 110, 1);}#a69bbaa4c3ab66d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1140a4d89a5fb2 , #a1140a4d89a5fb2 a{color: rgba(7, 64, 110, 1);}#adf0dac1caa8255 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5ea9a0602a95d6 , #a5ea9a0602a95d6 a{color: rgba(7, 64, 110, 1);}#abeeaad856abe8c , #abeeaad856abe8c a{color: rgba(255, 255, 255, 1);}#ab671ad352af1a6 , #ab671ad352af1a6 a{color: rgba(255, 255, 255, 1);}#a8dbcaedc6a8011 {
  overflow: hidden;
}
#a8dbcaedc6a8011 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8dbcaedc6a8011 .img-wrap:hover {
  transform: scale(1.5);
}
#a0e27aec72a245b {
  overflow: hidden;
}
#a0e27aec72a245b .img-wrap {
  transition: all 0.3s ease-in;
}
#a0e27aec72a245b .img-wrap:hover {
  transform: scale(1.5);
}
#adc31a3fd8ab509 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#adc31a3fd8ab509 .ele-wrap:hover {background-color: #0483cc;}#ac9a4a0652a0375 , #ac9a4a0652a0375 a{color: rgba(255, 255, 255, 1);}#a9b32a936fa765c , #a9b32a936fa765c a{color: rgba(255, 255, 255, 1);}#ad967a1c99ae934 {
  overflow: hidden;
}
#ad967a1c99ae934 .img-wrap {
  transition: all 0.3s ease-in;
}
#ad967a1c99ae934 .img-wrap:hover {
  transform: scale(1.5);
}
#a5a7ca8ae4a976a {
  overflow: hidden;
}
#a5a7ca8ae4a976a .img-wrap {
  transition: all 0.3s ease-in;
}
#a5a7ca8ae4a976a .img-wrap:hover {
  transform: scale(1.5);
}
#a32bda08eea5fde .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a32bda08eea5fde .ele-wrap:hover {background-color: #0483cc;}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a383da5625aa626 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a63d0ad8e2a3d95 .logged {
  display: none;
}
#a63d0ad8e2a3d95 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a63d0ad8e2a3d95 .fa-search {
  color: #ccc;
}
#a63d0ad8e2a3d95 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a63d0ad8e2a3d95 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a63d0ad8e2a3d95 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a63d0ad8e2a3d95 .quick-menus li:last-child > a::after {
  display: none;
}
#a63d0ad8e2a3d95 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a63d0ad8e2a3d95 .site-header {
  height: 70px;
}
#a63d0ad8e2a3d95 .uk-navbar-item,
#a63d0ad8e2a3d95 .uk-navbar-nav > li > a,
#a63d0ad8e2a3d95 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a63d0ad8e2a3d95 .uk-sticky-fixed .uk-navbar-item,
#a63d0ad8e2a3d95 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a63d0ad8e2a3d95 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a63d0ad8e2a3d95 .uk-navbar-sticky {
  background: #fff;
}
#a63d0ad8e2a3d95 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a63d0ad8e2a3d95 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a63d0ad8e2a3d95 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a63d0ad8e2a3d95 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a63d0ad8e2a3d95 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a63d0ad8e2a3d95 .sub-menu-title i,
#a63d0ad8e2a3d95 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a63d0ad8e2a3d95 .menu-list > .menu-item {
  position: relative;
}
#a63d0ad8e2a3d95 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a63d0ad8e2a3d95 .menu-list > .menu-item:hover > a::after,
#a63d0ad8e2a3d95 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a63d0ad8e2a3d95 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a63d0ad8e2a3d95 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a63d0ad8e2a3d95 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a63d0ad8e2a3d95 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a63d0ad8e2a3d95 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a63d0ad8e2a3d95 .sub-menu-item a:hover {
  color: #07406e;
}
#a63d0ad8e2a3d95 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a63d0ad8e2a3d95 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a63d0ad8e2a3d95 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a63d0ad8e2a3d95 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a63d0ad8e2a3d95 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a63d0ad8e2a3d95 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a63d0ad8e2a3d95 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a63d0ad8e2a3d95 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a63d0ad8e2a3d95 .logo {
  display: inline-block;
}
#a63d0ad8e2a3d95 .search-box {
  position: relative;
  padding: 10px;
}
#a63d0ad8e2a3d95 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a63d0ad8e2a3d95 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a63d0ad8e2a3d95 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#af744ae973a19c7 .uk-container {
  line-height: 2;
  color: #999;
}
#a63d0ad8e2a3d95 .uk-container {max-width: 1400px;}#a63d0ad8e2a3d95 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a63d0ad8e2a3d95 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a7b77a4476a7831 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac96cab81babe3f , #ac96cab81babe3f a{color: rgba(180, 180, 180, 1);}#ac9aba08ada25e3 , #ac9aba08ada25e3 a{color: rgba(180, 180, 180, 1);}#a08eaa71bfa8016 , #a08eaa71bfa8016 a{color: rgba(180, 180, 180, 1);}#a1f9aa66a6abd23 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a8862a7f31a6d61 .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5256aaeb4a9171 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a5256aaeb4a9171 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a8856af204ab286 .a3bafab3a0a8f21 {
  overflow: hidden;
}
#a8856af204ab286 .a3bafab3a0a8f21 , #a8856af204ab286 .a3bafab3a0a8f21 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a8856af204ab286 .a3bafab3a0a8f21:hover , #a8856af204ab286 .a3bafab3a0a8f21 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a8856af204ab286 .uk-grid {
  margin-left: 0px;
}
#a8856af204ab286 .uk-grid > * {
  padding-left: 0px;
}
#a8856af204ab286 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8856af204ab286 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8856af204ab286 .uk-position-center-left-out {
    left: -30px;
  }
  #a8856af204ab286 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a450ba6938a36c9 , #a450ba6938a36c9 a{color: rgba(255, 255, 255, 1);}#a47e5a3751a42a0 , #a47e5a3751a42a0 a{color: rgba(255, 255, 255, 1);}#afd95a318ca5ba4 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#afd95a318ca5ba4 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#a9d61a0aeca960d , #a9d61a0aeca960d a{color: rgba(255, 255, 255, 1);}#aa234a6165a5448 , #aa234a6165a5448 a{color: rgba(255, 255, 255, 1);}#a77bfa8ac6a35d6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2930aeaa1aceb5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6848a6213a1459 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a0fa602ba93c7 , #a5a0fa602ba93c7 a{color: rgba(0, 154, 91, 1);}#acbaaa3d2bae44b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a68d4a7486a523b {
  overflow: hidden;
}
#a68d4a7486a523b .img-wrap {
  transition: all 0.3s ease-in;
}
#a68d4a7486a523b .img-wrap:hover {
  transform: scale(1.5);
}
#ac770ac8deaf980 {
  overflow: hidden;
}
#ac770ac8deaf980 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac770ac8deaf980 .img-wrap:hover {
  transform: scale(1.5);
}
#a4fdea839fa3644 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f66a704aa82b0 , #a8f66a704aa82b0 a{color: rgba(255, 255, 255, 1);}#a070aa7cc0ae966 , #a070aa7cc0ae966 a{color: rgba(255, 255, 255, 1);}#a7305a7a10ac23c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7305a7a10ac23c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ae8d1afdcea9ca2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc9fa8d2fa3bf4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe40acb13ab7c4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc8bada08aa08a , #adc8bada08aa08a a{color: rgba(0, 154, 91, 1);}#adf93abecea5ee5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ea3a12b4ab47b , #a1ea3a12b4ab47b a{color: rgba(0, 154, 91, 1);}#a0073a6591a202e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab4eda63d8a55b5 , #ab4eda63d8a55b5 a{color: rgba(0, 154, 91, 1);}#ab001ab938a9efa > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a69f3ae7eaadc37 , #a69f3ae7eaadc37 a{color: rgba(0, 154, 91, 1);}#a50aaab653ab4c0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1aefad409ac46b , #a1aefad409ac46b a{color: rgba(0, 154, 91, 1);}#a6711a5bbca7d7a , #a6711a5bbca7d7a a{color: rgba(255, 255, 255, 1);}#a0429af306ae787 , #a0429af306ae787 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8114ac087a54e0 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a761ba1907a0bc6 .logged {
  display: none;
}
#a761ba1907a0bc6 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a761ba1907a0bc6 .fa-search {
  color: #ccc;
}
#a761ba1907a0bc6 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a761ba1907a0bc6 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a761ba1907a0bc6 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a761ba1907a0bc6 .quick-menus li:last-child > a::after {
  display: none;
}
#a761ba1907a0bc6 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a761ba1907a0bc6 .site-header {
  height: 70px;
}
#a761ba1907a0bc6 .uk-navbar-item,
#a761ba1907a0bc6 .uk-navbar-nav > li > a,
#a761ba1907a0bc6 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a761ba1907a0bc6 .uk-sticky-fixed .uk-navbar-item,
#a761ba1907a0bc6 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a761ba1907a0bc6 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a761ba1907a0bc6 .uk-navbar-sticky {
  background: #fff;
}
#a761ba1907a0bc6 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a761ba1907a0bc6 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a761ba1907a0bc6 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a761ba1907a0bc6 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a761ba1907a0bc6 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a761ba1907a0bc6 .sub-menu-title i,
#a761ba1907a0bc6 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a761ba1907a0bc6 .menu-list > .menu-item {
  position: relative;
}
#a761ba1907a0bc6 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a761ba1907a0bc6 .menu-list > .menu-item:hover > a::after,
#a761ba1907a0bc6 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a761ba1907a0bc6 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a761ba1907a0bc6 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a761ba1907a0bc6 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a761ba1907a0bc6 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a761ba1907a0bc6 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a761ba1907a0bc6 .sub-menu-item a:hover {
  color: #07406e;
}
#a761ba1907a0bc6 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a761ba1907a0bc6 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a761ba1907a0bc6 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a761ba1907a0bc6 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a761ba1907a0bc6 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a761ba1907a0bc6 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a761ba1907a0bc6 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a761ba1907a0bc6 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a761ba1907a0bc6 .logo {
  display: inline-block;
}
#a761ba1907a0bc6 .search-box {
  position: relative;
  padding: 10px;
}
#a761ba1907a0bc6 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a761ba1907a0bc6 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a761ba1907a0bc6 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a42bea26e1a4f04 .uk-container {
  line-height: 2;
  color: #999;
}
#a761ba1907a0bc6 .uk-container {max-width: 1400px;}#a761ba1907a0bc6 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a761ba1907a0bc6 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a34f5abd56a5c68 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac66fac6f9af314 , #ac66fac6f9af314 a{color: rgba(180, 180, 180, 1);}#aa07aa12bba19d3 , #aa07aa12bba19d3 a{color: rgba(180, 180, 180, 1);}#a9621a68a1a8228 , #a9621a68a1a8228 a{color: rgba(180, 180, 180, 1);}#a87cea826eaeed3 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a478dae748afde5 .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa62eae229a893a .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#aa62eae229a893a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a583dac147a9d3b .aeac6af130a4e4c {
  overflow: hidden;
}
#a583dac147a9d3b .aeac6af130a4e4c , #a583dac147a9d3b .aeac6af130a4e4c > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a583dac147a9d3b .aeac6af130a4e4c:hover , #a583dac147a9d3b .aeac6af130a4e4c *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a583dac147a9d3b .uk-grid {
  margin-left: 0px;
}
#a583dac147a9d3b .uk-grid > * {
  padding-left: 0px;
}
#a583dac147a9d3b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a583dac147a9d3b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a583dac147a9d3b .uk-position-center-left-out {
    left: -30px;
  }
  #a583dac147a9d3b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aeaa5a418dabf71 , #aeaa5a418dabf71 a{color: rgba(255, 255, 255, 1);}#a19ddaae11a20fd , #a19ddaae11a20fd a{color: rgba(255, 255, 255, 1);}#a2165a696ea2762 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a2165a696ea2762 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#a9bffab44ba5072 , #a9bffab44ba5072 a{color: rgba(255, 255, 255, 1);}#ae6a8aba13ae947 , #ae6a8aba13ae947 a{color: rgba(255, 255, 255, 1);}#af499a4d18ac2c6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7db7a6a7da99a6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a914ea4532a1bbf > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe4fa7146ad767 {
  overflow: hidden;
}
#abe4fa7146ad767 .img-wrap {
  transition: all 0.3s ease-in;
}
#abe4fa7146ad767 .img-wrap:hover {
  transform: scale(1.5);
}
#a1bbaa4686ae0d8 {
  overflow: hidden;
}
#a1bbaa4686ae0d8 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1bbaa4686ae0d8 .img-wrap:hover {
  transform: scale(1.5);
}
#af961abad2acd38 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4721a349fabfbe , #a4721a349fabfbe a{color: rgba(0, 154, 91, 1);}#a708aae9c8a088b , #a708aae9c8a088b a{color: rgba(255, 255, 255, 1);}#ae408abf5ca7e4b , #ae408abf5ca7e4b a{color: rgba(255, 255, 255, 1);}#aeb69ae727a4b84 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aeb69ae727a4b84 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a8413a7261aeceb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1dcaa7c63af1ae > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a03b8a965ba18ad > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab1c9a4a1ea664d , #ab1c9a4a1ea664d a{color: rgba(0, 154, 91, 1);}#abc9aa3ecda951f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9c6a08cda1015 , #ae9c6a08cda1015 a{color: rgba(0, 154, 91, 1);}#aa6c6a73bfaa9a8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2855ad5e8a38ac , #a2855ad5e8a38ac a{color: rgba(0, 154, 91, 1);}#a01ffa3434a33fc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a52e0aae2cae2e8 , #a52e0aae2cae2e8 a{color: rgba(0, 154, 91, 1);}#aee74a3cb8afbbd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0585af48bac997 , #a0585af48bac997 a{color: rgba(0, 154, 91, 1);}#aad36a1e05a9fac , #aad36a1e05a9fac a{color: rgba(255, 255, 255, 1);}#ab9faac361aa673 , #ab9faac361aa673 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a557fa5791ab27d .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#af80aa119da298d .logged {
  display: none;
}
#af80aa119da298d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#af80aa119da298d .fa-search {
  color: #ccc;
}
#af80aa119da298d .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#af80aa119da298d .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af80aa119da298d .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#af80aa119da298d .quick-menus li:last-child > a::after {
  display: none;
}
#af80aa119da298d .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#af80aa119da298d .site-header {
  height: 70px;
}
#af80aa119da298d .uk-navbar-item,
#af80aa119da298d .uk-navbar-nav > li > a,
#af80aa119da298d .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af80aa119da298d .uk-sticky-fixed .uk-navbar-item,
#af80aa119da298d .uk-sticky-fixed .uk-navbar-nav > li > a,
#af80aa119da298d .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af80aa119da298d .uk-navbar-sticky {
  background: #fff;
}
#af80aa119da298d .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#af80aa119da298d .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#af80aa119da298d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af80aa119da298d .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#af80aa119da298d .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#af80aa119da298d .sub-menu-title i,
#af80aa119da298d .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#af80aa119da298d .menu-list > .menu-item {
  position: relative;
}
#af80aa119da298d .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#af80aa119da298d .menu-list > .menu-item:hover > a::after,
#af80aa119da298d .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#af80aa119da298d .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#af80aa119da298d .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#af80aa119da298d .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#af80aa119da298d .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#af80aa119da298d .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#af80aa119da298d .sub-menu-item a:hover {
  color: #07406e;
}
#af80aa119da298d .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#af80aa119da298d .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#af80aa119da298d .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#af80aa119da298d .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#af80aa119da298d .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#af80aa119da298d .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#af80aa119da298d .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#af80aa119da298d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#af80aa119da298d .logo {
  display: inline-block;
}
#af80aa119da298d .search-box {
  position: relative;
  padding: 10px;
}
#af80aa119da298d .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#af80aa119da298d .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#af80aa119da298d .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a84d7aa4d7ab1d4 .uk-container {
  line-height: 2;
  color: #999;
}
#af80aa119da298d .uk-container {max-width: 1400px;}#af80aa119da298d [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#af80aa119da298d [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ad69da8bc1acd4b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada36a02c4a1b94 , #ada36a02c4a1b94 a{color: rgba(180, 180, 180, 1);}#ac2c7ae45cae546 , #ac2c7ae45cae546 a{color: rgba(180, 180, 180, 1);}#ad5eca6eb4a4965 , #ad5eca6eb4a4965 a{color: rgba(180, 180, 180, 1);}#a637da3569a4f61 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a42ffa6ba6aa79a .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afa9cac360a4f52 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#afa9cac360a4f52 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#aa264ad514a7193 .ab6a9a9af1a5bb5 {
  overflow: hidden;
}
#aa264ad514a7193 .ab6a9a9af1a5bb5 , #aa264ad514a7193 .ab6a9a9af1a5bb5 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#aa264ad514a7193 .ab6a9a9af1a5bb5:hover , #aa264ad514a7193 .ab6a9a9af1a5bb5 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#aa264ad514a7193 .uk-grid {
  margin-left: 0px;
}
#aa264ad514a7193 .uk-grid > * {
  padding-left: 0px;
}
#aa264ad514a7193 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa264ad514a7193 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa264ad514a7193 .uk-position-center-left-out {
    left: -30px;
  }
  #aa264ad514a7193 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab3caad575af214 , #ab3caad575af214 a{color: rgba(255, 255, 255, 1);}#ae412a3274a6712 , #ae412a3274a6712 a{color: rgba(255, 255, 255, 1);}#aaa34ac5a2ae07c .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#aaa34ac5a2ae07c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#a0b9cae75fa4bba , #a0b9cae75fa4bba a{color: rgba(255, 255, 255, 1);}#a7e2bae552a6213 , #a7e2bae552a6213 a{color: rgba(255, 255, 255, 1);}#ac310a678caf94d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a35a1a8aa7ff1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa732a8a97a871f , #aa732a8a97a871f a{color: rgba(0, 154, 91, 1);}#ad404ab0aaac13b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e96a284fafce2 , #a4e96a284fafce2 a{color: rgba(0, 154, 91, 1);}#aee92ae242a0adb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a81bea7a8fa3b57 , #a81bea7a8fa3b57 a{color: rgba(0, 154, 91, 1);}#a5dccae565a93b3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a001caf298a1eb2 , #a001caf298a1eb2 a{color: rgba(0, 154, 91, 1);}#a633fa565ba8b79 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1344abd69a6606 {
  overflow: hidden;
}
#a1344abd69a6606 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1344abd69a6606 .img-wrap:hover {
  transform: scale(1.5);
}
#aa9ebad428ad459 , #aa9ebad428ad459 a{color: rgba(155, 155, 155, 1);}#ae2a5a7bb4acf49 {
  overflow: hidden;
}
#ae2a5a7bb4acf49 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae2a5a7bb4acf49 .img-wrap:hover {
  transform: scale(1.5);
}
#a3077aaab5a08d3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae776ab9b5a7de9 {
  overflow: hidden;
}
#ae776ab9b5a7de9 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae776ab9b5a7de9 .img-wrap:hover {
  transform: scale(1.5);
}
#a06c3a0961a7d4a , #a06c3a0961a7d4a a{color: rgba(155, 155, 155, 1);}#a1555a4b2ba3de3 {
  overflow: hidden;
}
#a1555a4b2ba3de3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1555a4b2ba3de3 .img-wrap:hover {
  transform: scale(1.5);
}
#ac1f8a687da6153 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab81ba7f62a0aad {
  overflow: hidden;
}
#ab81ba7f62a0aad .img-wrap {
  transition: all 0.3s ease-in;
}
#ab81ba7f62a0aad .img-wrap:hover {
  transform: scale(1.5);
}
#acffba9976af213 , #acffba9976af213 a{color: rgba(155, 155, 155, 1);}#a7c65ad900a7bb4 {
  overflow: hidden;
}
#a7c65ad900a7bb4 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7c65ad900a7bb4 .img-wrap:hover {
  transform: scale(1.5);
}
#a0a29a7009a6e6c , #a0a29a7009a6e6c a{color: rgba(0, 154, 91, 1);}#afecba9b8ea5c4f , #afecba9b8ea5c4f a{color: rgba(255, 255, 255, 1);}#a36d9a2a6aa1ddf , #a36d9a2a6aa1ddf a{color: rgba(255, 255, 255, 1);}#acd46aecbaa4e28 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa682aa834af5ff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab29abedaa8f34 , #aab29abedaa8f34 a{color: rgba(0, 154, 91, 1);}#a8f17a314ca6b83 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a004ba56d7a25c1 , #a004ba56d7a25c1 a{color: rgba(0, 154, 91, 1);}#abc4ca8ea7a8e91 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6e48a238fa36da , #a6e48a238fa36da a{color: rgba(0, 154, 91, 1);}#a0f48a4d9ea5e91 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a13d7a83aba2fcf , #a13d7a83aba2fcf a{color: rgba(0, 154, 91, 1);}#ad775a31a8a5847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e40aab20a4e06 , #a4e40aab20a4e06 a{color: rgba(0, 154, 91, 1);}#a535aab922a201a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a535aab922a201a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3963aa515a3cdb , #a3963aa515a3cdb a{color: rgba(255, 255, 255, 1);}#aaeeead5e6a53e9 , #aaeeead5e6a53e9 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae6d1ad5f4a305a .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a37baa2678a4f9e .logged {
  display: none;
}
#a37baa2678a4f9e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a37baa2678a4f9e .fa-search {
  color: #ccc;
}
#a37baa2678a4f9e .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a37baa2678a4f9e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a37baa2678a4f9e .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a37baa2678a4f9e .quick-menus li:last-child > a::after {
  display: none;
}
#a37baa2678a4f9e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a37baa2678a4f9e .site-header {
  height: 70px;
}
#a37baa2678a4f9e .uk-navbar-item,
#a37baa2678a4f9e .uk-navbar-nav > li > a,
#a37baa2678a4f9e .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a37baa2678a4f9e .uk-sticky-fixed .uk-navbar-item,
#a37baa2678a4f9e .uk-sticky-fixed .uk-navbar-nav > li > a,
#a37baa2678a4f9e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a37baa2678a4f9e .uk-navbar-sticky {
  background: #fff;
}
#a37baa2678a4f9e .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a37baa2678a4f9e .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a37baa2678a4f9e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a37baa2678a4f9e .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a37baa2678a4f9e .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a37baa2678a4f9e .sub-menu-title i,
#a37baa2678a4f9e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a37baa2678a4f9e .menu-list > .menu-item {
  position: relative;
}
#a37baa2678a4f9e .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a37baa2678a4f9e .menu-list > .menu-item:hover > a::after,
#a37baa2678a4f9e .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a37baa2678a4f9e .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a37baa2678a4f9e .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a37baa2678a4f9e .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a37baa2678a4f9e .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a37baa2678a4f9e .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a37baa2678a4f9e .sub-menu-item a:hover {
  color: #07406e;
}
#a37baa2678a4f9e .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a37baa2678a4f9e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a37baa2678a4f9e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a37baa2678a4f9e .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a37baa2678a4f9e .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a37baa2678a4f9e .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a37baa2678a4f9e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a37baa2678a4f9e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a37baa2678a4f9e .logo {
  display: inline-block;
}
#a37baa2678a4f9e .search-box {
  position: relative;
  padding: 10px;
}
#a37baa2678a4f9e .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a37baa2678a4f9e .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a37baa2678a4f9e .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a8c00a64d1a49e1 .uk-container {
  line-height: 2;
  color: #999;
}
#a37baa2678a4f9e .uk-container {max-width: 1400px;}#a37baa2678a4f9e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a37baa2678a4f9e [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#aecaea1d72a9880 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a524ca908ca4855 , #a524ca908ca4855 a{color: rgba(180, 180, 180, 1);}#afe64a00d0aeb88 , #afe64a00d0aeb88 a{color: rgba(180, 180, 180, 1);}#a6c0eacfbca0449 , #a6c0eacfbca0449 a{color: rgba(180, 180, 180, 1);}#ac460a4737a50fa > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a89ecacd3ba51e4 .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad71ba0e9ea08f4 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#ad71ba0e9ea08f4 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a08c0a7f02a4f90 .a8b91a8c89ad2bb {
  overflow: hidden;
}
#a08c0a7f02a4f90 .a8b91a8c89ad2bb , #a08c0a7f02a4f90 .a8b91a8c89ad2bb > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a08c0a7f02a4f90 .a8b91a8c89ad2bb:hover , #a08c0a7f02a4f90 .a8b91a8c89ad2bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a08c0a7f02a4f90 .uk-grid {
  margin-left: 0px;
}
#a08c0a7f02a4f90 .uk-grid > * {
  padding-left: 0px;
}
#a08c0a7f02a4f90 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a08c0a7f02a4f90 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a08c0a7f02a4f90 .uk-position-center-left-out {
    left: -30px;
  }
  #a08c0a7f02a4f90 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a89c6a7d5ca9ec0 , #a89c6a7d5ca9ec0 a{color: rgba(255, 255, 255, 1);}#aca65a5f2fa65c4 , #aca65a5f2fa65c4 a{color: rgba(255, 255, 255, 1);}#a812faed1baf1cf .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a812faed1baf1cf .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#ad13ca1c71a5f6f , #ad13ca1c71a5f6f a{color: rgba(255, 255, 255, 1);}#af28da7631aa736 , #af28da7631aa736 a{color: rgba(255, 255, 255, 1);}#a966da5246ab987 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6db4a8f39ad639 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0bc1ab60ba8e80 , #a0bc1ab60ba8e80 a{color: rgba(0, 154, 91, 1);}#ab4e6a410ea1504 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a40b1ae299a2346 , #a40b1ae299a2346 a{color: rgba(0, 154, 91, 1);}#ab40da0b7fa65e5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8c3ac1d4acb5a , #ad8c3ac1d4acb5a a{color: rgba(0, 154, 91, 1);}#aac97aa872ad186 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae0f3a6a98a4ce6 , #ae0f3a6a98a4ce6 a{color: rgba(0, 154, 91, 1);}#a29cea89d0aa8d5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab159a1050ac456 {
  overflow: hidden;
}
#ab159a1050ac456 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab159a1050ac456 .img-wrap:hover {
  transform: scale(1.5);
}
#ad053a1850ad895 , #ad053a1850ad895 a{color: rgba(155, 155, 155, 1);}#afb5ea5f22aa899 {
  overflow: hidden;
}
#afb5ea5f22aa899 .img-wrap {
  transition: all 0.3s ease-in;
}
#afb5ea5f22aa899 .img-wrap:hover {
  transform: scale(1.5);
}
#a4986a2330a1635 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d1da810fa925f {
  overflow: hidden;
}
#a1d1da810fa925f .img-wrap {
  transition: all 0.3s ease-in;
}
#a1d1da810fa925f .img-wrap:hover {
  transform: scale(1.5);
}
#afcc4a504caad14 , #afcc4a504caad14 a{color: rgba(155, 155, 155, 1);}#a8357a4c8fa25ff {
  overflow: hidden;
}
#a8357a4c8fa25ff .img-wrap {
  transition: all 0.3s ease-in;
}
#a8357a4c8fa25ff .img-wrap:hover {
  transform: scale(1.5);
}
#aa04ea4311aa163 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2d37a294aa3847 {
  overflow: hidden;
}
#a2d37a294aa3847 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2d37a294aa3847 .img-wrap:hover {
  transform: scale(1.5);
}
#a62acaca60ac0db , #a62acaca60ac0db a{color: rgba(155, 155, 155, 1);}#a369dafa5bad70d {
  overflow: hidden;
}
#a369dafa5bad70d .img-wrap {
  transition: all 0.3s ease-in;
}
#a369dafa5bad70d .img-wrap:hover {
  transform: scale(1.5);
}
#a9e16a473faea1a , #a9e16a473faea1a a{color: rgba(255, 255, 255, 1);}#a932aa1733a00ec , #a932aa1733a00ec a{color: rgba(255, 255, 255, 1);}#a870eaa495a061f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae27ae017ad4f5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a93baa3a01ac5e5 , #a93baa3a01ac5e5 a{color: rgba(0, 154, 91, 1);}#a32a1a4f89a405f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f4babb69aad4c , #a7f4babb69aad4c a{color: rgba(0, 154, 91, 1);}#a65fbaee57acb39 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa41da3eb0aebd0 , #aa41da3eb0aebd0 a{color: rgba(0, 154, 91, 1);}#a8741a0222afe91 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a09d8a1f73afd56 , #a09d8a1f73afd56 a{color: rgba(0, 154, 91, 1);}#a40a4a15faa79f3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adce2a43d3aa64e , #adce2a43d3aa64e a{color: rgba(0, 154, 91, 1);}#ab702a403aaf5b3 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab702a403aaf5b3 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#adf80af99ea0fd1 , #adf80af99ea0fd1 a{color: rgba(255, 255, 255, 1);}#af769a5667ad97c , #af769a5667ad97c a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af43aac096a3e85 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aee98a9ea6ae4c4 .logged {
  display: none;
}
#aee98a9ea6ae4c4 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aee98a9ea6ae4c4 .fa-search {
  color: #ccc;
}
#aee98a9ea6ae4c4 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aee98a9ea6ae4c4 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aee98a9ea6ae4c4 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aee98a9ea6ae4c4 .quick-menus li:last-child > a::after {
  display: none;
}
#aee98a9ea6ae4c4 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aee98a9ea6ae4c4 .site-header {
  height: 70px;
}
#aee98a9ea6ae4c4 .uk-navbar-item,
#aee98a9ea6ae4c4 .uk-navbar-nav > li > a,
#aee98a9ea6ae4c4 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aee98a9ea6ae4c4 .uk-sticky-fixed .uk-navbar-item,
#aee98a9ea6ae4c4 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aee98a9ea6ae4c4 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aee98a9ea6ae4c4 .uk-navbar-sticky {
  background: #fff;
}
#aee98a9ea6ae4c4 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aee98a9ea6ae4c4 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aee98a9ea6ae4c4 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aee98a9ea6ae4c4 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aee98a9ea6ae4c4 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aee98a9ea6ae4c4 .sub-menu-title i,
#aee98a9ea6ae4c4 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aee98a9ea6ae4c4 .menu-list > .menu-item {
  position: relative;
}
#aee98a9ea6ae4c4 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aee98a9ea6ae4c4 .menu-list > .menu-item:hover > a::after,
#aee98a9ea6ae4c4 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aee98a9ea6ae4c4 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aee98a9ea6ae4c4 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aee98a9ea6ae4c4 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aee98a9ea6ae4c4 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aee98a9ea6ae4c4 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aee98a9ea6ae4c4 .sub-menu-item a:hover {
  color: #07406e;
}
#aee98a9ea6ae4c4 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aee98a9ea6ae4c4 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aee98a9ea6ae4c4 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aee98a9ea6ae4c4 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aee98a9ea6ae4c4 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aee98a9ea6ae4c4 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aee98a9ea6ae4c4 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aee98a9ea6ae4c4 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aee98a9ea6ae4c4 .logo {
  display: inline-block;
}
#aee98a9ea6ae4c4 .search-box {
  position: relative;
  padding: 10px;
}
#aee98a9ea6ae4c4 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aee98a9ea6ae4c4 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aee98a9ea6ae4c4 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a7587aaf3da9823 .uk-container {
  line-height: 2;
  color: #999;
}
#aee98a9ea6ae4c4 .uk-container {max-width: 1400px;}#aee98a9ea6ae4c4 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aee98a9ea6ae4c4 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#aac02a5db3ae73b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f4aacd27a9f4a , #a3f4aacd27a9f4a a{color: rgba(180, 180, 180, 1);}#afe63a87e3ac2d4 , #afe63a87e3ac2d4 a{color: rgba(180, 180, 180, 1);}#ab69fa966baec04 , #ab69fa966baec04 a{color: rgba(180, 180, 180, 1);}#a21fbab952a4643 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a0406aeeeba2360 .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3813a0f28a0e32 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a3813a0f28a0e32 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a00c1ab705af8b3 .a7253a6f44ae115 {
  overflow: hidden;
}
#a00c1ab705af8b3 .a7253a6f44ae115 , #a00c1ab705af8b3 .a7253a6f44ae115 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a00c1ab705af8b3 .a7253a6f44ae115:hover , #a00c1ab705af8b3 .a7253a6f44ae115 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a00c1ab705af8b3 .uk-grid {
  margin-left: 0px;
}
#a00c1ab705af8b3 .uk-grid > * {
  padding-left: 0px;
}
#a00c1ab705af8b3 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a00c1ab705af8b3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a00c1ab705af8b3 .uk-position-center-left-out {
    left: -30px;
  }
  #a00c1ab705af8b3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a64b8a011eaf312 , #a64b8a011eaf312 a{color: rgba(255, 255, 255, 1);}#a3aa6aa5aba78a2 , #a3aa6aa5aba78a2 a{color: rgba(255, 255, 255, 1);}#a2a77ad2a4a4fbb .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a2a77ad2a4a4fbb .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#ad5cdac8faa2490 , #ad5cdac8faa2490 a{color: rgba(255, 255, 255, 1);}#a2452a0297a66a1 , #a2452a0297a66a1 a{color: rgba(255, 255, 255, 1);}#a0bdfa37caa9400 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac9e9ab9f7aa5de > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6be1a3dd5ac881 , #a6be1a3dd5ac881 a{color: rgba(0, 154, 91, 1);}#a543bac277a54d5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b6cac606ae9f2 , #a1b6cac606ae9f2 a{color: rgba(0, 154, 91, 1);}#ab523af803a0e23 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a264dad414aee77 , #a264dad414aee77 a{color: rgba(0, 154, 91, 1);}#a88bdacc45af7dd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab5d6ad848aa81c {
  overflow: hidden;
}
#ab5d6ad848aa81c .img-wrap {
  transition: all 0.3s ease-in;
}
#ab5d6ad848aa81c .img-wrap:hover {
  transform: scale(1.5);
}
#a3076a1354aade2 , #a3076a1354aade2 a{color: rgba(155, 155, 155, 1);}#a5abfa394ba232a {
  overflow: hidden;
}
#a5abfa394ba232a .img-wrap {
  transition: all 0.3s ease-in;
}
#a5abfa394ba232a .img-wrap:hover {
  transform: scale(1.5);
}
#abf67ab10fa2d83 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab95ca2180a39ed {
  overflow: hidden;
}
#ab95ca2180a39ed .img-wrap {
  transition: all 0.3s ease-in;
}
#ab95ca2180a39ed .img-wrap:hover {
  transform: scale(1.5);
}
#a50d7a8abea6e63 , #a50d7a8abea6e63 a{color: rgba(155, 155, 155, 1);}#a4c86a8a53ac39c {
  overflow: hidden;
}
#a4c86a8a53ac39c .img-wrap {
  transition: all 0.3s ease-in;
}
#a4c86a8a53ac39c .img-wrap:hover {
  transform: scale(1.5);
}
#af3c4a4f7aa7bbd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0554aff03adb82 {
  overflow: hidden;
}
#a0554aff03adb82 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0554aff03adb82 .img-wrap:hover {
  transform: scale(1.5);
}
#a197fa7daaa88ca , #a197fa7daaa88ca a{color: rgba(155, 155, 155, 1);}#a7c32a34d5ace5f {
  overflow: hidden;
}
#a7c32a34d5ace5f .img-wrap {
  transition: all 0.3s ease-in;
}
#a7c32a34d5ace5f .img-wrap:hover {
  transform: scale(1.5);
}
#a89e0a4665af5ae , #a89e0a4665af5ae a{color: rgba(255, 255, 255, 1);}#aa647a126eaf9dd , #aa647a126eaf9dd a{color: rgba(255, 255, 255, 1);}#a07dcaef93a1924 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab26ea8884af6de > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adfaba4ca7ab9db , #adfaba4ca7ab9db a{color: rgba(0, 154, 91, 1);}#a883aac84da028e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae580a5934a20fb , #ae580a5934a20fb a{color: rgba(0, 154, 91, 1);}#ae3f3ab349ad064 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4983a48dba951e , #a4983a48dba951e a{color: rgba(0, 154, 91, 1);}#a50b5a8bcaa7e8a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae90fa4dcea7cec , #ae90fa4dcea7cec a{color: rgba(0, 154, 91, 1);}#a9063ad40eaed9e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0096a77b5a7a51 , #a0096a77b5a7a51 a{color: rgba(0, 154, 91, 1);}#afc67ae285a63e9 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#afc67ae285a63e9 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a651daba79aa414 , #a651daba79aa414 a{color: rgba(255, 255, 255, 1);}#a2691a8001a0b83 , #a2691a8001a0b83 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8ed2abb17af9f9 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aabfaa0d70ae1e6 .logged {
  display: none;
}
#aabfaa0d70ae1e6 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aabfaa0d70ae1e6 .fa-search {
  color: #ccc;
}
#aabfaa0d70ae1e6 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aabfaa0d70ae1e6 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aabfaa0d70ae1e6 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aabfaa0d70ae1e6 .quick-menus li:last-child > a::after {
  display: none;
}
#aabfaa0d70ae1e6 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aabfaa0d70ae1e6 .site-header {
  height: 70px;
}
#aabfaa0d70ae1e6 .uk-navbar-item,
#aabfaa0d70ae1e6 .uk-navbar-nav > li > a,
#aabfaa0d70ae1e6 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aabfaa0d70ae1e6 .uk-sticky-fixed .uk-navbar-item,
#aabfaa0d70ae1e6 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aabfaa0d70ae1e6 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aabfaa0d70ae1e6 .uk-navbar-sticky {
  background: #fff;
}
#aabfaa0d70ae1e6 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aabfaa0d70ae1e6 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aabfaa0d70ae1e6 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aabfaa0d70ae1e6 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aabfaa0d70ae1e6 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aabfaa0d70ae1e6 .sub-menu-title i,
#aabfaa0d70ae1e6 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aabfaa0d70ae1e6 .menu-list > .menu-item {
  position: relative;
}
#aabfaa0d70ae1e6 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aabfaa0d70ae1e6 .menu-list > .menu-item:hover > a::after,
#aabfaa0d70ae1e6 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aabfaa0d70ae1e6 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aabfaa0d70ae1e6 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aabfaa0d70ae1e6 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aabfaa0d70ae1e6 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aabfaa0d70ae1e6 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aabfaa0d70ae1e6 .sub-menu-item a:hover {
  color: #07406e;
}
#aabfaa0d70ae1e6 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aabfaa0d70ae1e6 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aabfaa0d70ae1e6 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aabfaa0d70ae1e6 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aabfaa0d70ae1e6 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aabfaa0d70ae1e6 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aabfaa0d70ae1e6 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aabfaa0d70ae1e6 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aabfaa0d70ae1e6 .logo {
  display: inline-block;
}
#aabfaa0d70ae1e6 .search-box {
  position: relative;
  padding: 10px;
}
#aabfaa0d70ae1e6 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aabfaa0d70ae1e6 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aabfaa0d70ae1e6 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ad5fea38f5aedb6 .uk-container {
  line-height: 2;
  color: #999;
}
#aabfaa0d70ae1e6 .uk-container {max-width: 1400px;}#aabfaa0d70ae1e6 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aabfaa0d70ae1e6 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a29c5a91cca11e0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb4aa017da5dcc , #acb4aa017da5dcc a{color: rgba(180, 180, 180, 1);}#a38d8abc97a1b65 , #a38d8abc97a1b65 a{color: rgba(180, 180, 180, 1);}#ab91cac705aa7b9 , #ab91cac705aa7b9 a{color: rgba(180, 180, 180, 1);}#aa238ac55ba59de > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#ad6c2a1546ab398 .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2548ac76ea47d6 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a2548ac76ea47d6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#ad3f1aa7a7a20f8 .a9876acd8ba8d34 {
  overflow: hidden;
}
#ad3f1aa7a7a20f8 .a9876acd8ba8d34 , #ad3f1aa7a7a20f8 .a9876acd8ba8d34 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#ad3f1aa7a7a20f8 .a9876acd8ba8d34:hover , #ad3f1aa7a7a20f8 .a9876acd8ba8d34 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#ad3f1aa7a7a20f8 .uk-grid {
  margin-left: 0px;
}
#ad3f1aa7a7a20f8 .uk-grid > * {
  padding-left: 0px;
}
#ad3f1aa7a7a20f8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad3f1aa7a7a20f8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad3f1aa7a7a20f8 .uk-position-center-left-out {
    left: -30px;
  }
  #ad3f1aa7a7a20f8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad10aa74aeaa16e , #ad10aa74aeaa16e a{color: rgba(255, 255, 255, 1);}#a7d51a24f0a83d1 , #a7d51a24f0a83d1 a{color: rgba(255, 255, 255, 1);}#a86b5ae1daa67e8 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a86b5ae1daa67e8 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#af1b7a1325aeeda , #af1b7a1325aeeda a{color: rgba(255, 255, 255, 1);}#aacbcaaef4a2a5d , #aacbcaaef4a2a5d a{color: rgba(255, 255, 255, 1);}#a2ff0af84ba3c06 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff03a255fa61f6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a45c2a6d00afd10 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a82feac223a950b , #a82feac223a950b a{color: rgba(0, 154, 91, 1);}#a66e4a3c20aee64 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a36bfacfc5a56a2 , #a36bfacfc5a56a2 a{color: rgba(0, 154, 91, 1);}#ababfada39ae1f4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1f8a60c5a677f {
  overflow: hidden;
}
#af1f8a60c5a677f .img-wrap {
  transition: all 0.3s ease-in;
}
#af1f8a60c5a677f .img-wrap:hover {
  transform: scale(1.5);
}
#a2c96a25aca2ed7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f08a3cebae4b7 , #a5f08a3cebae4b7 a{color: rgba(255, 255, 255, 1);}#a3ad5a041fae7c1 , #a3ad5a041fae7c1 a{color: rgba(255, 255, 255, 1);}#a4266a848facfee .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a4266a848facfee .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ae3aca5554a7673 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe40ae481a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acf6ea8d1da9446 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a78e7a25d9ab497 , #a78e7a25d9ab497 a{color: rgba(0, 154, 91, 1);}#a96c7a3ed4ad7b8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3b64aa980a1e02 , #a3b64aa980a1e02 a{color: rgba(0, 154, 91, 1);}#a3a5da384faa901 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab45aab479a39a8 , #ab45aab479a39a8 a{color: rgba(0, 154, 91, 1);}#acbf1a5390a554e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae74ea3c06a81a6 , #ae74ea3c06a81a6 a{color: rgba(0, 154, 91, 1);}#a3525a1a97a237c , #a3525a1a97a237c a{color: rgba(255, 255, 255, 1);}#af10fa68f0afea0 , #af10fa68f0afea0 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9585aa25ba2030 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac480abb21aef2b .logged {
  display: none;
}
#ac480abb21aef2b .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ac480abb21aef2b .fa-search {
  color: #ccc;
}
#ac480abb21aef2b .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ac480abb21aef2b .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ac480abb21aef2b .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ac480abb21aef2b .quick-menus li:last-child > a::after {
  display: none;
}
#ac480abb21aef2b .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ac480abb21aef2b .site-header {
  height: 70px;
}
#ac480abb21aef2b .uk-navbar-item,
#ac480abb21aef2b .uk-navbar-nav > li > a,
#ac480abb21aef2b .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ac480abb21aef2b .uk-sticky-fixed .uk-navbar-item,
#ac480abb21aef2b .uk-sticky-fixed .uk-navbar-nav > li > a,
#ac480abb21aef2b .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ac480abb21aef2b .uk-navbar-sticky {
  background: #fff;
}
#ac480abb21aef2b .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ac480abb21aef2b .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ac480abb21aef2b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac480abb21aef2b .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ac480abb21aef2b .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ac480abb21aef2b .sub-menu-title i,
#ac480abb21aef2b .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ac480abb21aef2b .menu-list > .menu-item {
  position: relative;
}
#ac480abb21aef2b .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ac480abb21aef2b .menu-list > .menu-item:hover > a::after,
#ac480abb21aef2b .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ac480abb21aef2b .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ac480abb21aef2b .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ac480abb21aef2b .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ac480abb21aef2b .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ac480abb21aef2b .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ac480abb21aef2b .sub-menu-item a:hover {
  color: #07406e;
}
#ac480abb21aef2b .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ac480abb21aef2b .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ac480abb21aef2b .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ac480abb21aef2b .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ac480abb21aef2b .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ac480abb21aef2b .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ac480abb21aef2b .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ac480abb21aef2b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ac480abb21aef2b .logo {
  display: inline-block;
}
#ac480abb21aef2b .search-box {
  position: relative;
  padding: 10px;
}
#ac480abb21aef2b .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ac480abb21aef2b .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ac480abb21aef2b .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ae355a56e7a0586 .uk-container {
  line-height: 2;
  color: #999;
}
#ac480abb21aef2b .uk-container {max-width: 1400px;}#ac480abb21aef2b [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ac480abb21aef2b [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a05caaa018aeec3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3a1a76b5ade05 , #aa3a1a76b5ade05 a{color: rgba(180, 180, 180, 1);}#a2ac9acc56ab67d , #a2ac9acc56ab67d a{color: rgba(180, 180, 180, 1);}#a50a0a1c89a3554 , #a50a0a1c89a3554 a{color: rgba(180, 180, 180, 1);}#a481da8e0aa6fe1 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a99dba1e8da1e10 .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#accfbaca56a9cf0 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#accfbaca56a9cf0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a7413aff7aa54f9 .af06ba5a3cab3fc {
  overflow: hidden;
}
#a7413aff7aa54f9 .af06ba5a3cab3fc , #a7413aff7aa54f9 .af06ba5a3cab3fc > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a7413aff7aa54f9 .af06ba5a3cab3fc:hover , #a7413aff7aa54f9 .af06ba5a3cab3fc *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a7413aff7aa54f9 .uk-grid {
  margin-left: 0px;
}
#a7413aff7aa54f9 .uk-grid > * {
  padding-left: 0px;
}
#a7413aff7aa54f9 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7413aff7aa54f9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7413aff7aa54f9 .uk-position-center-left-out {
    left: -30px;
  }
  #a7413aff7aa54f9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5920a2858aa9db , #a5920a2858aa9db a{color: rgba(255, 255, 255, 1);}#a4552ad496a60dd , #a4552ad496a60dd a{color: rgba(255, 255, 255, 1);}#a4778a7919ad9c2 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a4778a7919ad9c2 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#abf92a4ef6a08cf , #abf92a4ef6a08cf a{color: rgba(255, 255, 255, 1);}#aa9d2a71deafb37 , #aa9d2a71deafb37 a{color: rgba(255, 255, 255, 1);}#a8080a821ba0c4c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2167a98cfa24ab > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a61b9af660af1c6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d42ac7c7aff4a , #a6d42ac7c7aff4a a{color: rgba(0, 154, 91, 1);}#ae0f0a3a27a8519 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaa9fa369ba2fdc {
  overflow: hidden;
}
#aaa9fa369ba2fdc .img-wrap {
  transition: all 0.3s ease-in;
}
#aaa9fa369ba2fdc .img-wrap:hover {
  transform: scale(1.5);
}
#aa1b5a6a34af856 {
  overflow: hidden;
}
#aa1b5a6a34af856 .img-wrap {
  transition: all 0.3s ease-in;
}
#aa1b5a6a34af856 .img-wrap:hover {
  transform: scale(1.5);
}
#afaeea2387a86b6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a25ada047fac982 , #a25ada047fac982 a{color: rgba(255, 255, 255, 1);}#a3b45a71b1aa75b , #a3b45a71b1aa75b a{color: rgba(255, 255, 255, 1);}#af8bda8030a1877 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af8bda8030a1877 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aa44facfc3a99b7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4564a8626a55f6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7676abf8aa000b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6742a287ca4c17 , #a6742a287ca4c17 a{color: rgba(0, 154, 91, 1);}#ac7faa8f24aba75 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a884ba1f97a4575 , #a884ba1f97a4575 a{color: rgba(0, 154, 91, 1);}#ae5faaf252a6ea8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ed0a2122a5d95 , #a8ed0a2122a5d95 a{color: rgba(0, 154, 91, 1);}#a1857afda2aeb17 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6a3ca8ab5aec5c , #a6a3ca8ab5aec5c a{color: rgba(0, 154, 91, 1);}#a2bb3a9665a1f82 , #a2bb3a9665a1f82 a{color: rgba(255, 255, 255, 1);}#aff07a7f2ba752e , #aff07a7f2ba752e a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2424a8cdca521a .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad8f9a6553a8b69 .logged {
  display: none;
}
#ad8f9a6553a8b69 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad8f9a6553a8b69 .fa-search {
  color: #ccc;
}
#ad8f9a6553a8b69 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ad8f9a6553a8b69 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad8f9a6553a8b69 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ad8f9a6553a8b69 .quick-menus li:last-child > a::after {
  display: none;
}
#ad8f9a6553a8b69 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad8f9a6553a8b69 .site-header {
  height: 70px;
}
#ad8f9a6553a8b69 .uk-navbar-item,
#ad8f9a6553a8b69 .uk-navbar-nav > li > a,
#ad8f9a6553a8b69 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad8f9a6553a8b69 .uk-sticky-fixed .uk-navbar-item,
#ad8f9a6553a8b69 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad8f9a6553a8b69 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad8f9a6553a8b69 .uk-navbar-sticky {
  background: #fff;
}
#ad8f9a6553a8b69 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ad8f9a6553a8b69 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ad8f9a6553a8b69 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad8f9a6553a8b69 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ad8f9a6553a8b69 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ad8f9a6553a8b69 .sub-menu-title i,
#ad8f9a6553a8b69 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad8f9a6553a8b69 .menu-list > .menu-item {
  position: relative;
}
#ad8f9a6553a8b69 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ad8f9a6553a8b69 .menu-list > .menu-item:hover > a::after,
#ad8f9a6553a8b69 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ad8f9a6553a8b69 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ad8f9a6553a8b69 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ad8f9a6553a8b69 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ad8f9a6553a8b69 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ad8f9a6553a8b69 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ad8f9a6553a8b69 .sub-menu-item a:hover {
  color: #07406e;
}
#ad8f9a6553a8b69 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ad8f9a6553a8b69 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ad8f9a6553a8b69 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad8f9a6553a8b69 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ad8f9a6553a8b69 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ad8f9a6553a8b69 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ad8f9a6553a8b69 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ad8f9a6553a8b69 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ad8f9a6553a8b69 .logo {
  display: inline-block;
}
#ad8f9a6553a8b69 .search-box {
  position: relative;
  padding: 10px;
}
#ad8f9a6553a8b69 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ad8f9a6553a8b69 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ad8f9a6553a8b69 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a6263a5a70a8d80 .uk-container {
  line-height: 2;
  color: #999;
}
#ad8f9a6553a8b69 .uk-container {max-width: 1400px;}#ad8f9a6553a8b69 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ad8f9a6553a8b69 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a6e2aac97cacc82 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a6e2aac97cacc82 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#af460aa3e0a4a95 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ad5baa620faafec .uk-grid {
  margin-left: 0px;
}
#ad5baa620faafec .uk-grid > * {
  padding-left: 0px;
}
#ad5baa620faafec .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad5baa620faafec .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad5baa620faafec .uk-position-center-left-out {
    left: -30px;
  }
  #ad5baa620faafec .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac60aa06baa0f40 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abaa9a3084a1662 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ab3b5a793ea1be4 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#af7e1aa101ad8be a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a7998abe8da8379 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a7998abe8da8379 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ab5cfa15cea69a1 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ab5cfa15cea69a1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ac904a1d84a276c .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ac904a1d84a276c .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad570ad7b2a0d20 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ad570ad7b2a0d20 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6efbacbdaa50ab , #a6efbacbdaa50ab a{color: rgba(255, 255, 255, 0);}#a4fc9ac417a3d56 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a25a9a3ccda4e0c {
  overflow: hidden;
}
#a25a9a3ccda4e0c .img-wrap {
  transition: all 0.3s ease-in;
}
#a25a9a3ccda4e0c .img-wrap:hover {
  transform: scale(1.5);
}
#a2ec5a4887aafe1 {
  overflow: hidden;
}
#a2ec5a4887aafe1 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2ec5a4887aafe1 .img-wrap:hover {
  transform: scale(1.5);
}
#aa996aa061a9096 , #aa996aa061a9096 a{color: rgba(255, 255, 255, 0);}#a8dd3a7900adc06 , #a8dd3a7900adc06 a{color: rgba(255, 255, 255, 0);}#a7c41ace74a2866 , #a7c41ace74a2866 a{color: rgba(255, 255, 255, 0);}#a2a12ad48fae57e , #a2a12ad48fae57e a{color: rgba(255, 255, 255, 0);}#ae15aabdaeaf913 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a8b6ba92f3a8e44 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5eeaa38b1a8058 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#acc8ca9df9af6f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3431aa237a7716 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2f88aaf92ae970 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a37d3a0aeca9dee .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a834da6b64af00b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3ee1a859da7b22 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab275aca7fa6145 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab275aca7fa6145  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8cc1ac649a2c67 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4b68a31c7a5348 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4b68a31c7a5348  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a2246a259ca343d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1e9aab0cda2eed > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1e9aab0cda2eed  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a933ca4442a3a01 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aec9da647ca960e > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aec9da647ca960e  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1e17abb5ba68f2 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0fbea53c5af950 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0fbea53c5af950 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ada05a9402ae7d2 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ada05a9402ae7d2 .ele-wrap:hover {background-color: #509c49;}#adb8ba613faec7c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#adb8ba613faec7c .ele-wrap:hover {background-color: #509c49;}#a6e6ca45f6af59a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6e6ca45f6af59a .ele-wrap:hover {background-color: #509c49;}#a4be3ac82bab5a6 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4be3ac82bab5a6 .ele-wrap:hover {background-color: #509c49;}#a4623a571cabb1f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4623a571cabb1f .ele-wrap:hover {background-color: #509c49;}#a1754a78dbae74e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a1754a78dbae74e .ele-wrap:hover {background-color: #509c49;}#aab72a20e4a4542 , #aab72a20e4a4542 a{color: rgba(155, 155, 155, 1);}#ae2fbab735ac612 , #ae2fbab735ac612 a{color: rgba(155, 155, 155, 1);}#a8d3ea36a6aaee6 , #a8d3ea36a6aaee6 a{color: rgba(155, 155, 155, 1);}#accfcacdcfadd48 , #accfcacdcfadd48 a{color: rgba(155, 155, 155, 1);}#afe80a9492a23c1 , #afe80a9492a23c1 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a306da3125a7087 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a64aaa9575a98bf .logged {
  display: none;
}
#a64aaa9575a98bf .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a64aaa9575a98bf .fa-search {
  color: #ccc;
}
#a64aaa9575a98bf .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a64aaa9575a98bf .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a64aaa9575a98bf .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a64aaa9575a98bf .quick-menus li:last-child > a::after {
  display: none;
}
#a64aaa9575a98bf .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a64aaa9575a98bf .site-header {
  height: 70px;
}
#a64aaa9575a98bf .uk-navbar-item,
#a64aaa9575a98bf .uk-navbar-nav > li > a,
#a64aaa9575a98bf .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a64aaa9575a98bf .uk-sticky-fixed .uk-navbar-item,
#a64aaa9575a98bf .uk-sticky-fixed .uk-navbar-nav > li > a,
#a64aaa9575a98bf .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a64aaa9575a98bf .uk-navbar-sticky {
  background: #fff;
}
#a64aaa9575a98bf .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a64aaa9575a98bf .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a64aaa9575a98bf .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a64aaa9575a98bf .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a64aaa9575a98bf .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a64aaa9575a98bf .sub-menu-title i,
#a64aaa9575a98bf .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a64aaa9575a98bf .menu-list > .menu-item {
  position: relative;
}
#a64aaa9575a98bf .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a64aaa9575a98bf .menu-list > .menu-item:hover > a::after,
#a64aaa9575a98bf .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a64aaa9575a98bf .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a64aaa9575a98bf .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a64aaa9575a98bf .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a64aaa9575a98bf .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a64aaa9575a98bf .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a64aaa9575a98bf .sub-menu-item a:hover {
  color: #07406e;
}
#a64aaa9575a98bf .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a64aaa9575a98bf .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a64aaa9575a98bf .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a64aaa9575a98bf .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a64aaa9575a98bf .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a64aaa9575a98bf .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a64aaa9575a98bf .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a64aaa9575a98bf .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a64aaa9575a98bf .logo {
  display: inline-block;
}
#a64aaa9575a98bf .search-box {
  position: relative;
  padding: 10px;
}
#a64aaa9575a98bf .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a64aaa9575a98bf .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a64aaa9575a98bf .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a36b3ac621aae17 .uk-container {
  line-height: 2;
  color: #999;
}
#a64aaa9575a98bf .uk-container {max-width: 1400px;}#a64aaa9575a98bf [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a64aaa9575a98bf [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a7dc2ab1eeab198 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a44bca617aa8a92 , #a44bca617aa8a92 a{color: rgba(180, 180, 180, 1);}#a47e3a3f8ea020b , #a47e3a3f8ea020b a{color: rgba(180, 180, 180, 1);}#a77b6a04d5a34db , #a77b6a04d5a34db a{color: rgba(180, 180, 180, 1);}#af52cab69caca10 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a15abaffc6a25df .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5273af4deac1ed .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a5273af4deac1ed .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a32b7a5f61aa6ad .a147ea6490aa72a {
  overflow: hidden;
}
#a32b7a5f61aa6ad .a147ea6490aa72a , #a32b7a5f61aa6ad .a147ea6490aa72a > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a32b7a5f61aa6ad .a147ea6490aa72a:hover , #a32b7a5f61aa6ad .a147ea6490aa72a *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a32b7a5f61aa6ad .uk-grid {
  margin-left: 0px;
}
#a32b7a5f61aa6ad .uk-grid > * {
  padding-left: 0px;
}
#a32b7a5f61aa6ad .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a32b7a5f61aa6ad .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a32b7a5f61aa6ad .uk-position-center-left-out {
    left: -30px;
  }
  #a32b7a5f61aa6ad .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa40dab42fafd5c , #aa40dab42fafd5c a{color: rgba(255, 255, 255, 1);}#a396eabda9af649 , #a396eabda9af649 a{color: rgba(255, 255, 255, 1);}#a2f17a6698a5fa5 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a2f17a6698a5fa5 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#a5ec0a1167a07d2 , #a5ec0a1167a07d2 a{color: rgba(255, 255, 255, 1);}#a16f4a63f3aab3c , #a16f4a63f3aab3c a{color: rgba(255, 255, 255, 1);}#a2eb4ac067a4730 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3e6faa68aaa753 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af387a8d74a0aa7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0bc3a5ba6ac1f6 , #a0bc3a5ba6ac1f6 a{color: rgba(0, 154, 91, 1);}#ace02a354ca8eba > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade59af6d1a0b24 {
  overflow: hidden;
}
#ade59af6d1a0b24 .img-wrap {
  transition: all 0.3s ease-in;
}
#ade59af6d1a0b24 .img-wrap:hover {
  transform: scale(1.5);
}
#a47d1ac2c2af8c9 {
  overflow: hidden;
}
#a47d1ac2c2af8c9 .img-wrap {
  transition: all 0.3s ease-in;
}
#a47d1ac2c2af8c9 .img-wrap:hover {
  transform: scale(1.5);
}
#a8a36adb4aaca7e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1037ae335aef42 , #a1037ae335aef42 a{color: rgba(255, 255, 255, 1);}#a1e75a4d66a680f , #a1e75a4d66a680f a{color: rgba(255, 255, 255, 1);}#aed22a3490ac49f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aed22a3490ac49f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a9297aeec1a7212 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad6e1aedf8ab4d8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a90d4a6f96ae6ff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca7da4cafaa5a7 , #aca7da4cafaa5a7 a{color: rgba(0, 154, 91, 1);}#a675bae846a8202 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f7fada9da0528 , #a8f7fada9da0528 a{color: rgba(0, 154, 91, 1);}#a49f2abe74aa6dc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a70d1a4d94a18a3 , #a70d1a4d94a18a3 a{color: rgba(0, 154, 91, 1);}#a9058aac3ba075e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa408ba2d34 , #ac39aa408ba2d34 a{color: rgba(0, 154, 91, 1);}#a50a3a03bcad15a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2dc3a5cffad6e0 , #a2dc3a5cffad6e0 a{color: rgba(0, 154, 91, 1);}#ac163ae097a727f , #ac163ae097a727f a{color: rgba(255, 255, 255, 1);}#a8b27a100aa2ad2 , #a8b27a100aa2ad2 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa22ba6853a649e .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad57ba4b48a3be1 .logged {
  display: none;
}
#ad57ba4b48a3be1 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad57ba4b48a3be1 .fa-search {
  color: #ccc;
}
#ad57ba4b48a3be1 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ad57ba4b48a3be1 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad57ba4b48a3be1 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ad57ba4b48a3be1 .quick-menus li:last-child > a::after {
  display: none;
}
#ad57ba4b48a3be1 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad57ba4b48a3be1 .site-header {
  height: 70px;
}
#ad57ba4b48a3be1 .uk-navbar-item,
#ad57ba4b48a3be1 .uk-navbar-nav > li > a,
#ad57ba4b48a3be1 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad57ba4b48a3be1 .uk-sticky-fixed .uk-navbar-item,
#ad57ba4b48a3be1 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad57ba4b48a3be1 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad57ba4b48a3be1 .uk-navbar-sticky {
  background: #fff;
}
#ad57ba4b48a3be1 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ad57ba4b48a3be1 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ad57ba4b48a3be1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad57ba4b48a3be1 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ad57ba4b48a3be1 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ad57ba4b48a3be1 .sub-menu-title i,
#ad57ba4b48a3be1 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad57ba4b48a3be1 .menu-list > .menu-item {
  position: relative;
}
#ad57ba4b48a3be1 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ad57ba4b48a3be1 .menu-list > .menu-item:hover > a::after,
#ad57ba4b48a3be1 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ad57ba4b48a3be1 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ad57ba4b48a3be1 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ad57ba4b48a3be1 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ad57ba4b48a3be1 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ad57ba4b48a3be1 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ad57ba4b48a3be1 .sub-menu-item a:hover {
  color: #07406e;
}
#ad57ba4b48a3be1 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ad57ba4b48a3be1 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ad57ba4b48a3be1 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad57ba4b48a3be1 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ad57ba4b48a3be1 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ad57ba4b48a3be1 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ad57ba4b48a3be1 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ad57ba4b48a3be1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ad57ba4b48a3be1 .logo {
  display: inline-block;
}
#ad57ba4b48a3be1 .search-box {
  position: relative;
  padding: 10px;
}
#ad57ba4b48a3be1 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ad57ba4b48a3be1 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ad57ba4b48a3be1 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a5f47ab4efaf8fa .uk-container {
  line-height: 2;
  color: #999;
}
#ad57ba4b48a3be1 .uk-container {max-width: 1400px;}#ad57ba4b48a3be1 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ad57ba4b48a3be1 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a3823a4098abae3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2080a4758ad5c1 , #a2080a4758ad5c1 a{color: rgba(180, 180, 180, 1);}#abe57a0ad4a8d35 , #abe57a0ad4a8d35 a{color: rgba(180, 180, 180, 1);}#a7cf0a79b7ab6bd , #a7cf0a79b7ab6bd a{color: rgba(180, 180, 180, 1);}#a6a13a85f4abd06 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a8bdda9d65a545a .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a30aea3228a932e .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a30aea3228a932e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a7a66a0736a9948 .a7939a780daacc7 {
  overflow: hidden;
}
#a7a66a0736a9948 .a7939a780daacc7 , #a7a66a0736a9948 .a7939a780daacc7 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a7a66a0736a9948 .a7939a780daacc7:hover , #a7a66a0736a9948 .a7939a780daacc7 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a7a66a0736a9948 .uk-grid {
  margin-left: 0px;
}
#a7a66a0736a9948 .uk-grid > * {
  padding-left: 0px;
}
#a7a66a0736a9948 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7a66a0736a9948 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7a66a0736a9948 .uk-position-center-left-out {
    left: -30px;
  }
  #a7a66a0736a9948 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2f18a09e1a604b , #a2f18a09e1a604b a{color: rgba(255, 255, 255, 1);}#add7ca46d0aeead , #add7ca46d0aeead a{color: rgba(255, 255, 255, 1);}#ad336a2924a7805 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#ad336a2924a7805 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#a2cb7a890babd98 , #a2cb7a890babd98 a{color: rgba(255, 255, 255, 1);}#a3f02a1294ac8b2 , #a3f02a1294ac8b2 a{color: rgba(255, 255, 255, 1);}#af977a4eebae487 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c5ba5b1daad24 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2787a9b0da4ed0 , #a2787a9b0da4ed0 a{color: rgba(0, 154, 91, 1);}#a653ca0e72a057f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4775a3748a3a38 , #a4775a3748a3a38 a{color: rgba(0, 154, 91, 1);}#a3158a8b0da1b56 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0f07a2d1daa284 , #a0f07a2d1daa284 a{color: rgba(0, 154, 91, 1);}#ae3b4aa8daaf54f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8bc0af5b6a4727 , #a8bc0af5b6a4727 a{color: rgba(0, 154, 91, 1);}#ae60ead242af242 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e14a392bae7cc {
  overflow: hidden;
}
#a4e14a392bae7cc .img-wrap {
  transition: all 0.3s ease-in;
}
#a4e14a392bae7cc .img-wrap:hover {
  transform: scale(1.5);
}
#a3cbfa52e6a8919 , #a3cbfa52e6a8919 a{color: rgba(155, 155, 155, 1);}#ad5b8a67aba1cba {
  overflow: hidden;
}
#ad5b8a67aba1cba .img-wrap {
  transition: all 0.3s ease-in;
}
#ad5b8a67aba1cba .img-wrap:hover {
  transform: scale(1.5);
}
#a9ba9aab33a9eca > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad61ba8b83aae65 {
  overflow: hidden;
}
#ad61ba8b83aae65 .img-wrap {
  transition: all 0.3s ease-in;
}
#ad61ba8b83aae65 .img-wrap:hover {
  transform: scale(1.5);
}
#af2a1a3ba1a280f , #af2a1a3ba1a280f a{color: rgba(155, 155, 155, 1);}#ae1eca5e65abcc4 {
  overflow: hidden;
}
#ae1eca5e65abcc4 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae1eca5e65abcc4 .img-wrap:hover {
  transform: scale(1.5);
}
#a1e79ad081acd12 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af032a2bd4a3522 {
  overflow: hidden;
}
#af032a2bd4a3522 .img-wrap {
  transition: all 0.3s ease-in;
}
#af032a2bd4a3522 .img-wrap:hover {
  transform: scale(1.5);
}
#a8110a11aaa5e89 , #a8110a11aaa5e89 a{color: rgba(155, 155, 155, 1);}#a0cedaa315a5b7b {
  overflow: hidden;
}
#a0cedaa315a5b7b .img-wrap {
  transition: all 0.3s ease-in;
}
#a0cedaa315a5b7b .img-wrap:hover {
  transform: scale(1.5);
}
#a3cf3a4259aa2a3 , #a3cf3a4259aa2a3 a{color: rgba(255, 255, 255, 1);}#a62f8aaf78a1333 , #a62f8aaf78a1333 a{color: rgba(255, 255, 255, 1);}#a40d3a6dc6a47f6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae1d6ad51aad284 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a290aa128fa6034 , #a290aa128fa6034 a{color: rgba(0, 154, 91, 1);}#a7c47a77b8a97f6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aec5ead306afb6a , #aec5ead306afb6a a{color: rgba(0, 154, 91, 1);}#a2236a425aa35b5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1fe2a6a78a6779 , #a1fe2a6a78a6779 a{color: rgba(0, 154, 91, 1);}#ab884a2072af288 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7645a10a3a7f7f , #a7645a10a3a7f7f a{color: rgba(0, 154, 91, 1);}#a4331a2a6ba342b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa2f9a7b0dac25e , #aa2f9a7b0dac25e a{color: rgba(0, 154, 91, 1);}#a673ca99a6af79c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a673ca99a6af79c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a22bcadc42acc7b , #a22bcadc42acc7b a{color: rgba(255, 255, 255, 1);}#a4b5ea8276a524a , #a4b5ea8276a524a a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a20e0a7719a0177 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a53aaa2f06a693a .logged {
  display: none;
}
#a53aaa2f06a693a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a53aaa2f06a693a .fa-search {
  color: #ccc;
}
#a53aaa2f06a693a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a53aaa2f06a693a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a53aaa2f06a693a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a53aaa2f06a693a .quick-menus li:last-child > a::after {
  display: none;
}
#a53aaa2f06a693a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a53aaa2f06a693a .site-header {
  height: 70px;
}
#a53aaa2f06a693a .uk-navbar-item,
#a53aaa2f06a693a .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-item,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a53aaa2f06a693a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a53aaa2f06a693a .uk-navbar-sticky {
  background: #fff;
}
#a53aaa2f06a693a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a53aaa2f06a693a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a53aaa2f06a693a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a53aaa2f06a693a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a53aaa2f06a693a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a53aaa2f06a693a .sub-menu-title i,
#a53aaa2f06a693a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a53aaa2f06a693a .menu-list > .menu-item {
  position: relative;
}
#a53aaa2f06a693a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a53aaa2f06a693a .menu-list > .menu-item:hover > a::after,
#a53aaa2f06a693a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a53aaa2f06a693a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a53aaa2f06a693a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a53aaa2f06a693a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a53aaa2f06a693a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a53aaa2f06a693a .sub-menu-item a:hover {
  color: #07406e;
}
#a53aaa2f06a693a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a53aaa2f06a693a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a53aaa2f06a693a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a53aaa2f06a693a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a53aaa2f06a693a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a53aaa2f06a693a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a53aaa2f06a693a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a53aaa2f06a693a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a53aaa2f06a693a .logo {
  display: inline-block;
}
#a53aaa2f06a693a .search-box {
  position: relative;
  padding: 10px;
}
#a53aaa2f06a693a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a53aaa2f06a693a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a53aaa2f06a693a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#af8caa4cf4aa20c .uk-container {
  line-height: 2;
  color: #999;
}
#a53aaa2f06a693a .uk-container {max-width: 1400px;}#a53aaa2f06a693a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a53aaa2f06a693a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a7392a2014ac41c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa60ca5551ab626 .form-agree {
  display: flex;
  align-items: center;
}
#aa60ca5551ab626 .uk-form .form-submit-btn {
  width: 160px;
}
#aa60ca5551ab626 .submit-wrap button {
  background-color: #de2a3e;
}
#aa60ca5551ab626 .submit-wrap button:hover {
  background-color: #de2a3e;
}
#aa60ca5551ab626 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#aa60ca5551ab626 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aa60ca5551ab626 .form-item .uk-input,
#aa60ca5551ab626 .form-item .uk-select,
#aa60ca5551ab626 .form-item .uk-textarea {
  width: autopx;
}
#aa60ca5551ab626 .form-item .auto-height {
  height: auto;
}
#aa60ca5551ab626 .uk-form-label,
#aa60ca5551ab626 .form-agree,
#aa60ca5551ab626 .uk-h3,
#aa60ca5551ab626 p {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#ad3a0a932fa289f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab749ad36baa020 .img-wrap {
  border-bottom-color: #9b9b9b;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a4b9baffa2a3139 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a632aabd1aa8b8d .logged {
  display: none;
}
#a632aabd1aa8b8d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a632aabd1aa8b8d .fa-search {
  color: #ccc;
}
#a632aabd1aa8b8d .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a632aabd1aa8b8d .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a632aabd1aa8b8d .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a632aabd1aa8b8d .quick-menus li:last-child > a::after {
  display: none;
}
#a632aabd1aa8b8d .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a632aabd1aa8b8d .site-header {
  height: 70px;
}
#a632aabd1aa8b8d .uk-navbar-item,
#a632aabd1aa8b8d .uk-navbar-nav > li > a,
#a632aabd1aa8b8d .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a632aabd1aa8b8d .uk-sticky-fixed .uk-navbar-item,
#a632aabd1aa8b8d .uk-sticky-fixed .uk-navbar-nav > li > a,
#a632aabd1aa8b8d .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a632aabd1aa8b8d .uk-navbar-sticky {
  background: #fff;
}
#a632aabd1aa8b8d .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a632aabd1aa8b8d .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a632aabd1aa8b8d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a632aabd1aa8b8d .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a632aabd1aa8b8d .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a632aabd1aa8b8d .sub-menu-title i,
#a632aabd1aa8b8d .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a632aabd1aa8b8d .menu-list > .menu-item {
  position: relative;
}
#a632aabd1aa8b8d .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a632aabd1aa8b8d .menu-list > .menu-item:hover > a::after,
#a632aabd1aa8b8d .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a632aabd1aa8b8d .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a632aabd1aa8b8d .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a632aabd1aa8b8d .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a632aabd1aa8b8d .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a632aabd1aa8b8d .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a632aabd1aa8b8d .sub-menu-item a:hover {
  color: #07406e;
}
#a632aabd1aa8b8d .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a632aabd1aa8b8d .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a632aabd1aa8b8d .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a632aabd1aa8b8d .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a632aabd1aa8b8d .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a632aabd1aa8b8d .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a632aabd1aa8b8d .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a632aabd1aa8b8d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a632aabd1aa8b8d .logo {
  display: inline-block;
}
#a632aabd1aa8b8d .search-box {
  position: relative;
  padding: 10px;
}
#a632aabd1aa8b8d .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a632aabd1aa8b8d .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a632aabd1aa8b8d .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a3da4a8daea3139 .uk-container {
  line-height: 2;
  color: #999;
}
#a632aabd1aa8b8d .uk-container {max-width: 1400px;}#a632aabd1aa8b8d [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a632aabd1aa8b8d [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a71d0a785caa63e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad076a07bca5a1f , #ad076a07bca5a1f a{color: rgba(180, 180, 180, 1);}#ae7b1aceb3ab8f8 , #ae7b1aceb3ab8f8 a{color: rgba(180, 180, 180, 1);}#ae485a04d2a2f9e , #ae485a04d2a2f9e a{color: rgba(180, 180, 180, 1);}#a4fd5ae114ad122 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#ac568a7c0ba6179 .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab85aac812abae3 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#ab85aac812abae3 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#a29eda658daa457 .aaee0ae7f8a543e {
  overflow: hidden;
}
#a29eda658daa457 .aaee0ae7f8a543e , #a29eda658daa457 .aaee0ae7f8a543e > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#a29eda658daa457 .aaee0ae7f8a543e:hover , #a29eda658daa457 .aaee0ae7f8a543e *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a29eda658daa457 .uk-grid {
  margin-left: 0px;
}
#a29eda658daa457 .uk-grid > * {
  padding-left: 0px;
}
#a29eda658daa457 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a29eda658daa457 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a29eda658daa457 .uk-position-center-left-out {
    left: -30px;
  }
  #a29eda658daa457 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a25dfaa46ea5a09 , #a25dfaa46ea5a09 a{color: rgba(255, 255, 255, 1);}#a1cfca2f02accc6 , #a1cfca2f02accc6 a{color: rgba(255, 255, 255, 1);}#a909ea0a19aeb67 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a909ea0a19aeb67 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#a833da64a1aee16 , #a833da64a1aee16 a{color: rgba(255, 255, 255, 1);}#ab8a0a8c9fa80bf , #ab8a0a8c9fa80bf a{color: rgba(255, 255, 255, 1);}#ae415ad5b9a4f44 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abfbfaca9aa964f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c12af9d0a98b6 , #a1c12af9d0a98b6 a{color: rgba(0, 154, 91, 1);}#aee0ea2d0fab033 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a68f0a36b1a661e , #a68f0a36b1a661e a{color: rgba(0, 154, 91, 1);}#a7b5ba87cca5e3b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c99ab99aab6ae , #a5c99ab99aab6ae a{color: rgba(0, 154, 91, 1);}#a3d46ab370a2b6e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6212a2caaafe57 , #a6212a2caaafe57 a{color: rgba(0, 154, 91, 1);}#a2c7aacb6aa1193 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa956a33d9a5a1f {
  overflow: hidden;
}
#aa956a33d9a5a1f .img-wrap {
  transition: all 0.3s ease-in;
}
#aa956a33d9a5a1f .img-wrap:hover {
  transform: scale(1.5);
}
#acbaca025eab800 , #acbaca025eab800 a{color: rgba(155, 155, 155, 1);}#a6a3fa4587aa0fb {
  overflow: hidden;
}
#a6a3fa4587aa0fb .img-wrap {
  transition: all 0.3s ease-in;
}
#a6a3fa4587aa0fb .img-wrap:hover {
  transform: scale(1.5);
}
#ac3bea50b0a021a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9bc3a4224a6d8f {
  overflow: hidden;
}
#a9bc3a4224a6d8f .img-wrap {
  transition: all 0.3s ease-in;
}
#a9bc3a4224a6d8f .img-wrap:hover {
  transform: scale(1.5);
}
#a9049a645aa6781 , #a9049a645aa6781 a{color: rgba(155, 155, 155, 1);}#a631fa5768ae1ab {
  overflow: hidden;
}
#a631fa5768ae1ab .img-wrap {
  transition: all 0.3s ease-in;
}
#a631fa5768ae1ab .img-wrap:hover {
  transform: scale(1.5);
}
#a28c9a3428a0ff3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a77d2a38aea9638 {
  overflow: hidden;
}
#a77d2a38aea9638 .img-wrap {
  transition: all 0.3s ease-in;
}
#a77d2a38aea9638 .img-wrap:hover {
  transform: scale(1.5);
}
#acd3da3740a19f5 , #acd3da3740a19f5 a{color: rgba(155, 155, 155, 1);}#a25fca6c76aaf5f {
  overflow: hidden;
}
#a25fca6c76aaf5f .img-wrap {
  transition: all 0.3s ease-in;
}
#a25fca6c76aaf5f .img-wrap:hover {
  transform: scale(1.5);
}
#a4ed8a08ffab5b6 , #a4ed8a08ffab5b6 a{color: rgba(0, 154, 91, 1);}#ade93a0272a1e6b , #ade93a0272a1e6b a{color: rgba(255, 255, 255, 1);}#acf83a8a40a6d61 , #acf83a8a40a6d61 a{color: rgba(255, 255, 255, 1);}#a8157a2d0ca5e2b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ca8a9477a20f5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4416ad41aa09c7 , #a4416ad41aa09c7 a{color: rgba(0, 154, 91, 1);}#a4ec6afba1a9d68 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a114da4604ad933 , #a114da4604ad933 a{color: rgba(0, 154, 91, 1);}#a49e3aaf6faaa7e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8aeda8f82af4b3 , #a8aeda8f82af4b3 a{color: rgba(0, 154, 91, 1);}#a2e5ea7c43a2a43 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb2da3b14a151f , #acb2da3b14a151f a{color: rgba(0, 154, 91, 1);}#ad944a6043a4898 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9caa46efa6b1c , #af9caa46efa6b1c a{color: rgba(0, 154, 91, 1);}#a9942aa2e9afd35 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9942aa2e9afd35 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3300a93b4a9fe7 , #a3300a93b4a9fe7 a{color: rgba(255, 255, 255, 1);}#a0b2da29c4a97f1 , #a0b2da29c4a97f1 a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3648ab214a5f13 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3d56ab17da6f3c .logged {
  display: none;
}
#a3d56ab17da6f3c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a3d56ab17da6f3c .fa-search {
  color: #ccc;
}
#a3d56ab17da6f3c .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a3d56ab17da6f3c .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3d56ab17da6f3c .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a3d56ab17da6f3c .quick-menus li:last-child > a::after {
  display: none;
}
#a3d56ab17da6f3c .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a3d56ab17da6f3c .site-header {
  height: 70px;
}
#a3d56ab17da6f3c .uk-navbar-item,
#a3d56ab17da6f3c .uk-navbar-nav > li > a,
#a3d56ab17da6f3c .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3d56ab17da6f3c .uk-sticky-fixed .uk-navbar-item,
#a3d56ab17da6f3c .uk-sticky-fixed .uk-navbar-nav > li > a,
#a3d56ab17da6f3c .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3d56ab17da6f3c .uk-navbar-sticky {
  background: #fff;
}
#a3d56ab17da6f3c .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a3d56ab17da6f3c .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a3d56ab17da6f3c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3d56ab17da6f3c .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a3d56ab17da6f3c .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a3d56ab17da6f3c .sub-menu-title i,
#a3d56ab17da6f3c .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a3d56ab17da6f3c .menu-list > .menu-item {
  position: relative;
}
#a3d56ab17da6f3c .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a3d56ab17da6f3c .menu-list > .menu-item:hover > a::after,
#a3d56ab17da6f3c .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a3d56ab17da6f3c .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a3d56ab17da6f3c .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a3d56ab17da6f3c .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a3d56ab17da6f3c .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a3d56ab17da6f3c .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a3d56ab17da6f3c .sub-menu-item a:hover {
  color: #07406e;
}
#a3d56ab17da6f3c .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a3d56ab17da6f3c .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a3d56ab17da6f3c .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a3d56ab17da6f3c .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a3d56ab17da6f3c .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a3d56ab17da6f3c .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a3d56ab17da6f3c .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a3d56ab17da6f3c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a3d56ab17da6f3c .logo {
  display: inline-block;
}
#a3d56ab17da6f3c .search-box {
  position: relative;
  padding: 10px;
}
#a3d56ab17da6f3c .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a3d56ab17da6f3c .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a3d56ab17da6f3c .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a9584a5d51a7a8c .uk-container {
  line-height: 2;
  color: #999;
}
#a3d56ab17da6f3c .uk-container {max-width: 1400px;}#a3d56ab17da6f3c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a3d56ab17da6f3c [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#aea4fa5113ad98b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b14a7d8ca332c , #a1b14a7d8ca332c a{color: rgba(180, 180, 180, 1);}#a27c4a313da0970 , #a27c4a313da0970 a{color: rgba(180, 180, 180, 1);}#a8b8fabc92a88cc , #a8b8fabc92a88cc a{color: rgba(180, 180, 180, 1);}#a75aca58afa0b6e > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(7, 64, 110, 1);box-shadow: 0px 0px 0px 0px undefined;}#a7c73a80a5a684c .img-wrap {
  border-left-width: 0;
  border-left-color: #07406e;
  border-left-style: solid;
  border-right-color: #07406e;
  border-bottom-color: #07406e;
  border-top-color: #07406e;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5c04a11eaaa675 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 5px;justify-content: center;font-weight: 500;}#a5c04a11eaaa675 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(7, 64, 110, 1);background-color: rgba(7, 64, 110, 1);}#acc13a2469abbf6 .ace18a3e2ba2e2f {
  overflow: hidden;
}
#acc13a2469abbf6 .ace18a3e2ba2e2f , #acc13a2469abbf6 .ace18a3e2ba2e2f > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 74, 74, 1);}#acc13a2469abbf6 .ace18a3e2ba2e2f:hover , #acc13a2469abbf6 .ace18a3e2ba2e2f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#acc13a2469abbf6 .uk-grid {
  margin-left: 0px;
}
#acc13a2469abbf6 .uk-grid > * {
  padding-left: 0px;
}
#acc13a2469abbf6 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acc13a2469abbf6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc13a2469abbf6 .uk-position-center-left-out {
    left: -30px;
  }
  #acc13a2469abbf6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd41a3373aa511 , #acd41a3373aa511 a{color: rgba(255, 255, 255, 1);}#a1d56a3036a2f77 , #a1d56a3036a2f77 a{color: rgba(255, 255, 255, 1);}#acf1eaeb70a8869 .ele-wrap {border-color: rgba(7, 64, 110, 1);color: #07406e;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#acf1eaeb70a8869 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(7, 64, 110, 1);border-color: rgba(7, 64, 110, 1);color: #ffffff;}#a4a84a9e0aa1127 , #a4a84a9e0aa1127 a{color: rgba(255, 255, 255, 1);}#a23f2aab6ca64ea , #a23f2aab6ca64ea a{color: rgba(255, 255, 255, 1);}#af9adada14a6163 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab481a0adca2350 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6548ad823a910a , #a6548ad823a910a a{color: rgba(0, 154, 91, 1);}#a99f5a14a5a0eb5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad28ae182a7c79 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6e30aececa9b2c {
  overflow: hidden;
}
#a6e30aececa9b2c .img-wrap {
  transition: all 0.3s ease-in;
}
#a6e30aececa9b2c .img-wrap:hover {
  transform: scale(1.5);
}
#a08bcaf368aa14e , #a08bcaf368aa14e a{color: rgba(155, 155, 155, 1);}#ad3faa413aae86a {
  overflow: hidden;
}
#ad3faa413aae86a .img-wrap {
  transition: all 0.3s ease-in;
}
#ad3faa413aae86a .img-wrap:hover {
  transform: scale(1.5);
}
#aa312aa438a58f2 , #aa312aa438a58f2 a{color: rgba(255, 255, 255, 1);}#aa135a7006ab757 , #aa135a7006ab757 a{color: rgba(255, 255, 255, 1);}#a07dbacb2aaef38 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae5e7a1e7ea82d9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4d9da328aa9e8b , #a4d9da328aa9e8b a{color: rgba(0, 154, 91, 1);}#a5842a8672a68b9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2670a7e88a1b4e , #a2670a7e88a1b4e a{color: rgba(0, 154, 91, 1);}#aca83acd25a71ae > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23b6a3feea8243 , #a23b6a3feea8243 a{color: rgba(0, 154, 91, 1);}#acdc1a77d3a86ce > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a24e7ae472a8c44 , #a24e7ae472a8c44 a{color: rgba(0, 154, 91, 1);}#a8730a483ea99be > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a967bab966af836 , #a967bab966af836 a{color: rgba(0, 154, 91, 1);}#aadcea16a1a32c1 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aadcea16a1a32c1 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#af19ea8e4ea298a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d8cacf34a06fd , #a3d8cacf34a06fd a{color: rgba(0, 154, 91, 1);}#a6bb3aecabae82a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae892a3418a3006 , #ae892a3418a3006 a{color: rgba(0, 154, 91, 1);}#a8aa8aa28ca28b6 , #a8aa8aa28ca28b6 a{color: rgba(255, 255, 255, 1);}#a2987ad960a576e , #a2987ad960a576e a{color: rgba(255, 255, 255, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab89ba094ca9e9f .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8343ad281a0b91 .logged {
  display: none;
}
#a8343ad281a0b91 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a8343ad281a0b91 .fa-search {
  color: #ccc;
}
#a8343ad281a0b91 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a8343ad281a0b91 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8343ad281a0b91 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a8343ad281a0b91 .quick-menus li:last-child > a::after {
  display: none;
}
#a8343ad281a0b91 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a8343ad281a0b91 .site-header {
  height: 70px;
}
#a8343ad281a0b91 .uk-navbar-item,
#a8343ad281a0b91 .uk-navbar-nav > li > a,
#a8343ad281a0b91 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8343ad281a0b91 .uk-sticky-fixed .uk-navbar-item,
#a8343ad281a0b91 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a8343ad281a0b91 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8343ad281a0b91 .uk-navbar-sticky {
  background: #fff;
}
#a8343ad281a0b91 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a8343ad281a0b91 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a8343ad281a0b91 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8343ad281a0b91 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a8343ad281a0b91 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a8343ad281a0b91 .sub-menu-title i,
#a8343ad281a0b91 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a8343ad281a0b91 .menu-list > .menu-item {
  position: relative;
}
#a8343ad281a0b91 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a8343ad281a0b91 .menu-list > .menu-item:hover > a::after,
#a8343ad281a0b91 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a8343ad281a0b91 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a8343ad281a0b91 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a8343ad281a0b91 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a8343ad281a0b91 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a8343ad281a0b91 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a8343ad281a0b91 .sub-menu-item a:hover {
  color: #07406e;
}
#a8343ad281a0b91 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a8343ad281a0b91 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a8343ad281a0b91 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a8343ad281a0b91 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a8343ad281a0b91 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a8343ad281a0b91 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a8343ad281a0b91 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a8343ad281a0b91 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a8343ad281a0b91 .logo {
  display: inline-block;
}
#a8343ad281a0b91 .search-box {
  position: relative;
  padding: 10px;
}
#a8343ad281a0b91 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a8343ad281a0b91 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a8343ad281a0b91 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#acd90a2a3fac081 .uk-container {
  line-height: 2;
  color: #999;
}
#a8343ad281a0b91 .uk-container {max-width: 1400px;}#a8343ad281a0b91 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a8343ad281a0b91 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#afdbea8628a3525 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#afdbea8628a3525 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a31cea8258aa783 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a1767a48f6afefb .uk-grid {
  margin-left: 0px;
}
#a1767a48f6afefb .uk-grid > * {
  padding-left: 0px;
}
#a1767a48f6afefb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1767a48f6afefb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1767a48f6afefb .uk-position-center-left-out {
    left: -30px;
  }
  #a1767a48f6afefb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad385a546fa98f2 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3c27a724ea91bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a0442ae3eea5685 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a5184ae8eeaea3f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a904eabf1fad82d .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a904eabf1fad82d .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a1730ac30daeace .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a1730ac30daeace .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5431a8caba2c93 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5431a8caba2c93 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a484fae6f7a2f29 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a484fae6f7a2f29 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6d41a0c1dacdfa , #a6d41a0c1dacdfa a{color: rgba(255, 255, 255, 0);}#afe1eaa861a9073 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa34aa825ca195e {
  overflow: hidden;
}
#aa34aa825ca195e .img-wrap {
  transition: all 0.3s ease-in;
}
#aa34aa825ca195e .img-wrap:hover {
  transform: scale(1.5);
}
#ad82eab3dfa1968 {
  overflow: hidden;
}
#ad82eab3dfa1968 .img-wrap {
  transition: all 0.3s ease-in;
}
#ad82eab3dfa1968 .img-wrap:hover {
  transform: scale(1.5);
}
#a3a37a7b52a661c , #a3a37a7b52a661c a{color: rgba(255, 255, 255, 0);}#a6166a427aa047d , #a6166a427aa047d a{color: rgba(255, 255, 255, 0);}#a5ba0a6522acb04 , #a5ba0a6522acb04 a{color: rgba(255, 255, 255, 0);}#a6ca0ae9cea3c2e , #a6ca0ae9cea3c2e a{color: rgba(255, 255, 255, 0);}#aaa16a9d74a6aef a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#ad6bbab37ba28f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3d28a56b4a38f8 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab0d1a0568a2118 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a574aa6aa2aca08 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad1c1a91bba84c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a580eaf563a86f7 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae46da0afaa25bb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aeb85af820affe2 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9a9cafe18afbe7 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9a9cafe18afbe7  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a43f8ae2e4a3856 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6381a4d2aa16fc > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6381a4d2aa16fc  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1e6eae6c3a79c7 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a883ba62e4ad359 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a883ba62e4ad359  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7a06a5042a4613 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa9c0a2000a4dc1 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa9c0a2000a4dc1  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ae877a9c89ac249 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1ef3ac528aeb1c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a1ef3ac528aeb1c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0dc1a132da10d4 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0dc1a132da10d4 .ele-wrap:hover {background-color: #509c49;}#a6f8dac250aac1a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6f8dac250aac1a .ele-wrap:hover {background-color: #509c49;}#a1676a1378ad02e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a1676a1378ad02e .ele-wrap:hover {background-color: #509c49;}#a4838a9b55a174e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4838a9b55a174e .ele-wrap:hover {background-color: #509c49;}#a5984a00b9a965d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5984a00b9a965d .ele-wrap:hover {background-color: #509c49;}#a4788ac83ba8684 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4788ac83ba8684 .ele-wrap:hover {background-color: #509c49;}#aff2ba89fda5a75 , #aff2ba89fda5a75 a{color: rgba(155, 155, 155, 1);}#a5d5ba530ea59ee , #a5d5ba530ea59ee a{color: rgba(155, 155, 155, 1);}#afee6aeec8aadb9 , #afee6aeec8aadb9 a{color: rgba(155, 155, 155, 1);}#a0669a58ffa153d , #a0669a58ffa153d a{color: rgba(155, 155, 155, 1);}#a2da3a9276aa0b9 , #a2da3a9276aa0b9 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a47a4a48a8a0181 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#abce3ac1e3ac99a .logged {
  display: none;
}
#abce3ac1e3ac99a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abce3ac1e3ac99a .fa-search {
  color: #ccc;
}
#abce3ac1e3ac99a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#abce3ac1e3ac99a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abce3ac1e3ac99a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abce3ac1e3ac99a .quick-menus li:last-child > a::after {
  display: none;
}
#abce3ac1e3ac99a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abce3ac1e3ac99a .site-header {
  height: 70px;
}
#abce3ac1e3ac99a .uk-navbar-item,
#abce3ac1e3ac99a .uk-navbar-nav > li > a,
#abce3ac1e3ac99a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abce3ac1e3ac99a .uk-sticky-fixed .uk-navbar-item,
#abce3ac1e3ac99a .uk-sticky-fixed .uk-navbar-nav > li > a,
#abce3ac1e3ac99a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abce3ac1e3ac99a .uk-navbar-sticky {
  background: #fff;
}
#abce3ac1e3ac99a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abce3ac1e3ac99a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abce3ac1e3ac99a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abce3ac1e3ac99a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abce3ac1e3ac99a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abce3ac1e3ac99a .sub-menu-title i,
#abce3ac1e3ac99a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abce3ac1e3ac99a .menu-list > .menu-item {
  position: relative;
}
#abce3ac1e3ac99a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#abce3ac1e3ac99a .menu-list > .menu-item:hover > a::after,
#abce3ac1e3ac99a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abce3ac1e3ac99a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abce3ac1e3ac99a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abce3ac1e3ac99a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abce3ac1e3ac99a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abce3ac1e3ac99a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abce3ac1e3ac99a .sub-menu-item a:hover {
  color: #07406e;
}
#abce3ac1e3ac99a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abce3ac1e3ac99a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abce3ac1e3ac99a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abce3ac1e3ac99a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abce3ac1e3ac99a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abce3ac1e3ac99a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abce3ac1e3ac99a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abce3ac1e3ac99a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#abce3ac1e3ac99a .logo {
  display: inline-block;
}
#abce3ac1e3ac99a .search-box {
  position: relative;
  padding: 10px;
}
#abce3ac1e3ac99a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abce3ac1e3ac99a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abce3ac1e3ac99a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#adf91ae9caa1793 .uk-container {
  line-height: 2;
  color: #999;
}
#abce3ac1e3ac99a .uk-container {max-width: 1400px;}#abce3ac1e3ac99a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#abce3ac1e3ac99a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a558ba5ecaa8c24 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/ae320a58f3adff1/1712912436230.png);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aee97a613ca35f7 .form-agree {
  display: flex;
  align-items: center;
}
#aee97a613ca35f7 .uk-form .form-submit-btn {
  width: 160px;
}
#aee97a613ca35f7 .submit-wrap {
  text-align: center;
}
#aee97a613ca35f7 .submit-wrap button {
  background-color: #de2a3e;
}
#aee97a613ca35f7 .submit-wrap button:hover {
  background-color: #de2a3e;
}
#aee97a613ca35f7 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#aee97a613ca35f7 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aee97a613ca35f7 .form-item .uk-input,
#aee97a613ca35f7 .form-item .uk-select,
#aee97a613ca35f7 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #f8e71c;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 1px;
  border-top-color: rgba(155, 155, 155, 0.55);
  border-right-color: rgba(155, 155, 155, 0.55);
  border-left-color: rgba(155, 155, 155, 0.55);
  border-bottom-color: rgba(155, 155, 155, 0.55);
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aee97a613ca35f7 .form-item .uk-input::-webkit-input-placeholder,
#aee97a613ca35f7 .form-item .uk-select::-webkit-input-placeholder,
#aee97a613ca35f7 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #000000;
}
#aee97a613ca35f7 .form-item .uk-input:-ms-input-placeholder,
#aee97a613ca35f7 .form-item .uk-select:-ms-input-placeholder,
#aee97a613ca35f7 .form-item .uk-textarea:-ms-input-placeholder {
  color: #000000;
}
#aee97a613ca35f7 .form-item .uk-input::-moz-placeholder,
#aee97a613ca35f7 .form-item .uk-select::-moz-placeholder,
#aee97a613ca35f7 .form-item .uk-textarea::-moz-placeholder {
  color: #000000;
}
#aee97a613ca35f7 .form-item .uk-input::placeholder,
#aee97a613ca35f7 .form-item .uk-select::placeholder,
#aee97a613ca35f7 .form-item .uk-textarea::placeholder {
  color: #000000;
}
#aee97a613ca35f7 .form-item .auto-height {
  height: auto;
}
#aee97a613ca35f7 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aee97a613ca35f7 .form-item .send-code {
  bottom: 0px;
}
#aee97a613ca35f7 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#aee97a613ca35f7 .uk-form-label,
#aee97a613ca35f7 .form-agree,
#aee97a613ca35f7 .uk-h3,
#aee97a613ca35f7 p {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
}
#aee97a613ca35f7 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aee97a613ca35f7 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#af40da354cae739 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebeeae5dea4473 .logged {
  display: none;
}
#aebeeae5dea4473 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aebeeae5dea4473 .fa-search {
  color: #ccc;
}
#aebeeae5dea4473 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aebeeae5dea4473 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aebeeae5dea4473 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aebeeae5dea4473 .quick-menus li:last-child > a::after {
  display: none;
}
#aebeeae5dea4473 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aebeeae5dea4473 .site-header {
  height: 70px;
}
#aebeeae5dea4473 .uk-navbar-item,
#aebeeae5dea4473 .uk-navbar-nav > li > a,
#aebeeae5dea4473 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aebeeae5dea4473 .uk-sticky-fixed .uk-navbar-item,
#aebeeae5dea4473 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aebeeae5dea4473 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aebeeae5dea4473 .uk-navbar-sticky {
  background: #fff;
}
#aebeeae5dea4473 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aebeeae5dea4473 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aebeeae5dea4473 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aebeeae5dea4473 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aebeeae5dea4473 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aebeeae5dea4473 .sub-menu-title i,
#aebeeae5dea4473 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aebeeae5dea4473 .menu-list > .menu-item {
  position: relative;
}
#aebeeae5dea4473 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aebeeae5dea4473 .menu-list > .menu-item:hover > a::after,
#aebeeae5dea4473 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aebeeae5dea4473 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aebeeae5dea4473 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aebeeae5dea4473 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aebeeae5dea4473 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aebeeae5dea4473 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aebeeae5dea4473 .sub-menu-item a:hover {
  color: #07406e;
}
#aebeeae5dea4473 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aebeeae5dea4473 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aebeeae5dea4473 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aebeeae5dea4473 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aebeeae5dea4473 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aebeeae5dea4473 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aebeeae5dea4473 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aebeeae5dea4473 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aebeeae5dea4473 .logo {
  display: inline-block;
}
#aebeeae5dea4473 .search-box {
  position: relative;
  padding: 10px;
}
#aebeeae5dea4473 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aebeeae5dea4473 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aebeeae5dea4473 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a0a98aecc0a3a98 .uk-container {
  line-height: 2;
  color: #999;
}
#aebeeae5dea4473 .uk-container {max-width: 1400px;}#aebeeae5dea4473 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aebeeae5dea4473 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a12d2a9db6a48fa .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a12d2a9db6a48fa .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a1a9ba8217a35a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a9b4da9b0ba1a6a .uk-grid {
  margin-left: 0px;
}
#a9b4da9b0ba1a6a .uk-grid > * {
  padding-left: 0px;
}
#a9b4da9b0ba1a6a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9b4da9b0ba1a6a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9b4da9b0ba1a6a .uk-position-center-left-out {
    left: -30px;
  }
  #a9b4da9b0ba1a6a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6716aee92a9b14 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3528a8474a0549 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a5238a9203ac783 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a9784aa268a6911 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aa7b5ac03da3e5e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aa7b5ac03da3e5e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6953ab560a12ec .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6953ab560a12ec .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a857fa7150a0f71 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a857fa7150a0f71 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad9eda859bad150 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ad9eda859bad150 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0ce7aa10bac800 , #a0ce7aa10bac800 a{color: rgba(255, 255, 255, 0);}#a2a37a9d67a6023 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ff7a2edbaf591 {
  overflow: hidden;
}
#a4ff7a2edbaf591 .img-wrap {
  transition: all 0.3s ease-in;
}
#a4ff7a2edbaf591 .img-wrap:hover {
  transform: scale(1.5);
}
#a5aecacba8aae8b {
  overflow: hidden;
}
#a5aecacba8aae8b .img-wrap {
  transition: all 0.3s ease-in;
}
#a5aecacba8aae8b .img-wrap:hover {
  transform: scale(1.5);
}
#a5e7fa38bca8209 , #a5e7fa38bca8209 a{color: rgba(255, 255, 255, 0);}#a41bcaa960af593 , #a41bcaa960af593 a{color: rgba(255, 255, 255, 0);}#aadd0a6f30ac3e1 , #aadd0a6f30ac3e1 a{color: rgba(255, 255, 255, 0);}#a6697a436ca5ee0 , #a6697a436ca5ee0 a{color: rgba(255, 255, 255, 0);}#a810dafb20aeedc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a6d7ca446da2581 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2385a981da38ed .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6a48ab21ca3442 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5e8aaeb87a6f5a .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9140a12b7a1f10 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aaf84a15f9ae5ad .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abf1da8201a3695 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a7d04a7a26a20d0 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aade7a5f12a260c > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aade7a5f12a260c  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aa484a92bda6597 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2e9ba49c3ad34d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2e9ba49c3ad34d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4d15a5cfda859d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6d21a655eaca8f > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6d21a655eaca8f  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ad88dab1d3acddd > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a16fba3362a1f3c > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a16fba3362a1f3c  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aa29aab22cadf64 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7ee8a1887a8037 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7ee8a1887a8037 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ade9caffbca1128 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ade9caffbca1128 .ele-wrap:hover {background-color: #509c49;}#ad215a0e90a0231 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad215a0e90a0231 .ele-wrap:hover {background-color: #509c49;}#a30cba775ba2411 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a30cba775ba2411 .ele-wrap:hover {background-color: #509c49;}#a4363a46faa1e4d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4363a46faa1e4d .ele-wrap:hover {background-color: #509c49;}#a701dacffba4424 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a701dacffba4424 .ele-wrap:hover {background-color: #509c49;}#aaa60a84b9abb7e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aaa60a84b9abb7e .ele-wrap:hover {background-color: #509c49;}#aa2eca5d45a160d , #aa2eca5d45a160d a{color: rgba(155, 155, 155, 1);}#a4894a3071aa824 , #a4894a3071aa824 a{color: rgba(155, 155, 155, 1);}#aa71ca85e3a6a63 , #aa71ca85e3a6a63 a{color: rgba(155, 155, 155, 1);}#aae7fa6f2ba5125 , #aae7fa6f2ba5125 a{color: rgba(155, 155, 155, 1);}#a19b9aba02a673f , #a19b9aba02a673f a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac344a19c2a5670 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a6047acca4ac21f .logged {
  display: none;
}
#a6047acca4ac21f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6047acca4ac21f .fa-search {
  color: #ccc;
}
#a6047acca4ac21f .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a6047acca4ac21f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6047acca4ac21f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a6047acca4ac21f .quick-menus li:last-child > a::after {
  display: none;
}
#a6047acca4ac21f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6047acca4ac21f .site-header {
  height: 70px;
}
#a6047acca4ac21f .uk-navbar-item,
#a6047acca4ac21f .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-item,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-navbar-sticky {
  background: #fff;
}
#a6047acca4ac21f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a6047acca4ac21f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a6047acca4ac21f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6047acca4ac21f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a6047acca4ac21f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a6047acca4ac21f .sub-menu-title i,
#a6047acca4ac21f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6047acca4ac21f .menu-list > .menu-item {
  position: relative;
}
#a6047acca4ac21f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a6047acca4ac21f .menu-list > .menu-item:hover > a::after,
#a6047acca4ac21f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a6047acca4ac21f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a6047acca4ac21f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a6047acca4ac21f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a6047acca4ac21f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a6047acca4ac21f .sub-menu-item a:hover {
  color: #07406e;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a6047acca4ac21f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a6047acca4ac21f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6047acca4ac21f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a6047acca4ac21f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a6047acca4ac21f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a6047acca4ac21f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a6047acca4ac21f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a6047acca4ac21f .logo {
  display: inline-block;
}
#a6047acca4ac21f .search-box {
  position: relative;
  padding: 10px;
}
#a6047acca4ac21f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a6047acca4ac21f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a6047acca4ac21f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#acab0a9e8aabb3a .uk-container {
  line-height: 2;
  color: #999;
}
#a6047acca4ac21f .uk-container {max-width: 1400px;}#a6047acca4ac21f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a6047acca4ac21f [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a96bfa0e72aabd0 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a96bfa0e72aabd0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a52a5adb7fa831d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a17a2a9aa1a09a2 .uk-grid {
  margin-left: 0px;
}
#a17a2a9aa1a09a2 .uk-grid > * {
  padding-left: 0px;
}
#a17a2a9aa1a09a2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a17a2a9aa1a09a2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a17a2a9aa1a09a2 .uk-position-center-left-out {
    left: -30px;
  }
  #a17a2a9aa1a09a2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2525aff55a4d51 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab445a3bc9a74b2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a1243a979ea4dd3 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a08aeaa999a112c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a2d27a4488a4b83 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a2d27a4488a4b83 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae3baa98dca81b9 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ae3baa98dca81b9 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ab697a1dcba192b .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ab697a1dcba192b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad774a3678a214c , #ad774a3678a214c a{color: rgba(255, 255, 255, 0);}#aba5ea8ec3a93ca > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a020ba99fca0835 {
  overflow: hidden;
}
#a020ba99fca0835 .img-wrap {
  transition: all 0.3s ease-in;
}
#a020ba99fca0835 .img-wrap:hover {
  transform: scale(1.5);
}
#a909ea556aa6a72 , #a909ea556aa6a72 a{color: rgba(255, 255, 255, 0);}#ad2faae0d0a7a2d , #ad2faae0d0a7a2d a{color: rgba(255, 255, 255, 0);}#a446ca8524a661c , #a446ca8524a661c a{color: rgba(255, 255, 255, 0);}#a0f98ac489a0a94 , #a0f98ac489a0a94 a{color: rgba(255, 255, 255, 0);}#a6001a588aa213b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#ac5b2af5edad588 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739869788534.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ac5b2af5edad588  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8c04a4c7fa4aee > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739869787932.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8c04a4c7fa4aee  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1c26a1b03ac80f > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739869971268.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1c26a1b03ac80f  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#addb9aedb5ab980 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739869789632.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#addb9aedb5ab980  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a5cd8ae556a3046 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5cd8ae556a3046 .ele-wrap:hover {background-color: #509c49;}#a4ff1aa95ea2079 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4ff1aa95ea2079 .ele-wrap:hover {background-color: #509c49;}#a71c8ad1b7aa437 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a71c8ad1b7aa437 .ele-wrap:hover {background-color: #509c49;}#aa229ab52aaf26c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aa229ab52aaf26c .ele-wrap:hover {background-color: #509c49;}#aa6e6adb53a4c93 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aa6e6adb53a4c93 .ele-wrap:hover {background-color: #509c49;}#a93b5a140fa8b3a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a93b5a140fa8b3a .ele-wrap:hover {background-color: #509c49;}#a0ff9a4d3da95f8 , #a0ff9a4d3da95f8 a{color: rgba(155, 155, 155, 1);}#a6180a1699a8754 , #a6180a1699a8754 a{color: rgba(155, 155, 155, 1);}#a2befac217a684a , #a2befac217a684a a{color: rgba(155, 155, 155, 1);}#a6a31a97f8abcb2 , #a6a31a97f8abcb2 a{color: rgba(155, 155, 155, 1);}#ad3caa717aa66db , #ad3caa717aa66db a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5ef3a354fa6b89 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8bdfad0dca78de .logged {
  display: none;
}
#a8bdfad0dca78de .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a8bdfad0dca78de .fa-search {
  color: #ccc;
}
#a8bdfad0dca78de .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a8bdfad0dca78de .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8bdfad0dca78de .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a8bdfad0dca78de .quick-menus li:last-child > a::after {
  display: none;
}
#a8bdfad0dca78de .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a8bdfad0dca78de .site-header {
  height: 70px;
}
#a8bdfad0dca78de .uk-navbar-item,
#a8bdfad0dca78de .uk-navbar-nav > li > a,
#a8bdfad0dca78de .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8bdfad0dca78de .uk-sticky-fixed .uk-navbar-item,
#a8bdfad0dca78de .uk-sticky-fixed .uk-navbar-nav > li > a,
#a8bdfad0dca78de .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8bdfad0dca78de .uk-navbar-sticky {
  background: #fff;
}
#a8bdfad0dca78de .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a8bdfad0dca78de .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a8bdfad0dca78de .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8bdfad0dca78de .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a8bdfad0dca78de .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a8bdfad0dca78de .sub-menu-title i,
#a8bdfad0dca78de .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a8bdfad0dca78de .menu-list > .menu-item {
  position: relative;
}
#a8bdfad0dca78de .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a8bdfad0dca78de .menu-list > .menu-item:hover > a::after,
#a8bdfad0dca78de .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a8bdfad0dca78de .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a8bdfad0dca78de .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a8bdfad0dca78de .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a8bdfad0dca78de .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a8bdfad0dca78de .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a8bdfad0dca78de .sub-menu-item a:hover {
  color: #07406e;
}
#a8bdfad0dca78de .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a8bdfad0dca78de .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a8bdfad0dca78de .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a8bdfad0dca78de .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a8bdfad0dca78de .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a8bdfad0dca78de .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a8bdfad0dca78de .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a8bdfad0dca78de .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a8bdfad0dca78de .logo {
  display: inline-block;
}
#a8bdfad0dca78de .search-box {
  position: relative;
  padding: 10px;
}
#a8bdfad0dca78de .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a8bdfad0dca78de .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a8bdfad0dca78de .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#acbe5a619aa54b3 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bdfad0dca78de .uk-container {max-width: 1400px;}#a8bdfad0dca78de [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a8bdfad0dca78de [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#aa487aadb2a00c9 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#aa487aadb2a00c9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a30aeaae18aefdd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a342aab534ad328 .uk-grid {
  margin-left: 0px;
}
#a342aab534ad328 .uk-grid > * {
  padding-left: 0px;
}
#a342aab534ad328 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a342aab534ad328 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a342aab534ad328 .uk-position-center-left-out {
    left: -30px;
  }
  #a342aab534ad328 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af5e4ad52ea1efe .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a640ca5160aabe1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#aa8f6aabdcab57f > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#abc08a9bbea96f9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aa93fa4321a0e94 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aa93fa4321a0e94 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aa4efa12d4a2dcd .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aa4efa12d4a2dcd .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a312fac967a4fed .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a312fac967a4fed .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a3c5ea9fe6afb1a .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a3c5ea9fe6afb1a .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0480a7ecaaa914 , #a0480a7ecaaa914 a{color: rgba(255, 255, 255, 0);}#a2fa0a0030adeca > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f4aa4a7ba2a55 {
  overflow: hidden;
}
#a4f4aa4a7ba2a55 .img-wrap {
  transition: all 0.3s ease-in;
}
#a4f4aa4a7ba2a55 .img-wrap:hover {
  transform: scale(1.5);
}
#afd1aac4f7a8528 {
  overflow: hidden;
}
#afd1aac4f7a8528 .img-wrap {
  transition: all 0.3s ease-in;
}
#afd1aac4f7a8528 .img-wrap:hover {
  transform: scale(1.5);
}
#aa854ae428a1640 , #aa854ae428a1640 a{color: rgba(255, 255, 255, 0);}#a72e4a2ee4aebab , #a72e4a2ee4aebab a{color: rgba(255, 255, 255, 0);}#a5ce5a89cca5c82 , #a5ce5a89cca5c82 a{color: rgba(255, 255, 255, 0);}#a7526aa9bba4792 , #a7526aa9bba4792 a{color: rgba(255, 255, 255, 0);}#ae399a29adaeb86 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a8cf8af5a3a0619 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a481aaaafcaea8e .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae3afa6e4da42ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad598a255fa72fe .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7319adf4bac2f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a80f1aa2c3a6a19 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0b21aba3da95da > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a40ebac7f6a2a82 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aac37ac854a669c > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aac37ac854a669c  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#af7baa63e2adabd > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ace9aa0c36a02f1 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ace9aa0c36a02f1  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#adf77ae21dacdfa > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2115ae1f5aceaa > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2115ae1f5aceaa  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a5a0aad5c8ace83 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a59bbae60fa5750 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a59bbae60fa5750  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8ea3a619ca275a > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1d1ca89f5a6252 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a1d1ca89f5a6252 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a40b0a72b9a6d02 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a40b0a72b9a6d02 .ele-wrap:hover {background-color: #509c49;}#a7342afcf8a7873 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a7342afcf8a7873 .ele-wrap:hover {background-color: #509c49;}#a4791a3923a10ce .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4791a3923a10ce .ele-wrap:hover {background-color: #509c49;}#a6995aab33afa5d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6995aab33afa5d .ele-wrap:hover {background-color: #509c49;}#aa149ae835a8310 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aa149ae835a8310 .ele-wrap:hover {background-color: #509c49;}#afa85a4995a2768 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#afa85a4995a2768 .ele-wrap:hover {background-color: #509c49;}#afd1facf9ba465d , #afd1facf9ba465d a{color: rgba(155, 155, 155, 1);}#ab2eca3b1aabca3 , #ab2eca3b1aabca3 a{color: rgba(155, 155, 155, 1);}#a2d20aab76af7a4 , #a2d20aab76af7a4 a{color: rgba(155, 155, 155, 1);}#aa0f1af254a1525 , #aa0f1af254a1525 a{color: rgba(155, 155, 155, 1);}#a4812adc3da8611 , #a4812adc3da8611 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a954da7aa6a2900 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a4271aa4c0aaee2 .logged {
  display: none;
}
#a4271aa4c0aaee2 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a4271aa4c0aaee2 .fa-search {
  color: #ccc;
}
#a4271aa4c0aaee2 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a4271aa4c0aaee2 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a4271aa4c0aaee2 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a4271aa4c0aaee2 .quick-menus li:last-child > a::after {
  display: none;
}
#a4271aa4c0aaee2 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a4271aa4c0aaee2 .site-header {
  height: 70px;
}
#a4271aa4c0aaee2 .uk-navbar-item,
#a4271aa4c0aaee2 .uk-navbar-nav > li > a,
#a4271aa4c0aaee2 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a4271aa4c0aaee2 .uk-sticky-fixed .uk-navbar-item,
#a4271aa4c0aaee2 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a4271aa4c0aaee2 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a4271aa4c0aaee2 .uk-navbar-sticky {
  background: #fff;
}
#a4271aa4c0aaee2 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a4271aa4c0aaee2 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a4271aa4c0aaee2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4271aa4c0aaee2 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a4271aa4c0aaee2 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a4271aa4c0aaee2 .sub-menu-title i,
#a4271aa4c0aaee2 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a4271aa4c0aaee2 .menu-list > .menu-item {
  position: relative;
}
#a4271aa4c0aaee2 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a4271aa4c0aaee2 .menu-list > .menu-item:hover > a::after,
#a4271aa4c0aaee2 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a4271aa4c0aaee2 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a4271aa4c0aaee2 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a4271aa4c0aaee2 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a4271aa4c0aaee2 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a4271aa4c0aaee2 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a4271aa4c0aaee2 .sub-menu-item a:hover {
  color: #07406e;
}
#a4271aa4c0aaee2 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a4271aa4c0aaee2 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a4271aa4c0aaee2 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a4271aa4c0aaee2 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a4271aa4c0aaee2 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a4271aa4c0aaee2 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a4271aa4c0aaee2 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a4271aa4c0aaee2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a4271aa4c0aaee2 .logo {
  display: inline-block;
}
#a4271aa4c0aaee2 .search-box {
  position: relative;
  padding: 10px;
}
#a4271aa4c0aaee2 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a4271aa4c0aaee2 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a4271aa4c0aaee2 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a8cb3a8e99ac44d .uk-container {
  line-height: 2;
  color: #999;
}
#a4271aa4c0aaee2 .uk-container {max-width: 1400px;}#a4271aa4c0aaee2 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a4271aa4c0aaee2 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#aed67a5ba4abb86 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#aed67a5ba4abb86 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a0edfaf629ab61a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a3e7da56e4a5411 .uk-grid {
  margin-left: 0px;
}
#a3e7da56e4a5411 .uk-grid > * {
  padding-left: 0px;
}
#a3e7da56e4a5411 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3e7da56e4a5411 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3e7da56e4a5411 .uk-position-center-left-out {
    left: -30px;
  }
  #a3e7da56e4a5411 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab5e1a9e0aaa950 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab3d4a785da664d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a1186a08eca672d > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a923aaac77ae4ea a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a5a94aa4b8a5969 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5a94aa4b8a5969 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a867dab48dad5e5 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a867dab48dad5e5 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a403ca275aa5c24 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a403ca275aa5c24 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5db9a189ca6a87 , #a5db9a189ca6a87 a{color: rgba(255, 255, 255, 0);}#add1fa9599a7110 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0821a7013a27b2 {
  overflow: hidden;
}
#a0821a7013a27b2 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0821a7013a27b2 .img-wrap:hover {
  transform: scale(1.5);
}
#a7ab9a96c5a85f5 , #a7ab9a96c5a85f5 a{color: rgba(255, 255, 255, 0);}#a693aa9df6a577d , #a693aa9df6a577d a{color: rgba(255, 255, 255, 0);}#a13a0a1947a396b , #a13a0a1947a396b a{color: rgba(255, 255, 255, 0);}#a1db3a2380af8c6 , #a1db3a2380af8c6 a{color: rgba(255, 255, 255, 0);}#ae15eac9d7a80cd a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a4d63aed54a009d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739777371238.jpeg);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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4d63aed54a009d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ad647a357fa6204 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739777371811.jpeg);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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad647a357fa6204  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a66fba0b78a2e58 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739777370710.jpeg);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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a66fba0b78a2e58  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a0f5fad853a71d2 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739777713998.jpeg);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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a0f5fad853a71d2  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ad01ba6395ac6de .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad01ba6395ac6de .ele-wrap:hover {background-color: #509c49;}#aec76a4f1ea9cc7 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aec76a4f1ea9cc7 .ele-wrap:hover {background-color: #509c49;}#a956ea432da7c26 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a956ea432da7c26 .ele-wrap:hover {background-color: #509c49;}#a3571a515fa8ee2 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a3571a515fa8ee2 .ele-wrap:hover {background-color: #509c49;}#a457aaa216ad26a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a457aaa216ad26a .ele-wrap:hover {background-color: #509c49;}#a81a8af8cba940b .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a81a8af8cba940b .ele-wrap:hover {background-color: #509c49;}#ab994a202ba5418 , #ab994a202ba5418 a{color: rgba(155, 155, 155, 1);}#a29f9ab78fa3024 , #a29f9ab78fa3024 a{color: rgba(155, 155, 155, 1);}#a3ac0ae72fa67e9 , #a3ac0ae72fa67e9 a{color: rgba(155, 155, 155, 1);}#abe2fa4e32a8523 , #abe2fa4e32a8523 a{color: rgba(155, 155, 155, 1);}#a3544aa377a3bf0 , #a3544aa377a3bf0 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a615cae538ad6ba .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#abf11abf61a386b .logged {
  display: none;
}
#abf11abf61a386b .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abf11abf61a386b .fa-search {
  color: #ccc;
}
#abf11abf61a386b .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#abf11abf61a386b .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abf11abf61a386b .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abf11abf61a386b .quick-menus li:last-child > a::after {
  display: none;
}
#abf11abf61a386b .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abf11abf61a386b .site-header {
  height: 70px;
}
#abf11abf61a386b .uk-navbar-item,
#abf11abf61a386b .uk-navbar-nav > li > a,
#abf11abf61a386b .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abf11abf61a386b .uk-sticky-fixed .uk-navbar-item,
#abf11abf61a386b .uk-sticky-fixed .uk-navbar-nav > li > a,
#abf11abf61a386b .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abf11abf61a386b .uk-navbar-sticky {
  background: #fff;
}
#abf11abf61a386b .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abf11abf61a386b .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abf11abf61a386b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abf11abf61a386b .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abf11abf61a386b .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abf11abf61a386b .sub-menu-title i,
#abf11abf61a386b .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abf11abf61a386b .menu-list > .menu-item {
  position: relative;
}
#abf11abf61a386b .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#abf11abf61a386b .menu-list > .menu-item:hover > a::after,
#abf11abf61a386b .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abf11abf61a386b .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abf11abf61a386b .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abf11abf61a386b .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abf11abf61a386b .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abf11abf61a386b .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abf11abf61a386b .sub-menu-item a:hover {
  color: #07406e;
}
#abf11abf61a386b .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abf11abf61a386b .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abf11abf61a386b .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abf11abf61a386b .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abf11abf61a386b .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abf11abf61a386b .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abf11abf61a386b .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abf11abf61a386b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#abf11abf61a386b .logo {
  display: inline-block;
}
#abf11abf61a386b .search-box {
  position: relative;
  padding: 10px;
}
#abf11abf61a386b .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abf11abf61a386b .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abf11abf61a386b .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ad67ca4fdaaaf8a .uk-container {
  line-height: 2;
  color: #999;
}
#abf11abf61a386b .uk-container {max-width: 1400px;}#abf11abf61a386b [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#abf11abf61a386b [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a3208a99f1a344e .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a3208a99f1a344e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#ad4faa04fba4358 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ab37aafbfda7b3a .uk-grid {
  margin-left: 0px;
}
#ab37aafbfda7b3a .uk-grid > * {
  padding-left: 0px;
}
#ab37aafbfda7b3a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab37aafbfda7b3a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab37aafbfda7b3a .uk-position-center-left-out {
    left: -30px;
  }
  #ab37aafbfda7b3a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac756add0ea1314 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2622a4483a09c9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a7ec6a4c29ade84 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a0ed0a0087a3491 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a097fa124ea9021 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a097fa124ea9021 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#af232a3383a7b30 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#af232a3383a7b30 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5644a78b2ae73b .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5644a78b2ae73b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#abfa8aedfea4d0c .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#abfa8aedfea4d0c .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5792a1919ab58b .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5792a1919ab58b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a941ba0818a305f , #a941ba0818a305f a{color: rgba(255, 255, 255, 0);}#abfa2afe37a865a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afefba6269a1874 {
  overflow: hidden;
}
#afefba6269a1874 .img-wrap {
  transition: all 0.3s ease-in;
}
#afefba6269a1874 .img-wrap:hover {
  transform: scale(1.5);
}
#a12bbaa33caca7f {
  overflow: hidden;
}
#a12bbaa33caca7f .img-wrap {
  transition: all 0.3s ease-in;
}
#a12bbaa33caca7f .img-wrap:hover {
  transform: scale(1.5);
}
#aea52ad058a9835 , #aea52ad058a9835 a{color: rgba(255, 255, 255, 0);}#ad5afa2cefafb00 , #ad5afa2cefafb00 a{color: rgba(255, 255, 255, 0);}#a1e28acd21a620a , #a1e28acd21a620a a{color: rgba(255, 255, 255, 0);}#a24aaa7d6aabd09 , #a24aaa7d6aabd09 a{color: rgba(255, 255, 255, 0);}#a05faa04e9a3cbb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adf45a05d6ac865 , #adf45a05d6ac865 a{color: rgba(208, 2, 27, 1);}#ac550aeab2aeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac3f5acf95a598d , #ac3f5acf95a598d a{color: rgba(208, 2, 27, 1);}#a43e4a4623a7434 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a43e4a4623a7434 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7753a6a51a7cad a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#ab801abf3fae391 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2ea1a40c6af63f .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9326a4ddda6865 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a541cadb3eafe37 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a976eac811a8100 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5fa2a29d3a1b1c .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8b00a64dda7a26 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a17eea1e2ba57e8 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4a6aa6e1da38d3 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4a6aa6e1da38d3  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aec64a5ff8a444d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aec1eab58fa47cb > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aec1eab58fa47cb  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7f42a0a88a2211 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac740a9e59a580d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ac740a9e59a580d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4a25a9cc5acdf2 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a326da670aae038 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a326da670aae038  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#afe95a5d20a9f63 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0bf9ac80da5d80 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0bf9ac80da5d80 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7d44aac02aa72e > .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);}#a7d44aac02aa72e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a198baeaf6ac0fd > .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);}#a198baeaf6ac0fd  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aba96ab4e8a8dd5 > .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);}#aba96ab4e8a8dd5  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a2f57acacaa1fb1 > .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);}#a2f57acacaa1fb1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a0982a38daa1ec7 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0982a38daa1ec7 .ele-wrap:hover {background-color: #509c49;}#a9c77a9965a14d1 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a9c77a9965a14d1 .ele-wrap:hover {background-color: #509c49;}#ad4cbac0dca2450 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad4cbac0dca2450 .ele-wrap:hover {background-color: #509c49;}#ad3f1a1870aa463 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad3f1a1870aa463 .ele-wrap:hover {background-color: #509c49;}#ab03da8ee3a034b .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab03da8ee3a034b .ele-wrap:hover {background-color: #509c49;}#a5db5a8519a7f55 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5db5a8519a7f55 .ele-wrap:hover {background-color: #509c49;}#af038af908ad980 , #af038af908ad980 a{color: rgba(155, 155, 155, 1);}#a7f05a1d59a2ff8 , #a7f05a1d59a2ff8 a{color: rgba(155, 155, 155, 1);}#a3ac0abd54a9150 , #a3ac0abd54a9150 a{color: rgba(155, 155, 155, 1);}#acff9a6920a5bd3 , #acff9a6920a5bd3 a{color: rgba(155, 155, 155, 1);}#a7c4dab328ad24a , #a7c4dab328ad24a a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5f4da21f9a5fda .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a5826af01ea02f9 .logged {
  display: none;
}
#a5826af01ea02f9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a5826af01ea02f9 .fa-search {
  color: #ccc;
}
#a5826af01ea02f9 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a5826af01ea02f9 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a5826af01ea02f9 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a5826af01ea02f9 .quick-menus li:last-child > a::after {
  display: none;
}
#a5826af01ea02f9 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a5826af01ea02f9 .site-header {
  height: 70px;
}
#a5826af01ea02f9 .uk-navbar-item,
#a5826af01ea02f9 .uk-navbar-nav > li > a,
#a5826af01ea02f9 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a5826af01ea02f9 .uk-sticky-fixed .uk-navbar-item,
#a5826af01ea02f9 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a5826af01ea02f9 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a5826af01ea02f9 .uk-navbar-sticky {
  background: #fff;
}
#a5826af01ea02f9 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a5826af01ea02f9 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a5826af01ea02f9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5826af01ea02f9 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a5826af01ea02f9 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a5826af01ea02f9 .sub-menu-title i,
#a5826af01ea02f9 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a5826af01ea02f9 .menu-list > .menu-item {
  position: relative;
}
#a5826af01ea02f9 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a5826af01ea02f9 .menu-list > .menu-item:hover > a::after,
#a5826af01ea02f9 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a5826af01ea02f9 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a5826af01ea02f9 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a5826af01ea02f9 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a5826af01ea02f9 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a5826af01ea02f9 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a5826af01ea02f9 .sub-menu-item a:hover {
  color: #07406e;
}
#a5826af01ea02f9 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a5826af01ea02f9 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a5826af01ea02f9 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a5826af01ea02f9 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a5826af01ea02f9 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a5826af01ea02f9 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a5826af01ea02f9 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a5826af01ea02f9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a5826af01ea02f9 .logo {
  display: inline-block;
}
#a5826af01ea02f9 .search-box {
  position: relative;
  padding: 10px;
}
#a5826af01ea02f9 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a5826af01ea02f9 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a5826af01ea02f9 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a943ca3893abbaf .uk-container {
  line-height: 2;
  color: #999;
}
#a5826af01ea02f9 .uk-container {max-width: 1400px;}#a5826af01ea02f9 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a5826af01ea02f9 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a457cac5d0a194f .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a457cac5d0a194f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a084fabaa5a4245 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ae448af3dea0e13 .uk-grid {
  margin-left: 0px;
}
#ae448af3dea0e13 .uk-grid > * {
  padding-left: 0px;
}
#ae448af3dea0e13 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae448af3dea0e13 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae448af3dea0e13 .uk-position-center-left-out {
    left: -30px;
  }
  #ae448af3dea0e13 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a73b5acb5aa7094 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a38e7a91abafa61 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#aaeafa6fb8af801 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a6ca1a47f5a5648 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a7f07a2d58afde7 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a7f07a2d58afde7 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#afdc1a89b9a1426 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#afdc1a89b9a1426 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ac2c8a0964ab053 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ac2c8a0964ab053 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a92f1ad79aa3528 , #a92f1ad79aa3528 a{color: rgba(255, 255, 255, 0);}#aa5eba9288a8610 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac68a9089a4f4b {
  overflow: hidden;
}
#aac68a9089a4f4b .img-wrap {
  transition: all 0.3s ease-in;
}
#aac68a9089a4f4b .img-wrap:hover {
  transform: scale(1.5);
}
#a9c8aab942a28a2 , #a9c8aab942a28a2 a{color: rgba(255, 255, 255, 0);}#acf4aa3ad5a655b , #acf4aa3ad5a655b a{color: rgba(255, 255, 255, 0);}#ac0faa9647af204 , #ac0faa9647af204 a{color: rgba(255, 255, 255, 0);}#ac65fa8a6ba4b7e , #ac65fa8a6ba4b7e a{color: rgba(255, 255, 255, 0);}#af2c9a72d3afb27 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aea71a584da284f > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739783226953.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aea71a584da284f  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4ceca88ccabb3c > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739783228064.jpeg);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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4ceca88ccabb3c  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1323aca6ba26d5 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739783227520.jpeg);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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1323aca6ba26d5  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aec30a6cfba33a9 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739783228594.jpeg);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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aec30a6cfba33a9  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ae423ac0b3a8903 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae423ac0b3a8903 .ele-wrap:hover {background-color: #509c49;}#ab9faacacaade6f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab9faacacaade6f .ele-wrap:hover {background-color: #509c49;}#a8b73a71b7a13e5 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a8b73a71b7a13e5 .ele-wrap:hover {background-color: #509c49;}#a78edad879a954c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a78edad879a954c .ele-wrap:hover {background-color: #509c49;}#a4a57a7be7ad4e5 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4a57a7be7ad4e5 .ele-wrap:hover {background-color: #509c49;}#a722fa76c1a60a0 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a722fa76c1a60a0 .ele-wrap:hover {background-color: #509c49;}#ae6fda1727a9141 , #ae6fda1727a9141 a{color: rgba(155, 155, 155, 1);}#acff4a62e9a13ee , #acff4a62e9a13ee a{color: rgba(155, 155, 155, 1);}#a0744ad232a8d18 , #a0744ad232a8d18 a{color: rgba(155, 155, 155, 1);}#a8de7a1a3ea49ee , #a8de7a1a3ea49ee a{color: rgba(155, 155, 155, 1);}#a7b26a498ea66f1 , #a7b26a498ea66f1 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a47eaa3846ab375 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ace22af1c1abdae .logged {
  display: none;
}
#ace22af1c1abdae .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ace22af1c1abdae .fa-search {
  color: #ccc;
}
#ace22af1c1abdae .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ace22af1c1abdae .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ace22af1c1abdae .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ace22af1c1abdae .quick-menus li:last-child > a::after {
  display: none;
}
#ace22af1c1abdae .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ace22af1c1abdae .site-header {
  height: 70px;
}
#ace22af1c1abdae .uk-navbar-item,
#ace22af1c1abdae .uk-navbar-nav > li > a,
#ace22af1c1abdae .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ace22af1c1abdae .uk-sticky-fixed .uk-navbar-item,
#ace22af1c1abdae .uk-sticky-fixed .uk-navbar-nav > li > a,
#ace22af1c1abdae .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ace22af1c1abdae .uk-navbar-sticky {
  background: #fff;
}
#ace22af1c1abdae .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ace22af1c1abdae .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ace22af1c1abdae .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ace22af1c1abdae .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ace22af1c1abdae .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ace22af1c1abdae .sub-menu-title i,
#ace22af1c1abdae .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ace22af1c1abdae .menu-list > .menu-item {
  position: relative;
}
#ace22af1c1abdae .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ace22af1c1abdae .menu-list > .menu-item:hover > a::after,
#ace22af1c1abdae .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ace22af1c1abdae .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ace22af1c1abdae .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ace22af1c1abdae .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ace22af1c1abdae .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ace22af1c1abdae .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ace22af1c1abdae .sub-menu-item a:hover {
  color: #07406e;
}
#ace22af1c1abdae .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ace22af1c1abdae .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ace22af1c1abdae .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ace22af1c1abdae .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ace22af1c1abdae .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ace22af1c1abdae .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ace22af1c1abdae .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ace22af1c1abdae .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ace22af1c1abdae .logo {
  display: inline-block;
}
#ace22af1c1abdae .search-box {
  position: relative;
  padding: 10px;
}
#ace22af1c1abdae .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ace22af1c1abdae .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ace22af1c1abdae .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a9c72a37d9a6ab4 .uk-container {
  line-height: 2;
  color: #999;
}
#ace22af1c1abdae .uk-container {max-width: 1400px;}#ace22af1c1abdae [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ace22af1c1abdae [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a7c3cab647a18a1 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a7c3cab647a18a1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a44cda5936abbd2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a3a77ac424a8dd8 .uk-grid {
  margin-left: 0px;
}
#a3a77ac424a8dd8 .uk-grid > * {
  padding-left: 0px;
}
#a3a77ac424a8dd8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3a77ac424a8dd8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3a77ac424a8dd8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3a77ac424a8dd8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bc3a5ee7ae54b .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a082cac0e4abcfd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ae6bfa1797ad6e5 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a4bffaa029ab522 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a9cc3a6135aa8ac .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9cc3a6135aa8ac .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae8efaea4da1f6f .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ae8efaea4da1f6f .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#adfabaef9caf530 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#adfabaef9caf530 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6517a4bd6a1fb1 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6517a4bd6a1fb1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a632bacd07a4839 , #a632bacd07a4839 a{color: rgba(255, 255, 255, 0);}#a86ada47d7a4648 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6766a888fa1600 {
  overflow: hidden;
}
#a6766a888fa1600 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6766a888fa1600 .img-wrap:hover {
  transform: scale(1.5);
}
#a3e79a80c2a99eb {
  overflow: hidden;
}
#a3e79a80c2a99eb .img-wrap {
  transition: all 0.3s ease-in;
}
#a3e79a80c2a99eb .img-wrap:hover {
  transform: scale(1.5);
}
#a3efdab956a3d1b , #a3efdab956a3d1b a{color: rgba(255, 255, 255, 0);}#aa6c7a33bba3bc4 , #aa6c7a33bba3bc4 a{color: rgba(255, 255, 255, 0);}#af8cea02a2a3c04 , #af8cea02a2a3c04 a{color: rgba(255, 255, 255, 0);}#ad522a70dba9f5e , #ad522a70dba9f5e a{color: rgba(255, 255, 255, 0);}#a73f7abcbbae3e2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a1910a03eba1677 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3748a5c95a2b82 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab275a948ea874e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a502da10ebac121 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6dc1aa602a153f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a772ea1b1ea4477 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afe72a20a2a481e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ac28aaa5f4abfa9 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abc01a488da88e2 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#abc01a488da88e2  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aa033a238daf4fe > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#af39ea1db4a6f54 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af39ea1db4a6f54  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a26bda17eba6711 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6b60a5789a65ff > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6b60a5789a65ff  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a251fa83f1a5712 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3068a4bd2a98d0 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3068a4bd2a98d0  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#af9cfa0f92a2bb5 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6f66a6411a5a32 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a6f66a6411a5a32 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a391fa1a67adf21 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a391fa1a67adf21 .ele-wrap:hover {background-color: #509c49;}#a734fa9128a9052 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a734fa9128a9052 .ele-wrap:hover {background-color: #509c49;}#a0171aee64a3a51 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0171aee64a3a51 .ele-wrap:hover {background-color: #509c49;}#a7c81a3ec2a74c7 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a7c81a3ec2a74c7 .ele-wrap:hover {background-color: #509c49;}#ad7dfa0c0aa44c8 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad7dfa0c0aa44c8 .ele-wrap:hover {background-color: #509c49;}#af038a7024ab9ea .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af038a7024ab9ea .ele-wrap:hover {background-color: #509c49;}#ad91ca298aa6247 , #ad91ca298aa6247 a{color: rgba(155, 155, 155, 1);}#a9aeba68d7a91c5 , #a9aeba68d7a91c5 a{color: rgba(155, 155, 155, 1);}#af617ac42ea1f30 , #af617ac42ea1f30 a{color: rgba(155, 155, 155, 1);}#ac889a04bfa9e44 , #ac889a04bfa9e44 a{color: rgba(155, 155, 155, 1);}#a0c84a141cabca1 , #a0c84a141cabca1 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0a5fa11c7a4847 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab712a6ff1a95ad .logged {
  display: none;
}
#ab712a6ff1a95ad .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab712a6ff1a95ad .fa-search {
  color: #ccc;
}
#ab712a6ff1a95ad .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ab712a6ff1a95ad .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab712a6ff1a95ad .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ab712a6ff1a95ad .quick-menus li:last-child > a::after {
  display: none;
}
#ab712a6ff1a95ad .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab712a6ff1a95ad .site-header {
  height: 70px;
}
#ab712a6ff1a95ad .uk-navbar-item,
#ab712a6ff1a95ad .uk-navbar-nav > li > a,
#ab712a6ff1a95ad .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab712a6ff1a95ad .uk-sticky-fixed .uk-navbar-item,
#ab712a6ff1a95ad .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab712a6ff1a95ad .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab712a6ff1a95ad .uk-navbar-sticky {
  background: #fff;
}
#ab712a6ff1a95ad .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ab712a6ff1a95ad .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ab712a6ff1a95ad .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab712a6ff1a95ad .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ab712a6ff1a95ad .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ab712a6ff1a95ad .sub-menu-title i,
#ab712a6ff1a95ad .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab712a6ff1a95ad .menu-list > .menu-item {
  position: relative;
}
#ab712a6ff1a95ad .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ab712a6ff1a95ad .menu-list > .menu-item:hover > a::after,
#ab712a6ff1a95ad .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ab712a6ff1a95ad .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ab712a6ff1a95ad .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ab712a6ff1a95ad .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ab712a6ff1a95ad .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ab712a6ff1a95ad .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ab712a6ff1a95ad .sub-menu-item a:hover {
  color: #07406e;
}
#ab712a6ff1a95ad .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ab712a6ff1a95ad .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ab712a6ff1a95ad .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab712a6ff1a95ad .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ab712a6ff1a95ad .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ab712a6ff1a95ad .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ab712a6ff1a95ad .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ab712a6ff1a95ad .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ab712a6ff1a95ad .logo {
  display: inline-block;
}
#ab712a6ff1a95ad .search-box {
  position: relative;
  padding: 10px;
}
#ab712a6ff1a95ad .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ab712a6ff1a95ad .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ab712a6ff1a95ad .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a0fe1a1402a5f84 .uk-container {
  line-height: 2;
  color: #999;
}
#ab712a6ff1a95ad .uk-container {max-width: 1400px;}#ab712a6ff1a95ad [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ab712a6ff1a95ad [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#adc02a67f6a75b5 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#adc02a67f6a75b5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a3e59a13eea2009 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ab42ea4ea1a5eae .uk-grid {
  margin-left: 0px;
}
#ab42ea4ea1a5eae .uk-grid > * {
  padding-left: 0px;
}
#ab42ea4ea1a5eae .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab42ea4ea1a5eae .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab42ea4ea1a5eae .uk-position-center-left-out {
    left: -30px;
  }
  #ab42ea4ea1a5eae .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6c94a9d20a8a8e .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7b2ba1508addac > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a23b7ad3feaff8d > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a3a97afba5a2f88 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aab71a3c69adfe7 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aab71a3c69adfe7 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aa6e2aa4f6ab6fa .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aa6e2aa4f6ab6fa .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5fc9a71b7aff1f .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5fc9a71b7aff1f .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5ff6ad9eaa2ec0 , #a5ff6ad9eaa2ec0 a{color: rgba(255, 255, 255, 0);}#acc54afbacaefdb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a241fa8e95aec44 {
  overflow: hidden;
}
#a241fa8e95aec44 .img-wrap {
  transition: all 0.3s ease-in;
}
#a241fa8e95aec44 .img-wrap:hover {
  transform: scale(1.5);
}
#a1b56a9d92ac4c6 , #a1b56a9d92ac4c6 a{color: rgba(255, 255, 255, 0);}#ad8edaf75ca23fb , #ad8edaf75ca23fb a{color: rgba(255, 255, 255, 0);}#a9f69a03b6adcdf , #a9f69a03b6adcdf a{color: rgba(255, 255, 255, 0);}#abfa0a2140a6e8d , #abfa0a2140a6e8d a{color: rgba(255, 255, 255, 0);}#a467ca5d8cab20e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aa164acfe8a54e7 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739780468130.jpeg);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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa164acfe8a54e7  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a93c8afdaca040a > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739780468833.jpeg);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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a93c8afdaca040a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#af6e6a4645ac8c1 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739781676107.jpeg);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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af6e6a4645ac8c1  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a2475a895fa86ec > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739780469439.jpeg);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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2475a895fa86ec  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#af33ba8558af585 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af33ba8558af585 .ele-wrap:hover {background-color: #509c49;}#ad6e2aa588a6b26 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad6e2aa588a6b26 .ele-wrap:hover {background-color: #509c49;}#a55c9a5996a44fd .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a55c9a5996a44fd .ele-wrap:hover {background-color: #509c49;}#a78bbacabba69e3 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a78bbacabba69e3 .ele-wrap:hover {background-color: #509c49;}#ab2f2aca2aa0670 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab2f2aca2aa0670 .ele-wrap:hover {background-color: #509c49;}#a16b3a912bae4f7 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a16b3a912bae4f7 .ele-wrap:hover {background-color: #509c49;}#ac49ea25a0a9e14 , #ac49ea25a0a9e14 a{color: rgba(155, 155, 155, 1);}#a6ef5abc4daa9e0 , #a6ef5abc4daa9e0 a{color: rgba(155, 155, 155, 1);}#a9363ad289ab82e , #a9363ad289ab82e a{color: rgba(155, 155, 155, 1);}#a8e18ad708a8ac5 , #a8e18ad708a8ac5 a{color: rgba(155, 155, 155, 1);}#aa1fea093faac9b , #aa1fea093faac9b a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab9f2abe7badf56 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#af65da2b89aced3 .logged {
  display: none;
}
#af65da2b89aced3 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#af65da2b89aced3 .fa-search {
  color: #ccc;
}
#af65da2b89aced3 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#af65da2b89aced3 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af65da2b89aced3 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#af65da2b89aced3 .quick-menus li:last-child > a::after {
  display: none;
}
#af65da2b89aced3 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#af65da2b89aced3 .site-header {
  height: 70px;
}
#af65da2b89aced3 .uk-navbar-item,
#af65da2b89aced3 .uk-navbar-nav > li > a,
#af65da2b89aced3 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af65da2b89aced3 .uk-sticky-fixed .uk-navbar-item,
#af65da2b89aced3 .uk-sticky-fixed .uk-navbar-nav > li > a,
#af65da2b89aced3 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af65da2b89aced3 .uk-navbar-sticky {
  background: #fff;
}
#af65da2b89aced3 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#af65da2b89aced3 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#af65da2b89aced3 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af65da2b89aced3 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#af65da2b89aced3 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#af65da2b89aced3 .sub-menu-title i,
#af65da2b89aced3 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#af65da2b89aced3 .menu-list > .menu-item {
  position: relative;
}
#af65da2b89aced3 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#af65da2b89aced3 .menu-list > .menu-item:hover > a::after,
#af65da2b89aced3 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#af65da2b89aced3 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#af65da2b89aced3 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#af65da2b89aced3 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#af65da2b89aced3 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#af65da2b89aced3 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#af65da2b89aced3 .sub-menu-item a:hover {
  color: #07406e;
}
#af65da2b89aced3 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#af65da2b89aced3 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#af65da2b89aced3 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#af65da2b89aced3 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#af65da2b89aced3 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#af65da2b89aced3 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#af65da2b89aced3 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#af65da2b89aced3 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#af65da2b89aced3 .logo {
  display: inline-block;
}
#af65da2b89aced3 .search-box {
  position: relative;
  padding: 10px;
}
#af65da2b89aced3 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#af65da2b89aced3 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#af65da2b89aced3 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a586eaaf50aae36 .uk-container {
  line-height: 2;
  color: #999;
}
#af65da2b89aced3 .uk-container {max-width: 1400px;}#af65da2b89aced3 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#af65da2b89aced3 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a3582aab4aa231e .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a3582aab4aa231e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a420fac04aa93e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ab2c9a87efa3806 .uk-grid {
  margin-left: 0px;
}
#ab2c9a87efa3806 .uk-grid > * {
  padding-left: 0px;
}
#ab2c9a87efa3806 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2c9a87efa3806 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab2c9a87efa3806 .uk-position-center-left-out {
    left: -30px;
  }
  #ab2c9a87efa3806 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7b92a69afa2b6b .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4467aec12acd16 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ac41ba4efea25fb > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a74a2aca7ba4c25 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#afec2a9db9a7ef4 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#afec2a9db9a7ef4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#afe08af27ca8ba7 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#afe08af27ca8ba7 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a76d2aec71a17a1 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a76d2aec71a17a1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a1ebca60b4a01ef .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a1ebca60b4a01ef .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae5b3a25f6ad0be , #ae5b3a25f6ad0be a{color: rgba(255, 255, 255, 0);}#a56b4ae50cae87f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab525a809aae007 {
  overflow: hidden;
}
#ab525a809aae007 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab525a809aae007 .img-wrap:hover {
  transform: scale(1.5);
}
#a2d99a7f6ea6b03 {
  overflow: hidden;
}
#a2d99a7f6ea6b03 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2d99a7f6ea6b03 .img-wrap:hover {
  transform: scale(1.5);
}
#a15efa4d5da2247 , #a15efa4d5da2247 a{color: rgba(255, 255, 255, 0);}#afabaaa1b9a8a53 , #afabaaa1b9a8a53 a{color: rgba(255, 255, 255, 0);}#ab7adac305a2be7 , #ab7adac305a2be7 a{color: rgba(255, 255, 255, 0);}#abf1faa638ad680 , #abf1faa638ad680 a{color: rgba(255, 255, 255, 0);}#a03a1a8f32a04ef a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a4b89a8bc5ad6ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aee5ea0fb1a3606 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3b01a1de6a61bb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aff0eafe65aa1e8 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5e47a7b18a7628 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4871a286ea1d8f .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a513daac15a805f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a7b84a6b57a4236 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aad97ace42add84 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aad97ace42add84  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a3350aebf2afb9f > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a94beadb67a0b71 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a94beadb67a0b71  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6b5eada21a6528 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab9c9af634a57af > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab9c9af634a57af  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#af38caf7cda8678 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab689a97c3a8aa3 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab689a97c3a8aa3  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a2e03a0870afa67 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa358aff96a3c1e .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa358aff96a3c1e .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aacfaacc1aad199 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aacfaacc1aad199 .ele-wrap:hover {background-color: #509c49;}#ab5eda18dfa5850 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab5eda18dfa5850 .ele-wrap:hover {background-color: #509c49;}#a5502a353da1859 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5502a353da1859 .ele-wrap:hover {background-color: #509c49;}#ac922a47a6aaa70 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac922a47a6aaa70 .ele-wrap:hover {background-color: #509c49;}#afbcba9174ab2ef .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#afbcba9174ab2ef .ele-wrap:hover {background-color: #509c49;}#a9209a0162a053d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a9209a0162a053d .ele-wrap:hover {background-color: #509c49;}#a91bda79d9a1958 , #a91bda79d9a1958 a{color: rgba(155, 155, 155, 1);}#a4c00af59aab5bf , #a4c00af59aab5bf a{color: rgba(155, 155, 155, 1);}#ae9faa02a9a23d8 , #ae9faa02a9a23d8 a{color: rgba(155, 155, 155, 1);}#ab747a3409a6731 , #ab747a3409a6731 a{color: rgba(155, 155, 155, 1);}#a02d7ac501a581f , #a02d7ac501a581f a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4e36a5c1aa04c4 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab2e9af55badc23 .logged {
  display: none;
}
#ab2e9af55badc23 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab2e9af55badc23 .fa-search {
  color: #ccc;
}
#ab2e9af55badc23 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ab2e9af55badc23 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab2e9af55badc23 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ab2e9af55badc23 .quick-menus li:last-child > a::after {
  display: none;
}
#ab2e9af55badc23 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab2e9af55badc23 .site-header {
  height: 70px;
}
#ab2e9af55badc23 .uk-navbar-item,
#ab2e9af55badc23 .uk-navbar-nav > li > a,
#ab2e9af55badc23 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab2e9af55badc23 .uk-sticky-fixed .uk-navbar-item,
#ab2e9af55badc23 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab2e9af55badc23 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab2e9af55badc23 .uk-navbar-sticky {
  background: #fff;
}
#ab2e9af55badc23 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ab2e9af55badc23 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ab2e9af55badc23 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab2e9af55badc23 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ab2e9af55badc23 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ab2e9af55badc23 .sub-menu-title i,
#ab2e9af55badc23 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab2e9af55badc23 .menu-list > .menu-item {
  position: relative;
}
#ab2e9af55badc23 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ab2e9af55badc23 .menu-list > .menu-item:hover > a::after,
#ab2e9af55badc23 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ab2e9af55badc23 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ab2e9af55badc23 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ab2e9af55badc23 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ab2e9af55badc23 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ab2e9af55badc23 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ab2e9af55badc23 .sub-menu-item a:hover {
  color: #07406e;
}
#ab2e9af55badc23 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ab2e9af55badc23 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ab2e9af55badc23 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab2e9af55badc23 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ab2e9af55badc23 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ab2e9af55badc23 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ab2e9af55badc23 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ab2e9af55badc23 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ab2e9af55badc23 .logo {
  display: inline-block;
}
#ab2e9af55badc23 .search-box {
  position: relative;
  padding: 10px;
}
#ab2e9af55badc23 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ab2e9af55badc23 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ab2e9af55badc23 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a7f4ca3000ac687 .uk-container {
  line-height: 2;
  color: #999;
}
#ab2e9af55badc23 .uk-container {max-width: 1400px;}#ab2e9af55badc23 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ab2e9af55badc23 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a8487a6abfa3840 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a8487a6abfa3840 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a81a3a1460a96d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a9f21aab27acded .uk-grid {
  margin-left: 0px;
}
#a9f21aab27acded .uk-grid > * {
  padding-left: 0px;
}
#a9f21aab27acded .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9f21aab27acded .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9f21aab27acded .uk-position-center-left-out {
    left: -30px;
  }
  #a9f21aab27acded .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a27d5abf0dabd9f .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a68adad906a3d76 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a41c9a391dafe88 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a00d2a7569acc9f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#af4dead269ac321 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#af4dead269ac321 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#abc66aa0b4ad8dd .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#abc66aa0b4ad8dd .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a3eaca86cea7b53 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a3eaca86cea7b53 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a3870af7e5a8f42 , #a3870af7e5a8f42 a{color: rgba(255, 255, 255, 0);}#a2db6aaeffa82c4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe2da61fba10e5 {
  overflow: hidden;
}
#abe2da61fba10e5 .img-wrap {
  transition: all 0.3s ease-in;
}
#abe2da61fba10e5 .img-wrap:hover {
  transform: scale(1.5);
}
#a09c8a2370a92fe , #a09c8a2370a92fe a{color: rgba(255, 255, 255, 0);}#a35dbaba67a27d1 , #a35dbaba67a27d1 a{color: rgba(255, 255, 255, 0);}#aca76aa6a6a7829 , #aca76aa6a6a7829 a{color: rgba(255, 255, 255, 0);}#a2f0da489aaeb88 , #a2f0da489aaeb88 a{color: rgba(255, 255, 255, 0);}#a944aaeecfa70b0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a1eebadd11ab62d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1740039211508.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1eebadd11ab62d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aa4ffade27a6368 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1746750643979.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa4ffade27a6368  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aab4bad0b2a1a4d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1740039210955.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aab4bad0b2a1a4d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a64d5a0943a9b8b > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739869789632.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a64d5a0943a9b8b  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ae37ea7e39a0046 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae37ea7e39a0046 .ele-wrap:hover {background-color: #509c49;}#a6b72a7e0ca3e01 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6b72a7e0ca3e01 .ele-wrap:hover {background-color: #509c49;}#aca50a822daf7c3 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aca50a822daf7c3 .ele-wrap:hover {background-color: #509c49;}#a5f8fa0d16a7d9a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5f8fa0d16a7d9a .ele-wrap:hover {background-color: #509c49;}#a6d87a2b66a79f8 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6d87a2b66a79f8 .ele-wrap:hover {background-color: #509c49;}#a425ea2dfea8d7d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a425ea2dfea8d7d .ele-wrap:hover {background-color: #509c49;}#ae0fdaa7b3aad6a , #ae0fdaa7b3aad6a a{color: rgba(155, 155, 155, 1);}#af180a404aa97a6 , #af180a404aa97a6 a{color: rgba(155, 155, 155, 1);}#a90bda4896a94f4 , #a90bda4896a94f4 a{color: rgba(155, 155, 155, 1);}#a101fa5c7fa0ec4 , #a101fa5c7fa0ec4 a{color: rgba(155, 155, 155, 1);}#ae198acdb8a84e2 , #ae198acdb8a84e2 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af9bda349faea7b .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8da4af692a6b80 .logged {
  display: none;
}
#a8da4af692a6b80 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a8da4af692a6b80 .fa-search {
  color: #ccc;
}
#a8da4af692a6b80 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a8da4af692a6b80 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8da4af692a6b80 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a8da4af692a6b80 .quick-menus li:last-child > a::after {
  display: none;
}
#a8da4af692a6b80 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a8da4af692a6b80 .site-header {
  height: 70px;
}
#a8da4af692a6b80 .uk-navbar-item,
#a8da4af692a6b80 .uk-navbar-nav > li > a,
#a8da4af692a6b80 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8da4af692a6b80 .uk-sticky-fixed .uk-navbar-item,
#a8da4af692a6b80 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a8da4af692a6b80 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8da4af692a6b80 .uk-navbar-sticky {
  background: #fff;
}
#a8da4af692a6b80 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a8da4af692a6b80 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a8da4af692a6b80 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8da4af692a6b80 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a8da4af692a6b80 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a8da4af692a6b80 .sub-menu-title i,
#a8da4af692a6b80 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a8da4af692a6b80 .menu-list > .menu-item {
  position: relative;
}
#a8da4af692a6b80 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a8da4af692a6b80 .menu-list > .menu-item:hover > a::after,
#a8da4af692a6b80 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a8da4af692a6b80 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a8da4af692a6b80 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a8da4af692a6b80 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a8da4af692a6b80 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a8da4af692a6b80 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a8da4af692a6b80 .sub-menu-item a:hover {
  color: #07406e;
}
#a8da4af692a6b80 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a8da4af692a6b80 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a8da4af692a6b80 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a8da4af692a6b80 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a8da4af692a6b80 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a8da4af692a6b80 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a8da4af692a6b80 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a8da4af692a6b80 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a8da4af692a6b80 .logo {
  display: inline-block;
}
#a8da4af692a6b80 .search-box {
  position: relative;
  padding: 10px;
}
#a8da4af692a6b80 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a8da4af692a6b80 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a8da4af692a6b80 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a47b6ae6efaf270 .uk-container {
  line-height: 2;
  color: #999;
}
#a8da4af692a6b80 .uk-container {max-width: 1400px;}#a8da4af692a6b80 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a8da4af692a6b80 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a92e9aea3aa5547 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a92e9aea3aa5547 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#af7afa3064aeb46 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a1c55a58a0ae3d7 .uk-grid {
  margin-left: 0px;
}
#a1c55a58a0ae3d7 .uk-grid > * {
  padding-left: 0px;
}
#a1c55a58a0ae3d7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1c55a58a0ae3d7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1c55a58a0ae3d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a1c55a58a0ae3d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a88f4ad8f9a7316 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7d6ea1247a3ce2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a3ff4a4acaa39d1 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a1131a3950afbbf a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#abd78a46faa435b .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#abd78a46faa435b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5bcaa7938a72c2 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5bcaa7938a72c2 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a7aa2aa9b1a0992 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a7aa2aa9b1a0992 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae14ca084ba3c07 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ae14ca084ba3c07 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8f65ad6a7af059 , #a8f65ad6a7af059 a{color: rgba(255, 255, 255, 0);}#a93dba4b1bab554 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7a5fa5aecab098 {
  overflow: hidden;
}
#a7a5fa5aecab098 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7a5fa5aecab098 .img-wrap:hover {
  transform: scale(1.5);
}
#a8bb4a5c7bafa47 {
  overflow: hidden;
}
#a8bb4a5c7bafa47 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8bb4a5c7bafa47 .img-wrap:hover {
  transform: scale(1.5);
}
#a8636a3387a96a5 , #a8636a3387a96a5 a{color: rgba(255, 255, 255, 0);}#a7580a5f45a13a4 , #a7580a5f45a13a4 a{color: rgba(255, 255, 255, 0);}#abd29a36d8a669f , #abd29a36d8a669f a{color: rgba(255, 255, 255, 0);}#a77c9a95aea4854 , #a77c9a95aea4854 a{color: rgba(255, 255, 255, 0);}#a3d9ba8206af75e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a7216af84da0d4a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a46d7a9031afcdb .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#affe1a8c50a7fe6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a33eea9d51abed8 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aef03ab3dfaa716 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#afa56a38b4a42fb .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0aa2a3db9aea24 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9d11a1201a15fe .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aff31a5d60acf91 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aff31a5d60acf91  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aaafaa4d88ae39d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116096466.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9132abf42a0274 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9132abf42a0274  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a548bae5dca0fe2 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097233.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2570ac7f8a1ab0 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2570ac7f8a1ab0  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aca38a1af4a5c22 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116333338.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2899a99c7ac076 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2899a99c7ac076  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aa811ad605a5957 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1735116097952.jpeg);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae4b9a06b0acfff .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ae4b9a06b0acfff .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aba96ade36aa08f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aba96ade36aa08f .ele-wrap:hover {background-color: #509c49;}#adeb8a7e24a1ce9 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#adeb8a7e24a1ce9 .ele-wrap:hover {background-color: #509c49;}#a7056a6384af945 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a7056a6384af945 .ele-wrap:hover {background-color: #509c49;}#a337eab9e7abe1d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a337eab9e7abe1d .ele-wrap:hover {background-color: #509c49;}#a2e48a6c1aa718f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a2e48a6c1aa718f .ele-wrap:hover {background-color: #509c49;}#ace30acb81a698a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ace30acb81a698a .ele-wrap:hover {background-color: #509c49;}#ab21aa5e16af51a , #ab21aa5e16af51a a{color: rgba(155, 155, 155, 1);}#a0a59af538ac647 , #a0a59af538ac647 a{color: rgba(155, 155, 155, 1);}#a21d4a6a85ab36b , #a21d4a6a85ab36b a{color: rgba(155, 155, 155, 1);}#a907da5f51a15d6 , #a907da5f51a15d6 a{color: rgba(155, 155, 155, 1);}#a72a0a6f4ba280b , #a72a0a6f4ba280b a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9538a484eab02b .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2536a4de5a364f .logged {
  display: none;
}
#a2536a4de5a364f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a2536a4de5a364f .fa-search {
  color: #ccc;
}
#a2536a4de5a364f .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a2536a4de5a364f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a2536a4de5a364f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a2536a4de5a364f .quick-menus li:last-child > a::after {
  display: none;
}
#a2536a4de5a364f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a2536a4de5a364f .site-header {
  height: 70px;
}
#a2536a4de5a364f .uk-navbar-item,
#a2536a4de5a364f .uk-navbar-nav > li > a,
#a2536a4de5a364f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a2536a4de5a364f .uk-sticky-fixed .uk-navbar-item,
#a2536a4de5a364f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a2536a4de5a364f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a2536a4de5a364f .uk-navbar-sticky {
  background: #fff;
}
#a2536a4de5a364f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a2536a4de5a364f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a2536a4de5a364f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a2536a4de5a364f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a2536a4de5a364f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a2536a4de5a364f .sub-menu-title i,
#a2536a4de5a364f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a2536a4de5a364f .menu-list > .menu-item {
  position: relative;
}
#a2536a4de5a364f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a2536a4de5a364f .menu-list > .menu-item:hover > a::after,
#a2536a4de5a364f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a2536a4de5a364f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a2536a4de5a364f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a2536a4de5a364f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a2536a4de5a364f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a2536a4de5a364f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a2536a4de5a364f .sub-menu-item a:hover {
  color: #07406e;
}
#a2536a4de5a364f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a2536a4de5a364f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a2536a4de5a364f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a2536a4de5a364f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a2536a4de5a364f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a2536a4de5a364f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a2536a4de5a364f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a2536a4de5a364f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a2536a4de5a364f .logo {
  display: inline-block;
}
#a2536a4de5a364f .search-box {
  position: relative;
  padding: 10px;
}
#a2536a4de5a364f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a2536a4de5a364f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a2536a4de5a364f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a16eca99a4ab17e .uk-container {
  line-height: 2;
  color: #999;
}
#a2536a4de5a364f .uk-container {max-width: 1400px;}#a2536a4de5a364f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a2536a4de5a364f [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#aab99a8579ad4d9 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#aab99a8579ad4d9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#ae9d9ad8eead5dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ae981afcbba0065 .uk-grid {
  margin-left: 0px;
}
#ae981afcbba0065 .uk-grid > * {
  padding-left: 0px;
}
#ae981afcbba0065 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae981afcbba0065 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae981afcbba0065 .uk-position-center-left-out {
    left: -30px;
  }
  #ae981afcbba0065 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac86aaa4bdae54a .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0b64a716ea42b1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a9b62a4cf5a0a1f > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a1479ae83aa60aa a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aeb2faa472acf50 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aeb2faa472acf50 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ac75ba0c05a494e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ac75ba0c05a494e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a12aea8877abc9c .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a12aea8877abc9c .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9d36a3620a0526 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9d36a3620a0526 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ac11ca7d2ea3ad6 , #ac11ca7d2ea3ad6 a{color: rgba(255, 255, 255, 0);}#a3c3da2743a011e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a49d6ac315ae59e {
  overflow: hidden;
}
#a49d6ac315ae59e .img-wrap {
  transition: all 0.3s ease-in;
}
#a49d6ac315ae59e .img-wrap:hover {
  transform: scale(1.5);
}
#ab7a7a54a1ade21 {
  overflow: hidden;
}
#ab7a7a54a1ade21 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab7a7a54a1ade21 .img-wrap:hover {
  transform: scale(1.5);
}
#a5489ae516a7c11 , #a5489ae516a7c11 a{color: rgba(255, 255, 255, 0);}#ab5fda138ea64ff , #ab5fda138ea64ff a{color: rgba(255, 255, 255, 0);}#a9433a7278a95eb , #a9433a7278a95eb a{color: rgba(255, 255, 255, 0);}#a3baeaf1e7a8ee3 , #a3baeaf1e7a8ee3 a{color: rgba(255, 255, 255, 0);}#ae068aeb1ba0339 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a9997adee7adae9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8609afc12acbad .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a659da9354acc4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a0a8fa8747a3899 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aba47a94eea51b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad806a5283a3605 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3c9ba1f5eaac87 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3b23adb09ac103 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad5c6a3957af953 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad5c6a3957af953  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#af812a1f90a6e4b > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa93aa0a2daf972 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa93aa0a2daf972  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ae5bba2f4ea2528 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7bbcaaa46ad590 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a7bbcaaa46ad590  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab91aa67fba1882 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1ee6ad18aadb95 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1ee6ad18aadb95  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8256a04b5aaee4 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a350ca0f81abebc .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a350ca0f81abebc .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a2f96a15e4acc2f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a2f96a15e4acc2f .ele-wrap:hover {background-color: #509c49;}#ac517a4253ac6b9 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac517a4253ac6b9 .ele-wrap:hover {background-color: #509c49;}#a20e1ab146a2553 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a20e1ab146a2553 .ele-wrap:hover {background-color: #509c49;}#a33a0a8e59a8864 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a33a0a8e59a8864 .ele-wrap:hover {background-color: #509c49;}#ab540a2197ac47f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab540a2197ac47f .ele-wrap:hover {background-color: #509c49;}#a0e62aed83a01db .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0e62aed83a01db .ele-wrap:hover {background-color: #509c49;}#ad876aa3c6a5fa8 , #ad876aa3c6a5fa8 a{color: rgba(155, 155, 155, 1);}#afb2aac3d5a25b6 , #afb2aac3d5a25b6 a{color: rgba(155, 155, 155, 1);}#a5ddcae67aad973 , #a5ddcae67aad973 a{color: rgba(155, 155, 155, 1);}#ab298afa06a82d8 , #ab298afa06a82d8 a{color: rgba(155, 155, 155, 1);}#a2d4ba6045af413 , #a2d4ba6045af413 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6573aedd4abab6 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3e4fab93ea9abf .logged {
  display: none;
}
#a3e4fab93ea9abf .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a3e4fab93ea9abf .fa-search {
  color: #ccc;
}
#a3e4fab93ea9abf .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a3e4fab93ea9abf .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3e4fab93ea9abf .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a3e4fab93ea9abf .quick-menus li:last-child > a::after {
  display: none;
}
#a3e4fab93ea9abf .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a3e4fab93ea9abf .site-header {
  height: 70px;
}
#a3e4fab93ea9abf .uk-navbar-item,
#a3e4fab93ea9abf .uk-navbar-nav > li > a,
#a3e4fab93ea9abf .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3e4fab93ea9abf .uk-sticky-fixed .uk-navbar-item,
#a3e4fab93ea9abf .uk-sticky-fixed .uk-navbar-nav > li > a,
#a3e4fab93ea9abf .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3e4fab93ea9abf .uk-navbar-sticky {
  background: #fff;
}
#a3e4fab93ea9abf .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a3e4fab93ea9abf .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a3e4fab93ea9abf .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3e4fab93ea9abf .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a3e4fab93ea9abf .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a3e4fab93ea9abf .sub-menu-title i,
#a3e4fab93ea9abf .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a3e4fab93ea9abf .menu-list > .menu-item {
  position: relative;
}
#a3e4fab93ea9abf .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a3e4fab93ea9abf .menu-list > .menu-item:hover > a::after,
#a3e4fab93ea9abf .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a3e4fab93ea9abf .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a3e4fab93ea9abf .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a3e4fab93ea9abf .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a3e4fab93ea9abf .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a3e4fab93ea9abf .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a3e4fab93ea9abf .sub-menu-item a:hover {
  color: #07406e;
}
#a3e4fab93ea9abf .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a3e4fab93ea9abf .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a3e4fab93ea9abf .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a3e4fab93ea9abf .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a3e4fab93ea9abf .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a3e4fab93ea9abf .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a3e4fab93ea9abf .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a3e4fab93ea9abf .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a3e4fab93ea9abf .logo {
  display: inline-block;
}
#a3e4fab93ea9abf .search-box {
  position: relative;
  padding: 10px;
}
#a3e4fab93ea9abf .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a3e4fab93ea9abf .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a3e4fab93ea9abf .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a4078a6af5a8753 .uk-container {
  line-height: 2;
  color: #999;
}
#a3e4fab93ea9abf .uk-container {max-width: 1400px;}#a3e4fab93ea9abf [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a3e4fab93ea9abf [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ad4b6aa9b2a53a2 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#ad4b6aa9b2a53a2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a0b24a8254a4bf5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a493baca4da9687 .uk-grid {
  margin-left: 0px;
}
#a493baca4da9687 .uk-grid > * {
  padding-left: 0px;
}
#a493baca4da9687 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a493baca4da9687 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a493baca4da9687 .uk-position-center-left-out {
    left: -30px;
  }
  #a493baca4da9687 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0df0a6ed0a0d6e .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5154a873ca1fc4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a3543a9cb7a277a > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a4b75a4566a7b06 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a280baa2e7aa5ae .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a280baa2e7aa5ae .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9b87a605da5d8e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9b87a605da5d8e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9a07ad76eaf7c8 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9a07ad76eaf7c8 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#acda6a6db1a689b , #acda6a6db1a689b a{color: rgba(255, 255, 255, 0);}#a8713afff7a9c64 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac517af2d5a5686 {
  overflow: hidden;
}
#ac517af2d5a5686 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac517af2d5a5686 .img-wrap:hover {
  transform: scale(1.5);
}
#a8488a534cac09e , #a8488a534cac09e a{color: rgba(255, 255, 255, 0);}#a9db8a8724a643f , #a9db8a8724a643f a{color: rgba(255, 255, 255, 0);}#abcaca74e2a862b , #abcaca74e2a862b a{color: rgba(255, 255, 255, 0);}#a4996a0c23a40ce , #a4996a0c23a40ce a{color: rgba(255, 255, 255, 0);}#a5576a0e41a8269 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#ad5eaa9828a16ff > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739846160310.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad5eaa9828a16ff  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6b7fa02f3a5e4e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739846160959.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6b7fa02f3a5e4e  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a18c7a6509aeaa0 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739846805794.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a18c7a6509aeaa0  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7658afc89ab087 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1739846161590.jpeg);background-size: cover;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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a7658afc89ab087  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8346aa329a1344 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a8346aa329a1344 .ele-wrap:hover {background-color: #509c49;}#a1c49a40dda1840 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a1c49a40dda1840 .ele-wrap:hover {background-color: #509c49;}#a98aba53a0ac74d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a98aba53a0ac74d .ele-wrap:hover {background-color: #509c49;}#ae817a07e2a8498 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae817a07e2a8498 .ele-wrap:hover {background-color: #509c49;}#a4886a78b6af3ac .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4886a78b6af3ac .ele-wrap:hover {background-color: #509c49;}#aacdaa52e9a291a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aacdaa52e9a291a .ele-wrap:hover {background-color: #509c49;}#ae32eac068a93af , #ae32eac068a93af a{color: rgba(155, 155, 155, 1);}#a6a0aad200ade2e , #a6a0aad200ade2e a{color: rgba(155, 155, 155, 1);}#aee7fa03b7ab5e8 , #aee7fa03b7ab5e8 a{color: rgba(155, 155, 155, 1);}#a1dd1ac78aa01d5 , #a1dd1ac78aa01d5 a{color: rgba(155, 155, 155, 1);}#ae77ba6085a6d1f , #ae77ba6085a6d1f a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5137a957eae9e5 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aaaaca4408a36db .logged {
  display: none;
}
#aaaaca4408a36db .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aaaaca4408a36db .fa-search {
  color: #ccc;
}
#aaaaca4408a36db .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aaaaca4408a36db .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aaaaca4408a36db .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aaaaca4408a36db .quick-menus li:last-child > a::after {
  display: none;
}
#aaaaca4408a36db .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aaaaca4408a36db .site-header {
  height: 70px;
}
#aaaaca4408a36db .uk-navbar-item,
#aaaaca4408a36db .uk-navbar-nav > li > a,
#aaaaca4408a36db .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aaaaca4408a36db .uk-sticky-fixed .uk-navbar-item,
#aaaaca4408a36db .uk-sticky-fixed .uk-navbar-nav > li > a,
#aaaaca4408a36db .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aaaaca4408a36db .uk-navbar-sticky {
  background: #fff;
}
#aaaaca4408a36db .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aaaaca4408a36db .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aaaaca4408a36db .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aaaaca4408a36db .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aaaaca4408a36db .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aaaaca4408a36db .sub-menu-title i,
#aaaaca4408a36db .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aaaaca4408a36db .menu-list > .menu-item {
  position: relative;
}
#aaaaca4408a36db .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aaaaca4408a36db .menu-list > .menu-item:hover > a::after,
#aaaaca4408a36db .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aaaaca4408a36db .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aaaaca4408a36db .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aaaaca4408a36db .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aaaaca4408a36db .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aaaaca4408a36db .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aaaaca4408a36db .sub-menu-item a:hover {
  color: #07406e;
}
#aaaaca4408a36db .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aaaaca4408a36db .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aaaaca4408a36db .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aaaaca4408a36db .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aaaaca4408a36db .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aaaaca4408a36db .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aaaaca4408a36db .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aaaaca4408a36db .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aaaaca4408a36db .logo {
  display: inline-block;
}
#aaaaca4408a36db .search-box {
  position: relative;
  padding: 10px;
}
#aaaaca4408a36db .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aaaaca4408a36db .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aaaaca4408a36db .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#acd42a65bbae9fb .uk-container {
  line-height: 2;
  color: #999;
}
#aaaaca4408a36db .uk-container {max-width: 1400px;}#aaaaca4408a36db [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aaaaca4408a36db [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a4ddfa80fbaadad .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a4ddfa80fbaadad .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#ae577a3a79ad4a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ad72ba8e26acd13 .uk-grid {
  margin-left: 0px;
}
#ad72ba8e26acd13 .uk-grid > * {
  padding-left: 0px;
}
#ad72ba8e26acd13 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad72ba8e26acd13 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad72ba8e26acd13 .uk-position-center-left-out {
    left: -30px;
  }
  #ad72ba8e26acd13 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abc05ad4e3a45d5 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8ef7aed7da859a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a9751a1df9abfd8 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a4323af946aa4b9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a576ca7542a86de .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a576ca7542a86de .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a313dab208aedbb .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a313dab208aedbb .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a05aea9d16a4c6b .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a05aea9d16a4c6b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ab80babf98a3b94 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ab80babf98a3b94 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a4d7ca74e2a19d3 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a4d7ca74e2a19d3 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#af47da8eb1afb03 , #af47da8eb1afb03 a{color: rgba(255, 255, 255, 0);}#a6f40a8c81a2ca5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3b87a005daa5ad {
  overflow: hidden;
}
#a3b87a005daa5ad .img-wrap {
  transition: all 0.3s ease-in;
}
#a3b87a005daa5ad .img-wrap:hover {
  transform: scale(1.5);
}
#ae17ba35aaa1da5 {
  overflow: hidden;
}
#ae17ba35aaa1da5 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae17ba35aaa1da5 .img-wrap:hover {
  transform: scale(1.5);
}
#a903caf754a9b4e , #a903caf754a9b4e a{color: rgba(255, 255, 255, 0);}#a2a2fa9921ae81d , #a2a2fa9921ae81d a{color: rgba(255, 255, 255, 0);}#a2378adc83af968 , #a2378adc83af968 a{color: rgba(255, 255, 255, 0);}#a3573a49ceacbad , #a3573a49ceacbad a{color: rgba(255, 255, 255, 0);}#a503ea63fbaf0a8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aceb4a7668aa098 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af46da0d6da92c1 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1a5ba0b28af3aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8cb7a89d0a98cf .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a69d2a1c04a1449 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aca12a3b86a228d .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3f60a9cffa99f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4d8aa4d14a9846 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#adbbdae909a6533 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#adbbdae909a6533  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a0b9bab126a2c4f > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a27fcab2e6a9f35 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a27fcab2e6a9f35  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4defad538aea3f > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#afa02acc77ad538 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#afa02acc77ad538  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6656a6166aef21 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6fdea0b18ace33 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6fdea0b18ace33  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab05ca0d13ae8bc > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8f4da36f9a03cb .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a8f4da36f9a03cb .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5ecea3058a7c9e > .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);}#a5ecea3058a7c9e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ae946a8d7aaac61 > .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);}#ae946a8d7aaac61  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aded2a2b31abeac > .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);}#aded2a2b31abeac  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ad8baa4c64aca87 > .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);}#ad8baa4c64aca87  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ae102af8fdae34e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae102af8fdae34e .ele-wrap:hover {background-color: #509c49;}#a0c25a0f72abc13 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0c25a0f72abc13 .ele-wrap:hover {background-color: #509c49;}#a5811a8e49a4280 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5811a8e49a4280 .ele-wrap:hover {background-color: #509c49;}#a9ec6af3fca2073 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a9ec6af3fca2073 .ele-wrap:hover {background-color: #509c49;}#af9d8a1d32a09b4 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af9d8a1d32a09b4 .ele-wrap:hover {background-color: #509c49;}#af0b0a5ebca96af .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af0b0a5ebca96af .ele-wrap:hover {background-color: #509c49;}#a6a80a08b6a8ffd , #a6a80a08b6a8ffd a{color: rgba(155, 155, 155, 1);}#aa656a68b2adbd0 , #aa656a68b2adbd0 a{color: rgba(155, 155, 155, 1);}#ae971afb3fabd1d , #ae971afb3fabd1d a{color: rgba(155, 155, 155, 1);}#a5cd1ad0e5ad4a7 , #a5cd1ad0e5ad4a7 a{color: rgba(155, 155, 155, 1);}#af98fac248ad91e , #af98fac248ad91e a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aebd6abef2a6182 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aad25ad109a6558 .logged {
  display: none;
}
#aad25ad109a6558 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aad25ad109a6558 .fa-search {
  color: #ccc;
}
#aad25ad109a6558 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aad25ad109a6558 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aad25ad109a6558 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aad25ad109a6558 .quick-menus li:last-child > a::after {
  display: none;
}
#aad25ad109a6558 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aad25ad109a6558 .site-header {
  height: 70px;
}
#aad25ad109a6558 .uk-navbar-item,
#aad25ad109a6558 .uk-navbar-nav > li > a,
#aad25ad109a6558 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aad25ad109a6558 .uk-sticky-fixed .uk-navbar-item,
#aad25ad109a6558 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aad25ad109a6558 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aad25ad109a6558 .uk-navbar-sticky {
  background: #fff;
}
#aad25ad109a6558 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aad25ad109a6558 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aad25ad109a6558 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aad25ad109a6558 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aad25ad109a6558 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aad25ad109a6558 .sub-menu-title i,
#aad25ad109a6558 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aad25ad109a6558 .menu-list > .menu-item {
  position: relative;
}
#aad25ad109a6558 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aad25ad109a6558 .menu-list > .menu-item:hover > a::after,
#aad25ad109a6558 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aad25ad109a6558 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aad25ad109a6558 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aad25ad109a6558 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aad25ad109a6558 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aad25ad109a6558 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aad25ad109a6558 .sub-menu-item a:hover {
  color: #07406e;
}
#aad25ad109a6558 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aad25ad109a6558 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aad25ad109a6558 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aad25ad109a6558 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aad25ad109a6558 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aad25ad109a6558 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aad25ad109a6558 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aad25ad109a6558 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aad25ad109a6558 .logo {
  display: inline-block;
}
#aad25ad109a6558 .search-box {
  position: relative;
  padding: 10px;
}
#aad25ad109a6558 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aad25ad109a6558 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aad25ad109a6558 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a0afeaac3cae79a .uk-container {
  line-height: 2;
  color: #999;
}
#aad25ad109a6558 .uk-container {max-width: 1400px;}#aad25ad109a6558 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aad25ad109a6558 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a7333a2657a72c4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a3b87aabaca52ef > .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;box-shadow: 0px -4px 11px 2px rgba(7, 64, 110, 1);}#a3305a1450ab0f3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a66efa1487a2a9d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a791daf0a6ab8dd {
  overflow: hidden;
}
#a791daf0a6ab8dd .img-wrap {
  transition: all 0.3s ease-in;
}
#a791daf0a6ab8dd .img-wrap:hover {
  transform: scale(1.2);
}
#a9a56ab31eabe5c , #a9a56ab31eabe5c a{color: rgba(255, 255, 255, 0);}#a5767a8116aa05d , #a5767a8116aa05d a{color: rgba(255, 255, 255, 0);}#ace95a5241ac426 , #ace95a5241ac426 a{color: rgba(255, 255, 255, 0);}#ac01fa43eda12c4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a9223a64c1a3ed1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a63c9a9c28a2111 {
  overflow: hidden;
}
#a63c9a9c28a2111 .img-wrap {
  transition: all 0.3s ease-in;
}
#a63c9a9c28a2111 .img-wrap:hover {
  transform: scale(1.2);
}
#a342da0d49a2520 {
  overflow: hidden;
}
#a342da0d49a2520 .img-wrap {
  transition: all 0.3s ease-in;
}
#a342da0d49a2520 .img-wrap:hover {
  transform: scale(1.2);
}
#afd2daf8d6ad8a9 , #afd2daf8d6ad8a9 a{color: rgba(255, 255, 255, 0);}#acc30ac96da9f69 , #acc30ac96da9f69 a{color: rgba(255, 255, 255, 0);}#a2d5caf4f4ab793 , #a2d5caf4f4ab793 a{color: rgba(255, 255, 255, 0);}#a51fbad3d3a2828 , #a51fbad3d3a2828 a{color: rgba(255, 255, 255, 0);}#a83afa9a14a5efe > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a20e8a5e20abef3 {
  overflow: hidden;
}
#a20e8a5e20abef3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a20e8a5e20abef3 .img-wrap:hover {
  transform: scale(1.2);
}
#a0ccfa1136a34ea {
  overflow: hidden;
}
#a0ccfa1136a34ea .img-wrap {
  transition: all 0.3s ease-in;
}
#a0ccfa1136a34ea .img-wrap:hover {
  transform: scale(1.2);
}
#ae882a1995aca5e {
  overflow: hidden;
}
#ae882a1995aca5e .img-wrap {
  transition: all 0.3s ease-in;
}
#ae882a1995aca5e .img-wrap:hover {
  transform: scale(1.2);
}
#a790ea29aba61af {
  overflow: hidden;
}
#a790ea29aba61af .img-wrap {
  transition: all 0.3s ease-in;
}
#a790ea29aba61af .img-wrap:hover {
  transform: scale(1.2);
}
#a4837af1c4ad81e {
  overflow: hidden;
}
#a4837af1c4ad81e .img-wrap {
  transition: all 0.3s ease-in;
}
#a4837af1c4ad81e .img-wrap:hover {
  transform: scale(1.2);
}
#a05c4a1a58a5b7d {
  overflow: hidden;
}
#a05c4a1a58a5b7d .img-wrap {
  transition: all 0.3s ease-in;
}
#a05c4a1a58a5b7d .img-wrap:hover {
  transform: scale(1.2);
}
#a4c32ac794ad624 , #a4c32ac794ad624 a{color: rgba(255, 255, 255, 0);}#adb13abde3af882 , #adb13abde3af882 a{color: rgba(255, 255, 255, 0);}#ab3a0aaf69a9d52 , #ab3a0aaf69a9d52 a{color: rgba(255, 255, 255, 0);}#a306ea6522add77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a585ea629ca3a53 .form-agree {
  display: flex;
  align-items: center;
}
#a585ea629ca3a53 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a585ea629ca3a53 .form-item .uk-input,
#a585ea629ca3a53 .form-item .uk-select,
#a585ea629ca3a53 .form-item .uk-textarea {
  width: autopx;
}
#a585ea629ca3a53 .form-item .auto-height {
  height: auto;
}
#aff7da765fa70ea > .ele-wrap {background-color: rgba(255, 255, 255, 0.7);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a74b9aa4a2a04b4 .ele-wrap {color: #fff;font-size: 16px;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a5a3baae98a2093 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a1756a8793a428d .logged {
  display: none;
}
#a1756a8793a428d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a1756a8793a428d .fa-search {
  color: #ccc;
}
#a1756a8793a428d .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a1756a8793a428d .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1756a8793a428d .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a1756a8793a428d .quick-menus li:last-child > a::after {
  display: none;
}
#a1756a8793a428d .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a1756a8793a428d .site-header {
  height: 70px;
}
#a1756a8793a428d .uk-navbar-item,
#a1756a8793a428d .uk-navbar-nav > li > a,
#a1756a8793a428d .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a1756a8793a428d .uk-sticky-fixed .uk-navbar-item,
#a1756a8793a428d .uk-sticky-fixed .uk-navbar-nav > li > a,
#a1756a8793a428d .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a1756a8793a428d .uk-navbar-sticky {
  background: #fff;
}
#a1756a8793a428d .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a1756a8793a428d .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a1756a8793a428d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1756a8793a428d .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a1756a8793a428d .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a1756a8793a428d .sub-menu-title i,
#a1756a8793a428d .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a1756a8793a428d .menu-list > .menu-item {
  position: relative;
}
#a1756a8793a428d .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a1756a8793a428d .menu-list > .menu-item:hover > a::after,
#a1756a8793a428d .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a1756a8793a428d .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a1756a8793a428d .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a1756a8793a428d .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a1756a8793a428d .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a1756a8793a428d .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a1756a8793a428d .sub-menu-item a:hover {
  color: #07406e;
}
#a1756a8793a428d .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a1756a8793a428d .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a1756a8793a428d .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a1756a8793a428d .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a1756a8793a428d .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a1756a8793a428d .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a1756a8793a428d .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a1756a8793a428d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a1756a8793a428d .logo {
  display: inline-block;
}
#a1756a8793a428d .search-box {
  position: relative;
  padding: 10px;
}
#a1756a8793a428d .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a1756a8793a428d .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a1756a8793a428d .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#aeb73a2970a57ac .uk-container {
  line-height: 2;
  color: #999;
}
#a1756a8793a428d .uk-container {max-width: 1400px;}#a1756a8793a428d [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a1756a8793a428d [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a45d0a3457a410f .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a45d0a3457a410f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a92eba4bfba72bc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a728eab839a8c64 .uk-grid {
  margin-left: 0px;
}
#a728eab839a8c64 .uk-grid > * {
  padding-left: 0px;
}
#a728eab839a8c64 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a728eab839a8c64 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a728eab839a8c64 .uk-position-center-left-out {
    left: -30px;
  }
  #a728eab839a8c64 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9c32a4882a26d9 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a48e9acb06ab50a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a9e6ea9467a9ae3 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a7c09ad77ea6e8d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a5fe0a0536a6423 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5fe0a0536a6423 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a46afa0fa7a2f13 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a46afa0fa7a2f13 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a2f5aaea57aec98 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a2f5aaea57aec98 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad863a8301ab000 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ad863a8301ab000 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#af087a318aa0239 , #af087a318aa0239 a{color: rgba(255, 255, 255, 0);}#a170fa67d7a04f1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7dc1a82a5ab532 {
  overflow: hidden;
}
#a7dc1a82a5ab532 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7dc1a82a5ab532 .img-wrap:hover {
  transform: scale(1.5);
}
#a62b5a2c33a5158 {
  overflow: hidden;
}
#a62b5a2c33a5158 .img-wrap {
  transition: all 0.3s ease-in;
}
#a62b5a2c33a5158 .img-wrap:hover {
  transform: scale(1.5);
}
#a30f3a1d06ae347 , #a30f3a1d06ae347 a{color: rgba(255, 255, 255, 0);}#a74d2a8f0ca1cb2 , #a74d2a8f0ca1cb2 a{color: rgba(255, 255, 255, 0);}#a2576af4eea73c3 , #a2576af4eea73c3 a{color: rgba(255, 255, 255, 0);}#a42d4aade2a8719 , #a42d4aade2a8719 a{color: rgba(255, 255, 255, 0);}#af6d7a28f1a75ec a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a9b33af5a3ad3ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2dd7a9e41a7df4 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aaca1ab0faaa87f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1c50ad5e7a44da .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0022a29e7ab206 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af6eda1f5da080d .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#acae7a3c80a4d47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a21c2aa861a61b1 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a834baed43a7ded > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a834baed43a7ded  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a95d0a350ba2634 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3106aa9a2aab6f > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3106aa9a2aab6f  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aae96a2f89a676b > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#add0ea822cabf05 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#add0ea822cabf05  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7ae7ad7eea36b7 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae6b4af4caa2b99 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae6b4af4caa2b99  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ac56da75bfac7ae > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aae12a8c79af4ec .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aae12a8c79af4ec .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a29baa13c5a73d5 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a29baa13c5a73d5 .ele-wrap:hover {background-color: #509c49;}#ad66ea0d8ba4ea2 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad66ea0d8ba4ea2 .ele-wrap:hover {background-color: #509c49;}#acdb4a8a26a1d0f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#acdb4a8a26a1d0f .ele-wrap:hover {background-color: #509c49;}#afe05a0dc7a9157 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#afe05a0dc7a9157 .ele-wrap:hover {background-color: #509c49;}#a245ca6d35a82ae .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a245ca6d35a82ae .ele-wrap:hover {background-color: #509c49;}#a3e84a9434ae08f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a3e84a9434ae08f .ele-wrap:hover {background-color: #509c49;}#a4d3baf3baa07e2 , #a4d3baf3baa07e2 a{color: rgba(155, 155, 155, 1);}#ade7ba78a4a4805 , #ade7ba78a4a4805 a{color: rgba(155, 155, 155, 1);}#aaee5aa963acce0 , #aaee5aa963acce0 a{color: rgba(155, 155, 155, 1);}#a032fab17aa95d2 , #a032fab17aa95d2 a{color: rgba(155, 155, 155, 1);}#ab6e2ad905ad6ac , #ab6e2ad905ad6ac a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1f81a031fa5375 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aac63ab0ffa583f .logged {
  display: none;
}
#aac63ab0ffa583f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aac63ab0ffa583f .fa-search {
  color: #ccc;
}
#aac63ab0ffa583f .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aac63ab0ffa583f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aac63ab0ffa583f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aac63ab0ffa583f .quick-menus li:last-child > a::after {
  display: none;
}
#aac63ab0ffa583f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aac63ab0ffa583f .site-header {
  height: 70px;
}
#aac63ab0ffa583f .uk-navbar-item,
#aac63ab0ffa583f .uk-navbar-nav > li > a,
#aac63ab0ffa583f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aac63ab0ffa583f .uk-sticky-fixed .uk-navbar-item,
#aac63ab0ffa583f .uk-sticky-fixed .uk-navbar-nav > li > a,
#aac63ab0ffa583f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aac63ab0ffa583f .uk-navbar-sticky {
  background: #fff;
}
#aac63ab0ffa583f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aac63ab0ffa583f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aac63ab0ffa583f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aac63ab0ffa583f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aac63ab0ffa583f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aac63ab0ffa583f .sub-menu-title i,
#aac63ab0ffa583f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aac63ab0ffa583f .menu-list > .menu-item {
  position: relative;
}
#aac63ab0ffa583f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aac63ab0ffa583f .menu-list > .menu-item:hover > a::after,
#aac63ab0ffa583f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aac63ab0ffa583f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aac63ab0ffa583f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aac63ab0ffa583f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aac63ab0ffa583f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aac63ab0ffa583f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aac63ab0ffa583f .sub-menu-item a:hover {
  color: #07406e;
}
#aac63ab0ffa583f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aac63ab0ffa583f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aac63ab0ffa583f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aac63ab0ffa583f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aac63ab0ffa583f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aac63ab0ffa583f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aac63ab0ffa583f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aac63ab0ffa583f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aac63ab0ffa583f .logo {
  display: inline-block;
}
#aac63ab0ffa583f .search-box {
  position: relative;
  padding: 10px;
}
#aac63ab0ffa583f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aac63ab0ffa583f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aac63ab0ffa583f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a2581a604da4a11 .uk-container {
  line-height: 2;
  color: #999;
}
#aac63ab0ffa583f .uk-container {max-width: 1400px;}#aac63ab0ffa583f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aac63ab0ffa583f [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a9784a4e75aab88 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a0e7baa804a5811 > .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;box-shadow: 0px -4px 11px 2px rgba(7, 64, 110, 1);}#ad071a128dad17e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aba54ac976ad590 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab601a0f43a9a98 {
  overflow: hidden;
}
#ab601a0f43a9a98 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab601a0f43a9a98 .img-wrap:hover {
  transform: scale(1.2);
}
#aaa85accbda2b7b , #aaa85accbda2b7b a{color: rgba(255, 255, 255, 0);}#a20d1a3cb2ad37a , #a20d1a3cb2ad37a a{color: rgba(255, 255, 255, 0);}#a0f9fa54cca1401 , #a0f9fa54cca1401 a{color: rgba(255, 255, 255, 0);}#a36a2a5aa3aa3a3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a5a2ea1416ac396 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab742adc81a4772 {
  overflow: hidden;
}
#ab742adc81a4772 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab742adc81a4772 .img-wrap:hover {
  transform: scale(1.2);
}
#a1fa4af57ca415f {
  overflow: hidden;
}
#a1fa4af57ca415f .img-wrap {
  transition: all 0.3s ease-in;
}
#a1fa4af57ca415f .img-wrap:hover {
  transform: scale(1.2);
}
#a6ef6aa69ea4cb5 , #a6ef6aa69ea4cb5 a{color: rgba(255, 255, 255, 0);}#affdda3557a396e , #affdda3557a396e a{color: rgba(255, 255, 255, 0);}#a18e1a1d23a1cb5 , #a18e1a1d23a1cb5 a{color: rgba(255, 255, 255, 0);}#aa0d8ac0a4a95a9 , #aa0d8ac0a4a95a9 a{color: rgba(255, 255, 255, 0);}#ad52aa457fa5282 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f55ac14babf4f {
  overflow: hidden;
}
#a4f55ac14babf4f .img-wrap {
  transition: all 0.3s ease-in;
}
#a4f55ac14babf4f .img-wrap:hover {
  transform: scale(1.2);
}
#a6424a1fd9adca9 {
  overflow: hidden;
}
#a6424a1fd9adca9 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6424a1fd9adca9 .img-wrap:hover {
  transform: scale(1.2);
}
#a91d5af2dba5bd5 {
  overflow: hidden;
}
#a91d5af2dba5bd5 .img-wrap {
  transition: all 0.3s ease-in;
}
#a91d5af2dba5bd5 .img-wrap:hover {
  transform: scale(1.2);
}
#a285da4e18a866a {
  overflow: hidden;
}
#a285da4e18a866a .img-wrap {
  transition: all 0.3s ease-in;
}
#a285da4e18a866a .img-wrap:hover {
  transform: scale(1.2);
}
#a4043a818eaca95 {
  overflow: hidden;
}
#a4043a818eaca95 .img-wrap {
  transition: all 0.3s ease-in;
}
#a4043a818eaca95 .img-wrap:hover {
  transform: scale(1.2);
}
#acdc7a88adaadd8 {
  overflow: hidden;
}
#acdc7a88adaadd8 .img-wrap {
  transition: all 0.3s ease-in;
}
#acdc7a88adaadd8 .img-wrap:hover {
  transform: scale(1.2);
}
#abdd3a4332a6a3f , #abdd3a4332a6a3f a{color: rgba(255, 255, 255, 0);}#ad16ca420ba7b8f , #ad16ca420ba7b8f a{color: rgba(255, 255, 255, 0);}#a85d4a73d3a701f , #a85d4a73d3a701f a{color: rgba(255, 255, 255, 0);}#a1cb0a7242ad10a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa516afac5ad731 .form-agree {
  display: flex;
  align-items: center;
}
#aa516afac5ad731 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aa516afac5ad731 .form-item .uk-input,
#aa516afac5ad731 .form-item .uk-select,
#aa516afac5ad731 .form-item .uk-textarea {
  width: autopx;
}
#aa516afac5ad731 .form-item .auto-height {
  height: auto;
}
#a006baa99ca8526 > .ele-wrap {background-color: rgba(255, 255, 255, 0.7);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5bf0a3ccaa07d9 .ele-wrap {color: #fff;font-size: 16px;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a5b75a53c2a9dcc .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab5c3a233eabc1c .logged {
  display: none;
}
#ab5c3a233eabc1c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab5c3a233eabc1c .fa-search {
  color: #ccc;
}
#ab5c3a233eabc1c .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ab5c3a233eabc1c .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab5c3a233eabc1c .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ab5c3a233eabc1c .quick-menus li:last-child > a::after {
  display: none;
}
#ab5c3a233eabc1c .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab5c3a233eabc1c .site-header {
  height: 70px;
}
#ab5c3a233eabc1c .uk-navbar-item,
#ab5c3a233eabc1c .uk-navbar-nav > li > a,
#ab5c3a233eabc1c .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab5c3a233eabc1c .uk-sticky-fixed .uk-navbar-item,
#ab5c3a233eabc1c .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab5c3a233eabc1c .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab5c3a233eabc1c .uk-navbar-sticky {
  background: #fff;
}
#ab5c3a233eabc1c .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ab5c3a233eabc1c .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ab5c3a233eabc1c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab5c3a233eabc1c .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ab5c3a233eabc1c .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ab5c3a233eabc1c .sub-menu-title i,
#ab5c3a233eabc1c .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab5c3a233eabc1c .menu-list > .menu-item {
  position: relative;
}
#ab5c3a233eabc1c .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ab5c3a233eabc1c .menu-list > .menu-item:hover > a::after,
#ab5c3a233eabc1c .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ab5c3a233eabc1c .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ab5c3a233eabc1c .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ab5c3a233eabc1c .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ab5c3a233eabc1c .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ab5c3a233eabc1c .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ab5c3a233eabc1c .sub-menu-item a:hover {
  color: #07406e;
}
#ab5c3a233eabc1c .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ab5c3a233eabc1c .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ab5c3a233eabc1c .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab5c3a233eabc1c .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ab5c3a233eabc1c .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ab5c3a233eabc1c .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ab5c3a233eabc1c .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ab5c3a233eabc1c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ab5c3a233eabc1c .logo {
  display: inline-block;
}
#ab5c3a233eabc1c .search-box {
  position: relative;
  padding: 10px;
}
#ab5c3a233eabc1c .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ab5c3a233eabc1c .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ab5c3a233eabc1c .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a750babbe7acdef .uk-container {
  line-height: 2;
  color: #999;
}
#ab5c3a233eabc1c .uk-container {max-width: 1400px;}#ab5c3a233eabc1c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ab5c3a233eabc1c [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a4e18a748faca67 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a4e18a748faca67 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a0afca0c8fa4c27 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a1432a0e07a9e03 .uk-grid {
  margin-left: 0px;
}
#a1432a0e07a9e03 .uk-grid > * {
  padding-left: 0px;
}
#a1432a0e07a9e03 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1432a0e07a9e03 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1432a0e07a9e03 .uk-position-center-left-out {
    left: -30px;
  }
  #a1432a0e07a9e03 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acc95a86baaab64 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3344a6a27afad0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#aa844a7ad7a5790 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a8f6faeb0fa18e9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a0193a657ba42c8 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a0193a657ba42c8 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aa5f3a2f9ea1aee .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aa5f3a2f9ea1aee .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5001ab6f7a103b .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5001ab6f7a103b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae7cfa7f86a6ee8 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ae7cfa7f86a6ee8 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6a6aad476adfab , #a6a6aad476adfab a{color: rgba(255, 255, 255, 0);}#ab49baad29ae403 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7208a077da8e88 {
  overflow: hidden;
}
#a7208a077da8e88 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7208a077da8e88 .img-wrap:hover {
  transform: scale(1.5);
}
#aea82afde9a11ce {
  overflow: hidden;
}
#aea82afde9a11ce .img-wrap {
  transition: all 0.3s ease-in;
}
#aea82afde9a11ce .img-wrap:hover {
  transform: scale(1.5);
}
#a3ec4a5e9ca16a5 , #a3ec4a5e9ca16a5 a{color: rgba(255, 255, 255, 0);}#a97aba74c2a535c , #a97aba74c2a535c a{color: rgba(255, 255, 255, 0);}#ab23aa9884a4f7d , #ab23aa9884a4f7d a{color: rgba(255, 255, 255, 0);}#afb41a9b2ea58cb , #afb41a9b2ea58cb a{color: rgba(255, 255, 255, 0);}#a7f48a3651affbf a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a574aa332da2016 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af55ea7dc7a92b7 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6ef8a7c9aa67ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3602afa1cabb23 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#addd6a1940a53eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a81f2a4c95a0dc6 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9f91ae15faa727 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab070a5f1da4101 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abadaac2dba8b6a > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#abadaac2dba8b6a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8165a05c0ae878 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a519ba74e4a8e17 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a519ba74e4a8e17  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#af783ad6ceab6e5 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a12c7a5ef8a5fcb > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a12c7a5ef8a5fcb  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8fc6aa2bfa917f > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3bf2a6285a1486 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3bf2a6285a1486  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a2323afd93a645e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3027a4f4ba76b9 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3027a4f4ba76b9 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#af201a6f77a4166 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af201a6f77a4166 .ele-wrap:hover {background-color: #509c49;}#abeefa3b2aaae14 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#abeefa3b2aaae14 .ele-wrap:hover {background-color: #509c49;}#a5489a306cafbff .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5489a306cafbff .ele-wrap:hover {background-color: #509c49;}#a45c0a14d7a6509 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a45c0a14d7a6509 .ele-wrap:hover {background-color: #509c49;}#a4292af27ea9a15 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4292af27ea9a15 .ele-wrap:hover {background-color: #509c49;}#a6e0aa45e6ab391 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6e0aa45e6ab391 .ele-wrap:hover {background-color: #509c49;}#ac7b1a980fab213 , #ac7b1a980fab213 a{color: rgba(155, 155, 155, 1);}#a4481a85aca7f8a , #a4481a85aca7f8a a{color: rgba(155, 155, 155, 1);}#a9d97aab4fad119 , #a9d97aab4fad119 a{color: rgba(155, 155, 155, 1);}#a47a1aec1dadc51 , #a47a1aec1dadc51 a{color: rgba(155, 155, 155, 1);}#aa7a1a222dad9ca , #aa7a1a222dad9ca a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa505a5c28ac93f .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aca69a35eea80c8 .logged {
  display: none;
}
#aca69a35eea80c8 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aca69a35eea80c8 .fa-search {
  color: #ccc;
}
#aca69a35eea80c8 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aca69a35eea80c8 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aca69a35eea80c8 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aca69a35eea80c8 .quick-menus li:last-child > a::after {
  display: none;
}
#aca69a35eea80c8 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aca69a35eea80c8 .site-header {
  height: 70px;
}
#aca69a35eea80c8 .uk-navbar-item,
#aca69a35eea80c8 .uk-navbar-nav > li > a,
#aca69a35eea80c8 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aca69a35eea80c8 .uk-sticky-fixed .uk-navbar-item,
#aca69a35eea80c8 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aca69a35eea80c8 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aca69a35eea80c8 .uk-navbar-sticky {
  background: #fff;
}
#aca69a35eea80c8 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aca69a35eea80c8 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aca69a35eea80c8 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aca69a35eea80c8 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aca69a35eea80c8 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aca69a35eea80c8 .sub-menu-title i,
#aca69a35eea80c8 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aca69a35eea80c8 .menu-list > .menu-item {
  position: relative;
}
#aca69a35eea80c8 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aca69a35eea80c8 .menu-list > .menu-item:hover > a::after,
#aca69a35eea80c8 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aca69a35eea80c8 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aca69a35eea80c8 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aca69a35eea80c8 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aca69a35eea80c8 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aca69a35eea80c8 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aca69a35eea80c8 .sub-menu-item a:hover {
  color: #07406e;
}
#aca69a35eea80c8 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aca69a35eea80c8 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aca69a35eea80c8 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aca69a35eea80c8 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aca69a35eea80c8 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aca69a35eea80c8 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aca69a35eea80c8 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aca69a35eea80c8 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aca69a35eea80c8 .logo {
  display: inline-block;
}
#aca69a35eea80c8 .search-box {
  position: relative;
  padding: 10px;
}
#aca69a35eea80c8 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aca69a35eea80c8 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aca69a35eea80c8 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a4308a8d77adc59 .uk-container {
  line-height: 2;
  color: #999;
}
#aca69a35eea80c8 .uk-container {max-width: 1400px;}#aca69a35eea80c8 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aca69a35eea80c8 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a6f81a6aa7aad9d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a7fc2a6849a2a1f > .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;box-shadow: 0px -4px 11px 2px rgba(7, 64, 110, 1);}#a604ba249ea8688 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a488ea3bd9aa9b9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79bda5bcdad2f3 {
  overflow: hidden;
}
#a79bda5bcdad2f3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a79bda5bcdad2f3 .img-wrap:hover {
  transform: scale(1.2);
}
#a89b7a5b11a6a9c , #a89b7a5b11a6a9c a{color: rgba(255, 255, 255, 0);}#a605eadeb1ab52d , #a605eadeb1ab52d a{color: rgba(255, 255, 255, 0);}#a615ea178aa95f5 , #a615ea178aa95f5 a{color: rgba(255, 255, 255, 0);}#afdcea9756aad28 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a16adabd66ad7c9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9b92a5475a1e7a {
  overflow: hidden;
}
#a9b92a5475a1e7a .img-wrap {
  transition: all 0.3s ease-in;
}
#a9b92a5475a1e7a .img-wrap:hover {
  transform: scale(1.2);
}
#a2d75a98b5aa504 {
  overflow: hidden;
}
#a2d75a98b5aa504 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2d75a98b5aa504 .img-wrap:hover {
  transform: scale(1.2);
}
#ace8aa176fa8146 , #ace8aa176fa8146 a{color: rgba(255, 255, 255, 0);}#ad00ba9f31a7cca , #ad00ba9f31a7cca a{color: rgba(255, 255, 255, 0);}#a6bc8ad9bfaee2c , #a6bc8ad9bfaee2c a{color: rgba(255, 255, 255, 0);}#a0a37a76d9a3687 , #a0a37a76d9a3687 a{color: rgba(255, 255, 255, 0);}#af7fcaada7abe86 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3fc0a1954a2e12 {
  overflow: hidden;
}
#a3fc0a1954a2e12 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3fc0a1954a2e12 .img-wrap:hover {
  transform: scale(1.2);
}
#a2a3fa4413a1d5e {
  overflow: hidden;
}
#a2a3fa4413a1d5e .img-wrap {
  transition: all 0.3s ease-in;
}
#a2a3fa4413a1d5e .img-wrap:hover {
  transform: scale(1.2);
}
#a22b0a7cdba399a {
  overflow: hidden;
}
#a22b0a7cdba399a .img-wrap {
  transition: all 0.3s ease-in;
}
#a22b0a7cdba399a .img-wrap:hover {
  transform: scale(1.2);
}
#a955baf381ae807 {
  overflow: hidden;
}
#a955baf381ae807 .img-wrap {
  transition: all 0.3s ease-in;
}
#a955baf381ae807 .img-wrap:hover {
  transform: scale(1.2);
}
#a9873a9824a276f {
  overflow: hidden;
}
#a9873a9824a276f .img-wrap {
  transition: all 0.3s ease-in;
}
#a9873a9824a276f .img-wrap:hover {
  transform: scale(1.2);
}
#a5873a450ea1af4 {
  overflow: hidden;
}
#a5873a450ea1af4 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5873a450ea1af4 .img-wrap:hover {
  transform: scale(1.2);
}
#abc2daf71bafc65 , #abc2daf71bafc65 a{color: rgba(255, 255, 255, 0);}#ac9c9a7d39ab856 , #ac9c9a7d39ab856 a{color: rgba(255, 255, 255, 0);}#a3420a3658a6586 , #a3420a3658a6586 a{color: rgba(255, 255, 255, 0);}#a6a75afddbaf35c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adc73a930ca8a85 .form-agree {
  display: flex;
  align-items: center;
}
#adc73a930ca8a85 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adc73a930ca8a85 .form-item .uk-input,
#adc73a930ca8a85 .form-item .uk-select,
#adc73a930ca8a85 .form-item .uk-textarea {
  width: autopx;
}
#adc73a930ca8a85 .form-item .auto-height {
  height: auto;
}
#af596a2bf9a2168 > .ele-wrap {background-color: rgba(255, 255, 255, 0.7);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6b87a24bca6c52 .ele-wrap {color: #fff;font-size: 16px;background-color: rgba(7, 64, 110, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aa2ecaa463a0e24 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aa952a95d4a9c7c .logged {
  display: none;
}
#aa952a95d4a9c7c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aa952a95d4a9c7c .fa-search {
  color: #ccc;
}
#aa952a95d4a9c7c .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aa952a95d4a9c7c .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aa952a95d4a9c7c .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aa952a95d4a9c7c .quick-menus li:last-child > a::after {
  display: none;
}
#aa952a95d4a9c7c .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aa952a95d4a9c7c .site-header {
  height: 70px;
}
#aa952a95d4a9c7c .uk-navbar-item,
#aa952a95d4a9c7c .uk-navbar-nav > li > a,
#aa952a95d4a9c7c .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa952a95d4a9c7c .uk-sticky-fixed .uk-navbar-item,
#aa952a95d4a9c7c .uk-sticky-fixed .uk-navbar-nav > li > a,
#aa952a95d4a9c7c .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa952a95d4a9c7c .uk-navbar-sticky {
  background: #fff;
}
#aa952a95d4a9c7c .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aa952a95d4a9c7c .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aa952a95d4a9c7c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa952a95d4a9c7c .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aa952a95d4a9c7c .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aa952a95d4a9c7c .sub-menu-title i,
#aa952a95d4a9c7c .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aa952a95d4a9c7c .menu-list > .menu-item {
  position: relative;
}
#aa952a95d4a9c7c .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aa952a95d4a9c7c .menu-list > .menu-item:hover > a::after,
#aa952a95d4a9c7c .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aa952a95d4a9c7c .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aa952a95d4a9c7c .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aa952a95d4a9c7c .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aa952a95d4a9c7c .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aa952a95d4a9c7c .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aa952a95d4a9c7c .sub-menu-item a:hover {
  color: #07406e;
}
#aa952a95d4a9c7c .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aa952a95d4a9c7c .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aa952a95d4a9c7c .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aa952a95d4a9c7c .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aa952a95d4a9c7c .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aa952a95d4a9c7c .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aa952a95d4a9c7c .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aa952a95d4a9c7c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aa952a95d4a9c7c .logo {
  display: inline-block;
}
#aa952a95d4a9c7c .search-box {
  position: relative;
  padding: 10px;
}
#aa952a95d4a9c7c .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aa952a95d4a9c7c .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aa952a95d4a9c7c .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a24edab291ae7d1 .uk-container {
  line-height: 2;
  color: #999;
}
#aa952a95d4a9c7c .uk-container {max-width: 1400px;}#aa952a95d4a9c7c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aa952a95d4a9c7c [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a17b2abafaa59e6 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a17b2abafaa59e6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a09c1ad4aaa656a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ae159ab20babf32 .uk-grid {
  margin-left: 0px;
}
#ae159ab20babf32 .uk-grid > * {
  padding-left: 0px;
}
#ae159ab20babf32 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae159ab20babf32 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae159ab20babf32 .uk-position-center-left-out {
    left: -30px;
  }
  #ae159ab20babf32 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abd8da188ca0600 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a268babc96a582d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a3bfea4110a0d53 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#af3acaf357a131d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a8a2daa360a0a84 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a8a2daa360a0a84 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a99aea9a5eabc42 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a99aea9a5eabc42 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6db2a1d75a8f28 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6db2a1d75a8f28 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae72eac788a8b0e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ae72eac788a8b0e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0a99a5a86a32a3 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a0a99a5a86a32a3 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9839a8987ab45a , #a9839a8987ab45a a{color: rgba(255, 255, 255, 0);}#a83f7ae390a7674 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff3ea144ba6f4e {
  overflow: hidden;
}
#aff3ea144ba6f4e .img-wrap {
  transition: all 0.3s ease-in;
}
#aff3ea144ba6f4e .img-wrap:hover {
  transform: scale(1.5);
}
#aeea3a5415aa96b {
  overflow: hidden;
}
#aeea3a5415aa96b .img-wrap {
  transition: all 0.3s ease-in;
}
#aeea3a5415aa96b .img-wrap:hover {
  transform: scale(1.5);
}
#a484cad4f8a5399 , #a484cad4f8a5399 a{color: rgba(255, 255, 255, 0);}#a8e7faa3d8af10d , #a8e7faa3d8af10d a{color: rgba(255, 255, 255, 0);}#aa729aec9ba813b , #aa729aec9ba813b a{color: rgba(255, 255, 255, 0);}#a863da44e1af84d , #a863da44e1af84d a{color: rgba(255, 255, 255, 0);}#a17f7a85fea279c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a9865a17a8ac88c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a64d7a0f11a10aa .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad979a485aafc5a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa0a0af995a44d3 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a112fab02ea2e91 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af5a4aeb8daa077 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a204aa2976a7d55 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6cddae77fac637 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a09e1a1143afa05 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a09e1a1143afa05  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a19e4a95dfa1f89 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9755ad440a1618 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9755ad440a1618  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#acb07a642ea35e0 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae86ba106aa6c81 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae86ba106aa6c81  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ae0e6aae2cadcec > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab17eae6a3a98d7 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab17eae6a3a98d7  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ad4cbae908ae94d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad934a2d74aeb03 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ad934a2d74aeb03 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a395fa195aaa6cc > .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);}#a395fa195aaa6cc  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a5719a1f56a128b > .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);}#a5719a1f56a128b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af9f5ac015aa47d > .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);}#af9f5ac015aa47d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ab543affd5abca2 > .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);}#ab543affd5abca2  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a5153a67f4a324b .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5153a67f4a324b .ele-wrap:hover {background-color: #509c49;}#ad46badbf4a14a5 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad46badbf4a14a5 .ele-wrap:hover {background-color: #509c49;}#ac2a3ad43ba2b14 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac2a3ad43ba2b14 .ele-wrap:hover {background-color: #509c49;}#aeaeea0641a737b .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aeaeea0641a737b .ele-wrap:hover {background-color: #509c49;}#a74fba0786a9b47 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a74fba0786a9b47 .ele-wrap:hover {background-color: #509c49;}#a06c1a0067af78a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a06c1a0067af78a .ele-wrap:hover {background-color: #509c49;}#aa98ea38f2a18b2 , #aa98ea38f2a18b2 a{color: rgba(155, 155, 155, 1);}#a1731af60fa41ce , #a1731af60fa41ce a{color: rgba(155, 155, 155, 1);}#ab396a9670a2c58 , #ab396a9670a2c58 a{color: rgba(155, 155, 155, 1);}#ab0ffa4545ad021 , #ab0ffa4545ad021 a{color: rgba(155, 155, 155, 1);}#a8b54ad3eaa05a6 , #a8b54ad3eaa05a6 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abc21ad570ad9d1 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ae845a9af6a0ac4 .logged {
  display: none;
}
#ae845a9af6a0ac4 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae845a9af6a0ac4 .fa-search {
  color: #ccc;
}
#ae845a9af6a0ac4 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ae845a9af6a0ac4 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae845a9af6a0ac4 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ae845a9af6a0ac4 .quick-menus li:last-child > a::after {
  display: none;
}
#ae845a9af6a0ac4 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae845a9af6a0ac4 .site-header {
  height: 70px;
}
#ae845a9af6a0ac4 .uk-navbar-item,
#ae845a9af6a0ac4 .uk-navbar-nav > li > a,
#ae845a9af6a0ac4 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae845a9af6a0ac4 .uk-sticky-fixed .uk-navbar-item,
#ae845a9af6a0ac4 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae845a9af6a0ac4 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae845a9af6a0ac4 .uk-navbar-sticky {
  background: #fff;
}
#ae845a9af6a0ac4 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ae845a9af6a0ac4 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ae845a9af6a0ac4 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae845a9af6a0ac4 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ae845a9af6a0ac4 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ae845a9af6a0ac4 .sub-menu-title i,
#ae845a9af6a0ac4 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae845a9af6a0ac4 .menu-list > .menu-item {
  position: relative;
}
#ae845a9af6a0ac4 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ae845a9af6a0ac4 .menu-list > .menu-item:hover > a::after,
#ae845a9af6a0ac4 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ae845a9af6a0ac4 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ae845a9af6a0ac4 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ae845a9af6a0ac4 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ae845a9af6a0ac4 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ae845a9af6a0ac4 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ae845a9af6a0ac4 .sub-menu-item a:hover {
  color: #07406e;
}
#ae845a9af6a0ac4 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ae845a9af6a0ac4 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ae845a9af6a0ac4 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae845a9af6a0ac4 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ae845a9af6a0ac4 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ae845a9af6a0ac4 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ae845a9af6a0ac4 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ae845a9af6a0ac4 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ae845a9af6a0ac4 .logo {
  display: inline-block;
}
#ae845a9af6a0ac4 .search-box {
  position: relative;
  padding: 10px;
}
#ae845a9af6a0ac4 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ae845a9af6a0ac4 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ae845a9af6a0ac4 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a9116af9a1a8095 .uk-container {
  line-height: 2;
  color: #999;
}
#ae845a9af6a0ac4 .uk-container {max-width: 1400px;}#ae845a9af6a0ac4 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ae845a9af6a0ac4 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a5d6dad677acff9 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a5d6dad677acff9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a78d3a539faead7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a643ea8b8ea714b .uk-grid {
  margin-left: 0px;
}
#a643ea8b8ea714b .uk-grid > * {
  padding-left: 0px;
}
#a643ea8b8ea714b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a643ea8b8ea714b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a643ea8b8ea714b .uk-position-center-left-out {
    left: -30px;
  }
  #a643ea8b8ea714b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3e51a0290a2244 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9f7aa3e15af31e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a6cb3a6084a982a > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#ad7b2a8fa8a7858 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aaa44a0064acca5 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aaa44a0064acca5 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0695ae4c2ad68e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a0695ae4c2ad68e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a1213a0f41a4240 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a1213a0f41a4240 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9850aafe4a9cf0 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9850aafe4a9cf0 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9454add33a4702 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9454add33a4702 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8329a679eae7c4 , #a8329a679eae7c4 a{color: rgba(255, 255, 255, 0);}#a920eab6b5a3b8a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afb17a0ab3a71b8 {
  overflow: hidden;
}
#afb17a0ab3a71b8 .img-wrap {
  transition: all 0.3s ease-in;
}
#afb17a0ab3a71b8 .img-wrap:hover {
  transform: scale(1.5);
}
#a21c8a8b4daeecb {
  overflow: hidden;
}
#a21c8a8b4daeecb .img-wrap {
  transition: all 0.3s ease-in;
}
#a21c8a8b4daeecb .img-wrap:hover {
  transform: scale(1.5);
}
#a81ada3665ad108 , #a81ada3665ad108 a{color: rgba(255, 255, 255, 0);}#a8804a5e23ac756 , #a8804a5e23ac756 a{color: rgba(255, 255, 255, 0);}#ad617a46a1a81e2 , #ad617a46a1a81e2 a{color: rgba(255, 255, 255, 0);}#abfedac70aaf764 , #abfedac70aaf764 a{color: rgba(255, 255, 255, 0);}#a8d76a49d3a5b4b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#abc18a4142aa89d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a639aaa48caec99 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6db1a4297a1bd6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad6dba8fc8a677c .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a68b4a4d96ae2a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a22c4a24feae7d4 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad31dab227ae7a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a282da5e80a17d3 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a84e8af5dda3904 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a84e8af5dda3904  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a27f9a59a5ab3d0 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a06c6a9289a17fa > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a06c6a9289a17fa  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ada10a68d9af44e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1533aa2fcab3c9 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1533aa2fcab3c9  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aee92a8f7eab18c > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad688a1c48a1847 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad688a1c48a1847  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ae9ada9cc2a14b0 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a232da0a2aa1a9a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a232da0a2aa1a9a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#acc73acda4af8de > .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);}#acc73acda4af8de  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a8fe1a4987aa41f > .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);}#a8fe1a4987aa41f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a3520acc36ab673 > .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);}#a3520acc36ab673  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aa080a0be6ab502 > .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);}#aa080a0be6ab502  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ab2b7a9b77ad9bf .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab2b7a9b77ad9bf .ele-wrap:hover {background-color: #509c49;}#ad721a9ff3a2f1e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad721a9ff3a2f1e .ele-wrap:hover {background-color: #509c49;}#a1542a4923a39aa .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a1542a4923a39aa .ele-wrap:hover {background-color: #509c49;}#a5a80a30d3a2bab .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5a80a30d3a2bab .ele-wrap:hover {background-color: #509c49;}#a1b8ba6404a1a5d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a1b8ba6404a1a5d .ele-wrap:hover {background-color: #509c49;}#a0451af715aeff3 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0451af715aeff3 .ele-wrap:hover {background-color: #509c49;}#ac3eeae988af9c3 , #ac3eeae988af9c3 a{color: rgba(155, 155, 155, 1);}#aba34a2723a5720 , #aba34a2723a5720 a{color: rgba(155, 155, 155, 1);}#a8ccfa669ea5fb9 , #a8ccfa669ea5fb9 a{color: rgba(155, 155, 155, 1);}#a2381ac968abb60 , #a2381ac968abb60 a{color: rgba(155, 155, 155, 1);}#ac5f5a4614a4f14 , #ac5f5a4614a4f14 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9505a715eae50d .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab1e2a5817a27d0 .logged {
  display: none;
}
#ab1e2a5817a27d0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab1e2a5817a27d0 .fa-search {
  color: #ccc;
}
#ab1e2a5817a27d0 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ab1e2a5817a27d0 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab1e2a5817a27d0 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ab1e2a5817a27d0 .quick-menus li:last-child > a::after {
  display: none;
}
#ab1e2a5817a27d0 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab1e2a5817a27d0 .site-header {
  height: 70px;
}
#ab1e2a5817a27d0 .uk-navbar-item,
#ab1e2a5817a27d0 .uk-navbar-nav > li > a,
#ab1e2a5817a27d0 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab1e2a5817a27d0 .uk-sticky-fixed .uk-navbar-item,
#ab1e2a5817a27d0 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab1e2a5817a27d0 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab1e2a5817a27d0 .uk-navbar-sticky {
  background: #fff;
}
#ab1e2a5817a27d0 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ab1e2a5817a27d0 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ab1e2a5817a27d0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab1e2a5817a27d0 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ab1e2a5817a27d0 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ab1e2a5817a27d0 .sub-menu-title i,
#ab1e2a5817a27d0 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab1e2a5817a27d0 .menu-list > .menu-item {
  position: relative;
}
#ab1e2a5817a27d0 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ab1e2a5817a27d0 .menu-list > .menu-item:hover > a::after,
#ab1e2a5817a27d0 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ab1e2a5817a27d0 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ab1e2a5817a27d0 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ab1e2a5817a27d0 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ab1e2a5817a27d0 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ab1e2a5817a27d0 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ab1e2a5817a27d0 .sub-menu-item a:hover {
  color: #07406e;
}
#ab1e2a5817a27d0 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ab1e2a5817a27d0 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ab1e2a5817a27d0 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab1e2a5817a27d0 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ab1e2a5817a27d0 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ab1e2a5817a27d0 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ab1e2a5817a27d0 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ab1e2a5817a27d0 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ab1e2a5817a27d0 .logo {
  display: inline-block;
}
#ab1e2a5817a27d0 .search-box {
  position: relative;
  padding: 10px;
}
#ab1e2a5817a27d0 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ab1e2a5817a27d0 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ab1e2a5817a27d0 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#aef4ba2663a8e0d .uk-container {
  line-height: 2;
  color: #999;
}
#ab1e2a5817a27d0 .uk-container {max-width: 1400px;}#ab1e2a5817a27d0 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ab1e2a5817a27d0 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a16c7aefe9a62f6 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a16c7aefe9a62f6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a74f0ad888ae479 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a0bbaac66aaaa56 .uk-grid {
  margin-left: 0px;
}
#a0bbaac66aaaa56 .uk-grid > * {
  padding-left: 0px;
}
#a0bbaac66aaaa56 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0bbaac66aaaa56 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0bbaac66aaaa56 .uk-position-center-left-out {
    left: -30px;
  }
  #a0bbaac66aaaa56 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab51da0d82a52ad .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0572a64f9a31a4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#aeb84a69cda6158 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a1f59a8407a3b16 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#ac934aeff4a92f8 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ac934aeff4a92f8 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a1963a106ba917c .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a1963a106ba917c .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a27aba3128ab6e3 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a27aba3128ab6e3 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a3f71ac3d8a80c1 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a3f71ac3d8a80c1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0421a9dfda1144 , #a0421a9dfda1144 a{color: rgba(255, 255, 255, 0);}#a1f57a5b4ca98c8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5517a9b36a6296 {
  overflow: hidden;
}
#a5517a9b36a6296 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5517a9b36a6296 .img-wrap:hover {
  transform: scale(1.5);
}
#ab94da792ca9148 {
  overflow: hidden;
}
#ab94da792ca9148 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab94da792ca9148 .img-wrap:hover {
  transform: scale(1.5);
}
#a6722afdcfa04f1 , #a6722afdcfa04f1 a{color: rgba(255, 255, 255, 0);}#a213dab258acc80 , #a213dab258acc80 a{color: rgba(255, 255, 255, 0);}#a5936a9db5a0eee , #a5936a9db5a0eee a{color: rgba(255, 255, 255, 0);}#acb3fa032da0a91 , #acb3fa032da0a91 a{color: rgba(255, 255, 255, 0);}#af22eaea76a5c1c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aca22a058aa2123 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a03d8abfcca055b .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0452a726bae1c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6d55a41bca664c .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad136afafca2fb0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2e23a0a4daed51 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aaf20a3897a9565 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a33b8a4ef3a6667 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3a02a1e0aa9d4d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3a02a1e0aa9d4d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab680a1e6fa7d11 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3c0aab50ea7091 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3c0aab50ea7091  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7e03acd23ab105 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac04ca3e50ae510 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ac04ca3e50ae510  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a9a12a3ae0af9e2 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa6efac11da3359 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa6efac11da3359  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4ef9a1785a2e94 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#afc32a3f63a9e04 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#afc32a3f63a9e04 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ad12ca18fda3bc6 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad12ca18fda3bc6 .ele-wrap:hover {background-color: #509c49;}#a9176ae523aa250 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a9176ae523aa250 .ele-wrap:hover {background-color: #509c49;}#a3af7adbf4ad0c1 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a3af7adbf4ad0c1 .ele-wrap:hover {background-color: #509c49;}#a2cb9a132fa4971 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a2cb9a132fa4971 .ele-wrap:hover {background-color: #509c49;}#a256ea0988adb05 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a256ea0988adb05 .ele-wrap:hover {background-color: #509c49;}#a498caca32a650a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a498caca32a650a .ele-wrap:hover {background-color: #509c49;}#a6c2ea7b4fa6a1f , #a6c2ea7b4fa6a1f a{color: rgba(155, 155, 155, 1);}#ab5baafbe7a5429 , #ab5baafbe7a5429 a{color: rgba(155, 155, 155, 1);}#afe54a94efa0bec , #afe54a94efa0bec a{color: rgba(155, 155, 155, 1);}#a7dc3a9f30adeca , #a7dc3a9f30adeca a{color: rgba(155, 155, 155, 1);}#affbea6a27a057c , #affbea6a27a057c a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a813da4327a1468 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3b9da770ea1e0a .logged {
  display: none;
}
#a3b9da770ea1e0a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a3b9da770ea1e0a .fa-search {
  color: #ccc;
}
#a3b9da770ea1e0a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a3b9da770ea1e0a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3b9da770ea1e0a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a3b9da770ea1e0a .quick-menus li:last-child > a::after {
  display: none;
}
#a3b9da770ea1e0a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a3b9da770ea1e0a .site-header {
  height: 70px;
}
#a3b9da770ea1e0a .uk-navbar-item,
#a3b9da770ea1e0a .uk-navbar-nav > li > a,
#a3b9da770ea1e0a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3b9da770ea1e0a .uk-sticky-fixed .uk-navbar-item,
#a3b9da770ea1e0a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a3b9da770ea1e0a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3b9da770ea1e0a .uk-navbar-sticky {
  background: #fff;
}
#a3b9da770ea1e0a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a3b9da770ea1e0a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a3b9da770ea1e0a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3b9da770ea1e0a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a3b9da770ea1e0a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a3b9da770ea1e0a .sub-menu-title i,
#a3b9da770ea1e0a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a3b9da770ea1e0a .menu-list > .menu-item {
  position: relative;
}
#a3b9da770ea1e0a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a3b9da770ea1e0a .menu-list > .menu-item:hover > a::after,
#a3b9da770ea1e0a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a3b9da770ea1e0a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a3b9da770ea1e0a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a3b9da770ea1e0a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a3b9da770ea1e0a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a3b9da770ea1e0a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a3b9da770ea1e0a .sub-menu-item a:hover {
  color: #07406e;
}
#a3b9da770ea1e0a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a3b9da770ea1e0a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a3b9da770ea1e0a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a3b9da770ea1e0a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a3b9da770ea1e0a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a3b9da770ea1e0a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a3b9da770ea1e0a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a3b9da770ea1e0a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a3b9da770ea1e0a .logo {
  display: inline-block;
}
#a3b9da770ea1e0a .search-box {
  position: relative;
  padding: 10px;
}
#a3b9da770ea1e0a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a3b9da770ea1e0a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a3b9da770ea1e0a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ab98ba64b4aa338 .uk-container {
  line-height: 2;
  color: #999;
}
#a3b9da770ea1e0a .uk-container {max-width: 1400px;}#a3b9da770ea1e0a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a3b9da770ea1e0a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a4526a3604acbe3 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a4526a3604acbe3 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a1418a495cad721 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a3be0a6747a5c44 .uk-grid {
  margin-left: 0px;
}
#a3be0a6747a5c44 .uk-grid > * {
  padding-left: 0px;
}
#a3be0a6747a5c44 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3be0a6747a5c44 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3be0a6747a5c44 .uk-position-center-left-out {
    left: -30px;
  }
  #a3be0a6747a5c44 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af20ca8c1eac557 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0bf9ab563ad483 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a2c9ba41b9a0538 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#ac14aa25e7aeced a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a28c1a628da3e2f .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a28c1a628da3e2f .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6e2fabae3a130d .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6e2fabae3a130d .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#adf11afc88a56c0 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#adf11afc88a56c0 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#abf36a991fade61 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#abf36a991fade61 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad4e5a6d25ababe .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ad4e5a6d25ababe .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8d0ba7ffba5210 , #a8d0ba7ffba5210 a{color: rgba(255, 255, 255, 0);}#a444fafd3caab92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a31cda6dfda1195 {
  overflow: hidden;
}
#a31cda6dfda1195 .img-wrap {
  transition: all 0.3s ease-in;
}
#a31cda6dfda1195 .img-wrap:hover {
  transform: scale(1.5);
}
#a4449abd86af50e {
  overflow: hidden;
}
#a4449abd86af50e .img-wrap {
  transition: all 0.3s ease-in;
}
#a4449abd86af50e .img-wrap:hover {
  transform: scale(1.5);
}
#a2d14a2968a844c , #a2d14a2968a844c a{color: rgba(255, 255, 255, 0);}#a91a3a2be4a7fd1 , #a91a3a2be4a7fd1 a{color: rgba(255, 255, 255, 0);}#a4b13a1f54adee0 , #a4b13a1f54adee0 a{color: rgba(255, 255, 255, 0);}#ab4b7ac5ebaa688 , #ab4b7ac5ebaa688 a{color: rgba(255, 255, 255, 0);}#aa4a5a98e2a4aa4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a9a3aa52fca87a2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4c65a34aaa895d .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae094a1d19a70ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9068a63f3ab06c .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aaecfae88cab3c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3024a1e56ae0d1 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa647a5256a9362 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2b91acb25a1d2a .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a76f2aa7d8ad166 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a76f2aa7d8ad166  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a516da8e3dab82f > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1b44a3247af103 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1b44a3247af103  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a3f45a33a9acf52 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0ffaafa4fa0015 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a0ffaafa4fa0015  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a77bca6fecad03e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab905a5739a102c > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab905a5739a102c  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a09e8ae593a2413 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae567ae437aefd7 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ae567ae437aefd7 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a929aa40c9a51b0 > .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);}#a929aa40c9a51b0  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a3122a189dacb1a > .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);}#a3122a189dacb1a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af43ca9c7caf0c7 > .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);}#af43ca9c7caf0c7  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a8bfcae6acacb82 > .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);}#a8bfcae6acacb82  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a0338a4dcfa534f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0338a4dcfa534f .ele-wrap:hover {background-color: #509c49;}#a58aea80a0a3486 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a58aea80a0a3486 .ele-wrap:hover {background-color: #509c49;}#a86b7a7297a94eb .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a86b7a7297a94eb .ele-wrap:hover {background-color: #509c49;}#aac73aebffad118 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aac73aebffad118 .ele-wrap:hover {background-color: #509c49;}#ad772ac2fdaed1e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad772ac2fdaed1e .ele-wrap:hover {background-color: #509c49;}#aafc8a4e05a84dc .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aafc8a4e05a84dc .ele-wrap:hover {background-color: #509c49;}#aae9ca5f0aa6644 , #aae9ca5f0aa6644 a{color: rgba(155, 155, 155, 1);}#a96e6adbbca4bce , #a96e6adbbca4bce a{color: rgba(155, 155, 155, 1);}#a993aaf055a30d7 , #a993aaf055a30d7 a{color: rgba(155, 155, 155, 1);}#a6b3da5fbfa4556 , #a6b3da5fbfa4556 a{color: rgba(155, 155, 155, 1);}#a328cad2eda6354 , #a328cad2eda6354 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5541a65eda70b7 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7148a1f30aedbd .logged {
  display: none;
}
#a7148a1f30aedbd .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a7148a1f30aedbd .fa-search {
  color: #ccc;
}
#a7148a1f30aedbd .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a7148a1f30aedbd .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a7148a1f30aedbd .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a7148a1f30aedbd .quick-menus li:last-child > a::after {
  display: none;
}
#a7148a1f30aedbd .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a7148a1f30aedbd .site-header {
  height: 70px;
}
#a7148a1f30aedbd .uk-navbar-item,
#a7148a1f30aedbd .uk-navbar-nav > li > a,
#a7148a1f30aedbd .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7148a1f30aedbd .uk-sticky-fixed .uk-navbar-item,
#a7148a1f30aedbd .uk-sticky-fixed .uk-navbar-nav > li > a,
#a7148a1f30aedbd .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7148a1f30aedbd .uk-navbar-sticky {
  background: #fff;
}
#a7148a1f30aedbd .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a7148a1f30aedbd .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a7148a1f30aedbd .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7148a1f30aedbd .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a7148a1f30aedbd .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a7148a1f30aedbd .sub-menu-title i,
#a7148a1f30aedbd .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a7148a1f30aedbd .menu-list > .menu-item {
  position: relative;
}
#a7148a1f30aedbd .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a7148a1f30aedbd .menu-list > .menu-item:hover > a::after,
#a7148a1f30aedbd .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a7148a1f30aedbd .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a7148a1f30aedbd .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a7148a1f30aedbd .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a7148a1f30aedbd .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a7148a1f30aedbd .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a7148a1f30aedbd .sub-menu-item a:hover {
  color: #07406e;
}
#a7148a1f30aedbd .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a7148a1f30aedbd .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a7148a1f30aedbd .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a7148a1f30aedbd .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a7148a1f30aedbd .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a7148a1f30aedbd .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a7148a1f30aedbd .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a7148a1f30aedbd .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a7148a1f30aedbd .logo {
  display: inline-block;
}
#a7148a1f30aedbd .search-box {
  position: relative;
  padding: 10px;
}
#a7148a1f30aedbd .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a7148a1f30aedbd .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a7148a1f30aedbd .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#abe8dae89baf1d1 .uk-container {
  line-height: 2;
  color: #999;
}
#a7148a1f30aedbd .uk-container {max-width: 1400px;}#a7148a1f30aedbd [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a7148a1f30aedbd [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ade2ea3861a6011 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#ade2ea3861a6011 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#aa30eab954a32b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a3ec6aff6ea1d39 .uk-grid {
  margin-left: 0px;
}
#a3ec6aff6ea1d39 .uk-grid > * {
  padding-left: 0px;
}
#a3ec6aff6ea1d39 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3ec6aff6ea1d39 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3ec6aff6ea1d39 .uk-position-center-left-out {
    left: -30px;
  }
  #a3ec6aff6ea1d39 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a09f1adf03af3a4 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a96b6af5aaabc2a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#aa5f7ab9b5a6d95 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a6634ab841af24b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a1a2da6d72a8c80 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a1a2da6d72a8c80 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a2860a8ec8a1994 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a2860a8ec8a1994 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aad55a3d01a2d7f .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aad55a3d01a2d7f .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8cd9a0354afaa0 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a8cd9a0354afaa0 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5c60a2bd6ac1d5 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5c60a2bd6ac1d5 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8cf9ab68da4210 , #a8cf9ab68da4210 a{color: rgba(255, 255, 255, 0);}#ab5d4a8b1aad463 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a500aa1d30a7159 {
  overflow: hidden;
}
#a500aa1d30a7159 .img-wrap {
  transition: all 0.3s ease-in;
}
#a500aa1d30a7159 .img-wrap:hover {
  transform: scale(1.5);
}
#a476daef15a5210 {
  overflow: hidden;
}
#a476daef15a5210 .img-wrap {
  transition: all 0.3s ease-in;
}
#a476daef15a5210 .img-wrap:hover {
  transform: scale(1.5);
}
#abffdaf1c4ac31f , #abffdaf1c4ac31f a{color: rgba(255, 255, 255, 0);}#a3de4aea7baaaf4 , #a3de4aea7baaaf4 a{color: rgba(255, 255, 255, 0);}#afcc9afbe7af16e , #afcc9afbe7af16e a{color: rgba(255, 255, 255, 0);}#ac770aee6bac229 , #ac770aee6bac229 a{color: rgba(255, 255, 255, 0);}#ab69aa3468a8027 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#afb82a47c8a06f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af5f7a1331a08ab .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1636a080fad520 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9539a8756a9237 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0f37ae839ade2d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aeb9cad6fca2167 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae79da8ae7a3686 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aae62a4385ae157 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad8f3af425addd0 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad8f3af425addd0  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8caea95feaa356 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5d9ea85f5ad0b6 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5d9ea85f5ad0b6  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1243a2314aa217 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a962aab739af954 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a962aab739af954  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#acf52abb07a94e1 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#abb24a9d51a21be > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#abb24a9d51a21be  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aec39ad528a3b1e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a69b5ae6faa6123 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a69b5ae6faa6123 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3dcea9fb0a545c > .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);}#a3dcea9fb0a545c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a18c9a3fbaa1590 > .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);}#a18c9a3fbaa1590  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a4f46acc09a4150 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4f46acc09a4150 .ele-wrap:hover {background-color: #509c49;}#a237aadbaeac976 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a237aadbaeac976 .ele-wrap:hover {background-color: #509c49;}#ac7b3a5174aef79 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac7b3a5174aef79 .ele-wrap:hover {background-color: #509c49;}#ad576aa97eae0c2 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad576aa97eae0c2 .ele-wrap:hover {background-color: #509c49;}#ae0c4a9511a7d36 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae0c4a9511a7d36 .ele-wrap:hover {background-color: #509c49;}#adb61aa246a7541 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#adb61aa246a7541 .ele-wrap:hover {background-color: #509c49;}#a44dba80baa4041 , #a44dba80baa4041 a{color: rgba(155, 155, 155, 1);}#a6a0ca1085aca99 , #a6a0ca1085aca99 a{color: rgba(155, 155, 155, 1);}#a834babeafa6ced , #a834babeafa6ced a{color: rgba(155, 155, 155, 1);}#a1299ae6b1ad117 , #a1299ae6b1ad117 a{color: rgba(155, 155, 155, 1);}#a11d8a18b2a9213 , #a11d8a18b2a9213 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad272ad48ea6620 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#af9b0afb4faa961 .logged {
  display: none;
}
#af9b0afb4faa961 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#af9b0afb4faa961 .fa-search {
  color: #ccc;
}
#af9b0afb4faa961 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#af9b0afb4faa961 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af9b0afb4faa961 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#af9b0afb4faa961 .quick-menus li:last-child > a::after {
  display: none;
}
#af9b0afb4faa961 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#af9b0afb4faa961 .site-header {
  height: 70px;
}
#af9b0afb4faa961 .uk-navbar-item,
#af9b0afb4faa961 .uk-navbar-nav > li > a,
#af9b0afb4faa961 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af9b0afb4faa961 .uk-sticky-fixed .uk-navbar-item,
#af9b0afb4faa961 .uk-sticky-fixed .uk-navbar-nav > li > a,
#af9b0afb4faa961 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af9b0afb4faa961 .uk-navbar-sticky {
  background: #fff;
}
#af9b0afb4faa961 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#af9b0afb4faa961 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#af9b0afb4faa961 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af9b0afb4faa961 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#af9b0afb4faa961 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#af9b0afb4faa961 .sub-menu-title i,
#af9b0afb4faa961 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#af9b0afb4faa961 .menu-list > .menu-item {
  position: relative;
}
#af9b0afb4faa961 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#af9b0afb4faa961 .menu-list > .menu-item:hover > a::after,
#af9b0afb4faa961 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#af9b0afb4faa961 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#af9b0afb4faa961 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#af9b0afb4faa961 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#af9b0afb4faa961 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#af9b0afb4faa961 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#af9b0afb4faa961 .sub-menu-item a:hover {
  color: #07406e;
}
#af9b0afb4faa961 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#af9b0afb4faa961 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#af9b0afb4faa961 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#af9b0afb4faa961 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#af9b0afb4faa961 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#af9b0afb4faa961 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#af9b0afb4faa961 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#af9b0afb4faa961 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#af9b0afb4faa961 .logo {
  display: inline-block;
}
#af9b0afb4faa961 .search-box {
  position: relative;
  padding: 10px;
}
#af9b0afb4faa961 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#af9b0afb4faa961 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#af9b0afb4faa961 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#aa554a6e15a19d3 .uk-container {
  line-height: 2;
  color: #999;
}
#af9b0afb4faa961 .uk-container {max-width: 1400px;}#af9b0afb4faa961 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#af9b0afb4faa961 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a4fc2a5522ae850 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a4fc2a5522ae850 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a99a6af9faa1307 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#aea9ba0238af740 .uk-grid {
  margin-left: 0px;
}
#aea9ba0238af740 .uk-grid > * {
  padding-left: 0px;
}
#aea9ba0238af740 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aea9ba0238af740 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aea9ba0238af740 .uk-position-center-left-out {
    left: -30px;
  }
  #aea9ba0238af740 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6eaea939ca5905 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5584a84ddaf00c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adac9aa37bab8cf {
  overflow: hidden;
}
#adac9aa37bab8cf .img-wrap {
  transition: all 0.3s ease-in;
}
#adac9aa37bab8cf .img-wrap:hover {
  transform: scale(1.5);
}
#a81a6af173a4d4b {
  overflow: hidden;
}
#a81a6af173a4d4b .img-wrap {
  transition: all 0.3s ease-in;
}
#a81a6af173a4d4b .img-wrap:hover {
  transform: scale(1.5);
}
#ad6e9a8c07ab82b , #ad6e9a8c07ab82b a{color: rgba(255, 255, 255, 0);}#a1436a5ad3a1347 , #a1436a5ad3a1347 a{color: rgba(255, 255, 255, 0);}#aef72a063fabb83 , #aef72a063fabb83 a{color: rgba(255, 255, 255, 0);}#a4a47afef0a70cd , #a4a47afef0a70cd a{color: rgba(255, 255, 255, 0);}#a70a4af722a80a8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aac07aa2ffa7319 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8e14a7231a0b7e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8d2cafa7faf417 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2da7a0de6a08f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a7a81a110da6eee .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a25d3ab0f1a016a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9159a7a64a7fcf .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#adc60aa493acfa9 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#adc60aa493acfa9  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a696da2b33aff57 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a89dfab31eac7f7 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a89dfab31eac7f7  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab139ab7e9afd10 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1081aa2bba029d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1081aa2bba029d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4156a1ca3a34ce > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1551a682caa0c7 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1551a682caa0c7  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1d4ca36dfa97c3 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a84a6a24cdac302 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a84a6a24cdac302 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a99c1ad4ccab010 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a99c1ad4ccab010 .ele-wrap:hover {background-color: #509c49;}#ad885a00c6ab7ba .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad885a00c6ab7ba .ele-wrap:hover {background-color: #509c49;}#a368dadfdda1af2 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a368dadfdda1af2 .ele-wrap:hover {background-color: #509c49;}#ab20ca6a2ba177d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab20ca6a2ba177d .ele-wrap:hover {background-color: #509c49;}#a1169a59a3a4e91 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a1169a59a3a4e91 .ele-wrap:hover {background-color: #509c49;}#abb43a464ea62ed .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#abb43a464ea62ed .ele-wrap:hover {background-color: #509c49;}#afaecaedefa4be4 , #afaecaedefa4be4 a{color: rgba(155, 155, 155, 1);}#a67a5aed13a7d09 , #a67a5aed13a7d09 a{color: rgba(155, 155, 155, 1);}#ac4b0a5804a82eb , #ac4b0a5804a82eb a{color: rgba(155, 155, 155, 1);}#a82c5a3dd9a4047 , #a82c5a3dd9a4047 a{color: rgba(155, 155, 155, 1);}#afad1a6d24a120e , #afad1a6d24a120e a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a62edaf7e3aa0b6 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a0ea0aa1b1a53d7 .logged {
  display: none;
}
#a0ea0aa1b1a53d7 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a0ea0aa1b1a53d7 .fa-search {
  color: #ccc;
}
#a0ea0aa1b1a53d7 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a0ea0aa1b1a53d7 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a0ea0aa1b1a53d7 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a0ea0aa1b1a53d7 .quick-menus li:last-child > a::after {
  display: none;
}
#a0ea0aa1b1a53d7 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a0ea0aa1b1a53d7 .site-header {
  height: 70px;
}
#a0ea0aa1b1a53d7 .uk-navbar-item,
#a0ea0aa1b1a53d7 .uk-navbar-nav > li > a,
#a0ea0aa1b1a53d7 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a0ea0aa1b1a53d7 .uk-sticky-fixed .uk-navbar-item,
#a0ea0aa1b1a53d7 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a0ea0aa1b1a53d7 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a0ea0aa1b1a53d7 .uk-navbar-sticky {
  background: #fff;
}
#a0ea0aa1b1a53d7 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a0ea0aa1b1a53d7 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a0ea0aa1b1a53d7 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0ea0aa1b1a53d7 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a0ea0aa1b1a53d7 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a0ea0aa1b1a53d7 .sub-menu-title i,
#a0ea0aa1b1a53d7 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a0ea0aa1b1a53d7 .menu-list > .menu-item {
  position: relative;
}
#a0ea0aa1b1a53d7 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a0ea0aa1b1a53d7 .menu-list > .menu-item:hover > a::after,
#a0ea0aa1b1a53d7 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a0ea0aa1b1a53d7 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a0ea0aa1b1a53d7 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a0ea0aa1b1a53d7 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a0ea0aa1b1a53d7 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a0ea0aa1b1a53d7 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a0ea0aa1b1a53d7 .sub-menu-item a:hover {
  color: #07406e;
}
#a0ea0aa1b1a53d7 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a0ea0aa1b1a53d7 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a0ea0aa1b1a53d7 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a0ea0aa1b1a53d7 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a0ea0aa1b1a53d7 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a0ea0aa1b1a53d7 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a0ea0aa1b1a53d7 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a0ea0aa1b1a53d7 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a0ea0aa1b1a53d7 .logo {
  display: inline-block;
}
#a0ea0aa1b1a53d7 .search-box {
  position: relative;
  padding: 10px;
}
#a0ea0aa1b1a53d7 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a0ea0aa1b1a53d7 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a0ea0aa1b1a53d7 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a3fb5ace79a2344 .uk-container {
  line-height: 2;
  color: #999;
}
#a0ea0aa1b1a53d7 .uk-container {max-width: 1400px;}#a0ea0aa1b1a53d7 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a0ea0aa1b1a53d7 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#af79daa9b3a90a6 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#af79daa9b3a90a6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a726daa7cca2ea8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a2be5af839a7e40 .uk-grid {
  margin-left: 0px;
}
#a2be5af839a7e40 .uk-grid > * {
  padding-left: 0px;
}
#a2be5af839a7e40 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2be5af839a7e40 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2be5af839a7e40 .uk-position-center-left-out {
    left: -30px;
  }
  #a2be5af839a7e40 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a78c4affdbafa1d .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa0d4a742aafb2f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a856ca0845aed3b > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#adbe2a5baba4f14 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#ad648a7e23a4ac4 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ad648a7e23a4ac4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a7c07aaa23aaab6 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a7c07aaa23aaab6 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a76b0a1629a20a9 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a76b0a1629a20a9 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#acf11a6656a964f .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#acf11a6656a964f .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a373fa8c3fa48bd , #a373fa8c3fa48bd a{color: rgba(255, 255, 255, 0);}#a56f5a14f4a601c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6482a4258af332 {
  overflow: hidden;
}
#a6482a4258af332 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6482a4258af332 .img-wrap:hover {
  transform: scale(1.5);
}
#a1af6acb5ca9e71 {
  overflow: hidden;
}
#a1af6acb5ca9e71 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1af6acb5ca9e71 .img-wrap:hover {
  transform: scale(1.5);
}
#a03fea9741aae47 , #a03fea9741aae47 a{color: rgba(255, 255, 255, 0);}#ac243a9b27af817 , #ac243a9b27af817 a{color: rgba(255, 255, 255, 0);}#a20caaddb8a0893 , #a20caaddb8a0893 a{color: rgba(255, 255, 255, 0);}#a010ea4b1fad2c2 , #a010ea4b1fad2c2 a{color: rgba(255, 255, 255, 0);}#aeeeba761fa528f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aa65aafbfda59e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af824af946a7433 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a80e3ab67fa38ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a51aca8ac4a38c3 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8d12a1b2da4264 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad2f7a90c9af5f0 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac60bac314ac8ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad1dda65c6ae753 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae66ba980ea6394 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae66ba980ea6394  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1bf4a37efa67fc > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3a40a54caa1eae > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3a40a54caa1eae  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aec72a22c6a580e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6ea2a0a96a7707 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6ea2a0a96a7707  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ac730a8753a3f67 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aaa1aa5d48aecc1 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aaa1aa5d48aecc1  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a702eab4b1ac654 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#acc0fa9288a0d0a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#acc0fa9288a0d0a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aee87a706ba38cc .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aee87a706ba38cc .ele-wrap:hover {background-color: #509c49;}#a4a88a9151ae347 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4a88a9151ae347 .ele-wrap:hover {background-color: #509c49;}#a0359a2831a34b6 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0359a2831a34b6 .ele-wrap:hover {background-color: #509c49;}#a3d3caeb74a8768 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a3d3caeb74a8768 .ele-wrap:hover {background-color: #509c49;}#a6665ab162ae4da .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6665ab162ae4da .ele-wrap:hover {background-color: #509c49;}#ab7edaa732a8b13 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab7edaa732a8b13 .ele-wrap:hover {background-color: #509c49;}#a2169ad9deab77a , #a2169ad9deab77a a{color: rgba(155, 155, 155, 1);}#a3422a6104a3332 , #a3422a6104a3332 a{color: rgba(155, 155, 155, 1);}#a4ad8abc34ac7aa , #a4ad8abc34ac7aa a{color: rgba(155, 155, 155, 1);}#a406da58eea71e3 , #a406da58eea71e3 a{color: rgba(155, 155, 155, 1);}#a5d85ad859ae67f , #a5d85ad859ae67f a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab8bea1caeac245 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8371a2510a22cc .logged {
  display: none;
}
#a8371a2510a22cc .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a8371a2510a22cc .fa-search {
  color: #ccc;
}
#a8371a2510a22cc .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a8371a2510a22cc .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8371a2510a22cc .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a8371a2510a22cc .quick-menus li:last-child > a::after {
  display: none;
}
#a8371a2510a22cc .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a8371a2510a22cc .site-header {
  height: 70px;
}
#a8371a2510a22cc .uk-navbar-item,
#a8371a2510a22cc .uk-navbar-nav > li > a,
#a8371a2510a22cc .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8371a2510a22cc .uk-sticky-fixed .uk-navbar-item,
#a8371a2510a22cc .uk-sticky-fixed .uk-navbar-nav > li > a,
#a8371a2510a22cc .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8371a2510a22cc .uk-navbar-sticky {
  background: #fff;
}
#a8371a2510a22cc .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a8371a2510a22cc .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a8371a2510a22cc .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8371a2510a22cc .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a8371a2510a22cc .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a8371a2510a22cc .sub-menu-title i,
#a8371a2510a22cc .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a8371a2510a22cc .menu-list > .menu-item {
  position: relative;
}
#a8371a2510a22cc .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a8371a2510a22cc .menu-list > .menu-item:hover > a::after,
#a8371a2510a22cc .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a8371a2510a22cc .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a8371a2510a22cc .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a8371a2510a22cc .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a8371a2510a22cc .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a8371a2510a22cc .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a8371a2510a22cc .sub-menu-item a:hover {
  color: #07406e;
}
#a8371a2510a22cc .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a8371a2510a22cc .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a8371a2510a22cc .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a8371a2510a22cc .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a8371a2510a22cc .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a8371a2510a22cc .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a8371a2510a22cc .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a8371a2510a22cc .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a8371a2510a22cc .logo {
  display: inline-block;
}
#a8371a2510a22cc .search-box {
  position: relative;
  padding: 10px;
}
#a8371a2510a22cc .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a8371a2510a22cc .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a8371a2510a22cc .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a85aeaf0dba8557 .uk-container {
  line-height: 2;
  color: #999;
}
#a8371a2510a22cc .uk-container {max-width: 1400px;}#a8371a2510a22cc [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a8371a2510a22cc [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a71b0a925aabd3f .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a71b0a925aabd3f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a05d7a8f23abc82 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a6ea5a4b12a557e .uk-grid {
  margin-left: 0px;
}
#a6ea5a4b12a557e .uk-grid > * {
  padding-left: 0px;
}
#a6ea5a4b12a557e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6ea5a4b12a557e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6ea5a4b12a557e .uk-position-center-left-out {
    left: -30px;
  }
  #a6ea5a4b12a557e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa679a617ba78ca .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a10c0a10e0a8737 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ab68faaec1a1327 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a5b59a9614a541b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#afccea528ba49b7 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#afccea528ba49b7 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a72e6aa6d7a52fd .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a72e6aa6d7a52fd .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ab82ca3712a40f0 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ab82ca3712a40f0 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a851dad41baba18 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a851dad41baba18 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5c9ba02afac703 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5c9ba02afac703 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a1878a8559a13f8 , #a1878a8559a13f8 a{color: rgba(255, 255, 255, 0);}#a38abaecdfa6f16 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23bda43a3a5304 {
  overflow: hidden;
}
#a23bda43a3a5304 .img-wrap {
  transition: all 0.3s ease-in;
}
#a23bda43a3a5304 .img-wrap:hover {
  transform: scale(1.5);
}
#a7e4aa8a37a1ce2 {
  overflow: hidden;
}
#a7e4aa8a37a1ce2 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7e4aa8a37a1ce2 .img-wrap:hover {
  transform: scale(1.5);
}
#a910ba70e1a632a , #a910ba70e1a632a a{color: rgba(255, 255, 255, 0);}#ac9ffab99fa6f23 , #ac9ffab99fa6f23 a{color: rgba(255, 255, 255, 0);}#af9bfa8d46a8e2c , #af9bfa8d46a8e2c a{color: rgba(255, 255, 255, 0);}#ad6bfa2a20ad7bf , #ad6bfa2a20ad7bf a{color: rgba(255, 255, 255, 0);}#abd3ba397da37ac a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a99fca10a7a00f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a752eaee73ac138 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aba68aaa4aabe79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#abe60a7fd5a76df .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aeb11ae014a2e76 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#abbffa0dbcaa954 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a47f2a1d94a3435 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a296aaf631ae7e1 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab011acc3ca6cae > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab011acc3ca6cae  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a646aab2f6a4a4a > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a417aabce4ab429 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a417aabce4ab429  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab813abcd2adfeb > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5c82a10e1aab21 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5c82a10e1aab21  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1f8aa2bbbabe57 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9d2da7b2da6d78 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9d2da7b2da6d78  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aee88a37c3ab481 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a664aa1a85a4a20 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a664aa1a85a4a20 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a4e97ac74eaf05c > .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);}#a4e97ac74eaf05c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aee4ca5af7aeb80 > .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);}#aee4ca5af7aeb80  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ac2f2a04bfafd32 > .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);}#ac2f2a04bfafd32  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a5af2ac4caa0bfe > .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);}#a5af2ac4caa0bfe  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a4c0ea9d15a27f7 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4c0ea9d15a27f7 .ele-wrap:hover {background-color: #509c49;}#a8314a4016a6898 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a8314a4016a6898 .ele-wrap:hover {background-color: #509c49;}#a97dfa8e12acc2c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a97dfa8e12acc2c .ele-wrap:hover {background-color: #509c49;}#a3099a6923ad2ca .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a3099a6923ad2ca .ele-wrap:hover {background-color: #509c49;}#ab023a8e69ade15 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab023a8e69ade15 .ele-wrap:hover {background-color: #509c49;}#a4949a9713a9c5f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4949a9713a9c5f .ele-wrap:hover {background-color: #509c49;}#a0f96a2f09a8c71 , #a0f96a2f09a8c71 a{color: rgba(155, 155, 155, 1);}#a319badd98a3941 , #a319badd98a3941 a{color: rgba(155, 155, 155, 1);}#a3400ab38ea0b71 , #a3400ab38ea0b71 a{color: rgba(155, 155, 155, 1);}#a716dace25a783f , #a716dace25a783f a{color: rgba(155, 155, 155, 1);}#a80aba3b0faae04 , #a80aba3b0faae04 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2008a6ffaa4038 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aab20a0fe1a1b7b .logged {
  display: none;
}
#aab20a0fe1a1b7b .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aab20a0fe1a1b7b .fa-search {
  color: #ccc;
}
#aab20a0fe1a1b7b .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aab20a0fe1a1b7b .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aab20a0fe1a1b7b .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aab20a0fe1a1b7b .quick-menus li:last-child > a::after {
  display: none;
}
#aab20a0fe1a1b7b .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aab20a0fe1a1b7b .site-header {
  height: 70px;
}
#aab20a0fe1a1b7b .uk-navbar-item,
#aab20a0fe1a1b7b .uk-navbar-nav > li > a,
#aab20a0fe1a1b7b .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aab20a0fe1a1b7b .uk-sticky-fixed .uk-navbar-item,
#aab20a0fe1a1b7b .uk-sticky-fixed .uk-navbar-nav > li > a,
#aab20a0fe1a1b7b .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aab20a0fe1a1b7b .uk-navbar-sticky {
  background: #fff;
}
#aab20a0fe1a1b7b .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aab20a0fe1a1b7b .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aab20a0fe1a1b7b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aab20a0fe1a1b7b .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aab20a0fe1a1b7b .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aab20a0fe1a1b7b .sub-menu-title i,
#aab20a0fe1a1b7b .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aab20a0fe1a1b7b .menu-list > .menu-item {
  position: relative;
}
#aab20a0fe1a1b7b .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aab20a0fe1a1b7b .menu-list > .menu-item:hover > a::after,
#aab20a0fe1a1b7b .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aab20a0fe1a1b7b .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aab20a0fe1a1b7b .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aab20a0fe1a1b7b .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aab20a0fe1a1b7b .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aab20a0fe1a1b7b .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aab20a0fe1a1b7b .sub-menu-item a:hover {
  color: #07406e;
}
#aab20a0fe1a1b7b .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aab20a0fe1a1b7b .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aab20a0fe1a1b7b .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aab20a0fe1a1b7b .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aab20a0fe1a1b7b .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aab20a0fe1a1b7b .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aab20a0fe1a1b7b .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aab20a0fe1a1b7b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aab20a0fe1a1b7b .logo {
  display: inline-block;
}
#aab20a0fe1a1b7b .search-box {
  position: relative;
  padding: 10px;
}
#aab20a0fe1a1b7b .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aab20a0fe1a1b7b .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aab20a0fe1a1b7b .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a6919a683fa8f9a .uk-container {
  line-height: 2;
  color: #999;
}
#aab20a0fe1a1b7b .uk-container {max-width: 1400px;}#aab20a0fe1a1b7b [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aab20a0fe1a1b7b [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ac599a926dab34a .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#ac599a926dab34a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a006fa3e0ca33fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#af40fab42aaa705 .uk-grid {
  margin-left: 0px;
}
#af40fab42aaa705 .uk-grid > * {
  padding-left: 0px;
}
#af40fab42aaa705 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af40fab42aaa705 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af40fab42aaa705 .uk-position-center-left-out {
    left: -30px;
  }
  #af40fab42aaa705 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26eaa0bfea85e1 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1adba3eb9a410e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a3409a5f5eae174 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a2425a1697ab247 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a18f3a12a4ac1e0 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a18f3a12a4ac1e0 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a961ba49d4acb99 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a961ba49d4acb99 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a567fa91f5a8b22 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a567fa91f5a8b22 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aec3ea9b56a56d5 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aec3ea9b56a56d5 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9845a3f0faf6c4 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9845a3f0faf6c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad2ecaf42ba9a48 , #ad2ecaf42ba9a48 a{color: rgba(255, 255, 255, 0);}#aeeb8a4331a7e54 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee32a32b3ab4af {
  overflow: hidden;
}
#aee32a32b3ab4af .img-wrap {
  transition: all 0.3s ease-in;
}
#aee32a32b3ab4af .img-wrap:hover {
  transform: scale(1.5);
}
#a4fcda542ea4f75 {
  overflow: hidden;
}
#a4fcda542ea4f75 .img-wrap {
  transition: all 0.3s ease-in;
}
#a4fcda542ea4f75 .img-wrap:hover {
  transform: scale(1.5);
}
#a3c70ad3faadc4e , #a3c70ad3faadc4e a{color: rgba(255, 255, 255, 0);}#a5646a093ca009c , #a5646a093ca009c a{color: rgba(255, 255, 255, 0);}#a5041a842bafc93 , #a5041a842bafc93 a{color: rgba(255, 255, 255, 0);}#a6793af628afcef , #a6793af628afcef a{color: rgba(255, 255, 255, 0);}#acfd4a8f93a6b24 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a97b0a1b1caf238 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae509a3707adc91 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4d18ad0d7a117b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae091a4b08adb70 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6a9aacd35a141e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af117a7948a15ce .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aeff7a429eab744 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a79a4ae721a0c23 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#acf41ae436aaacf > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#acf41ae436aaacf  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a41b4a1b60aa53b > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7739ab876aee99 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a7739ab876aee99  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ad023ae8a7a8bc9 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa13ca4ae8afef1 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa13ca4ae8afef1  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7f60a109aa44b5 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3a42ab245abe2d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3a42ab245abe2d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aa9b0a170ea740c > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9819af223a51bd .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9819af223a51bd .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ad95fa7906a334c > .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);}#ad95fa7906a334c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a8e0cafaaeae322 > .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);}#a8e0cafaaeae322  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a9261aaf39aa233 > .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);}#a9261aaf39aa233  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a6acca2f56a8db8 > .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);}#a6acca2f56a8db8  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a5399a5f2ea976b .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5399a5f2ea976b .ele-wrap:hover {background-color: #509c49;}#aae3ea2f31aa95f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aae3ea2f31aa95f .ele-wrap:hover {background-color: #509c49;}#ac7c9a76e6a6a8a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac7c9a76e6a6a8a .ele-wrap:hover {background-color: #509c49;}#afd64a6c43ab67c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#afd64a6c43ab67c .ele-wrap:hover {background-color: #509c49;}#a91e1a9ff4a900e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a91e1a9ff4a900e .ele-wrap:hover {background-color: #509c49;}#ab547aefb9aa577 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab547aefb9aa577 .ele-wrap:hover {background-color: #509c49;}#a5121af8efa1916 , #a5121af8efa1916 a{color: rgba(155, 155, 155, 1);}#a8ff9ab16ba1f68 , #a8ff9ab16ba1f68 a{color: rgba(155, 155, 155, 1);}#adebdac019a2f6f , #adebdac019a2f6f a{color: rgba(155, 155, 155, 1);}#afd5daf2a0ad544 , #afd5daf2a0ad544 a{color: rgba(155, 155, 155, 1);}#a16faadda7a2bea , #a16faadda7a2bea a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2c88a996fa0d1e .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ace57a1e73a0830 .logged {
  display: none;
}
#ace57a1e73a0830 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ace57a1e73a0830 .fa-search {
  color: #ccc;
}
#ace57a1e73a0830 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ace57a1e73a0830 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ace57a1e73a0830 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ace57a1e73a0830 .quick-menus li:last-child > a::after {
  display: none;
}
#ace57a1e73a0830 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ace57a1e73a0830 .site-header {
  height: 70px;
}
#ace57a1e73a0830 .uk-navbar-item,
#ace57a1e73a0830 .uk-navbar-nav > li > a,
#ace57a1e73a0830 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ace57a1e73a0830 .uk-sticky-fixed .uk-navbar-item,
#ace57a1e73a0830 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ace57a1e73a0830 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ace57a1e73a0830 .uk-navbar-sticky {
  background: #fff;
}
#ace57a1e73a0830 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ace57a1e73a0830 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ace57a1e73a0830 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ace57a1e73a0830 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ace57a1e73a0830 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ace57a1e73a0830 .sub-menu-title i,
#ace57a1e73a0830 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ace57a1e73a0830 .menu-list > .menu-item {
  position: relative;
}
#ace57a1e73a0830 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ace57a1e73a0830 .menu-list > .menu-item:hover > a::after,
#ace57a1e73a0830 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ace57a1e73a0830 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ace57a1e73a0830 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ace57a1e73a0830 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ace57a1e73a0830 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ace57a1e73a0830 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ace57a1e73a0830 .sub-menu-item a:hover {
  color: #07406e;
}
#ace57a1e73a0830 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ace57a1e73a0830 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ace57a1e73a0830 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ace57a1e73a0830 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ace57a1e73a0830 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ace57a1e73a0830 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ace57a1e73a0830 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ace57a1e73a0830 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ace57a1e73a0830 .logo {
  display: inline-block;
}
#ace57a1e73a0830 .search-box {
  position: relative;
  padding: 10px;
}
#ace57a1e73a0830 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ace57a1e73a0830 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ace57a1e73a0830 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a4d4ba765ba262e .uk-container {
  line-height: 2;
  color: #999;
}
#ace57a1e73a0830 .uk-container {max-width: 1400px;}#ace57a1e73a0830 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ace57a1e73a0830 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a0a1ba2978aa478 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a0a1ba2978aa478 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a0727a845baf2e8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a875eaf64ba1f29 .uk-grid {
  margin-left: 0px;
}
#a875eaf64ba1f29 .uk-grid > * {
  padding-left: 0px;
}
#a875eaf64ba1f29 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a875eaf64ba1f29 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a875eaf64ba1f29 .uk-position-center-left-out {
    left: -30px;
  }
  #a875eaf64ba1f29 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5873a901ba4643 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab233a02ada5152 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ab1c8a78bcac33d > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a0cdca53c9ab6d3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#ad61ba229dae6a9 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ad61ba229dae6a9 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a586da25f4a0a2f .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a586da25f4a0a2f .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#acf3cacb1ea881e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#acf3cacb1ea881e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a3288ae650a9c27 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a3288ae650a9c27 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae796adb69a8931 , #ae796adb69a8931 a{color: rgba(255, 255, 255, 0);}#a608caa693abb65 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9b8da79fca299c {
  overflow: hidden;
}
#a9b8da79fca299c .img-wrap {
  transition: all 0.3s ease-in;
}
#a9b8da79fca299c .img-wrap:hover {
  transform: scale(1.5);
}
#aac40a1577a0fed {
  overflow: hidden;
}
#aac40a1577a0fed .img-wrap {
  transition: all 0.3s ease-in;
}
#aac40a1577a0fed .img-wrap:hover {
  transform: scale(1.5);
}
#a7f05aa7a9a96bb , #a7f05aa7a9a96bb a{color: rgba(255, 255, 255, 0);}#a2b68a7789ad003 , #a2b68a7789ad003 a{color: rgba(255, 255, 255, 0);}#aecffae51bac61f , #aecffae51bac61f a{color: rgba(255, 255, 255, 0);}#a9bfaaf689afb2d , #a9bfaaf689afb2d a{color: rgba(255, 255, 255, 0);}#a24fba7b3bacfcd a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#af5e5a4c3dac5d7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa311a7284ad6f8 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0322a88a4a5045 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a03b6af9c0a4034 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aea25a4946ada01 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8ca4a48fdaa202 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac802a077daaef3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae5e1af989ad8a5 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7cdca3fdfaddce > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a7cdca3fdfaddce  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a5b2ba61cfa5668 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4625a8da6aebd5 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4625a8da6aebd5  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#abe6ba135aa1d5d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a77a0a5ad1a8b37 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a77a0a5ad1a8b37  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a3258a1b23a9855 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5fa8a1177a56fc > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5fa8a1177a56fc  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1c3da51eca4663 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa0d1a1025a902e .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa0d1a1025a902e .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7d90ab74fa01b3 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a7d90ab74fa01b3 .ele-wrap:hover {background-color: #509c49;}#ad071af03ba183c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad071af03ba183c .ele-wrap:hover {background-color: #509c49;}#a55eeaf5a8a9e01 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a55eeaf5a8a9e01 .ele-wrap:hover {background-color: #509c49;}#a2228a301da362d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a2228a301da362d .ele-wrap:hover {background-color: #509c49;}#aaaa8afa1aaa47a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aaaa8afa1aaa47a .ele-wrap:hover {background-color: #509c49;}#ad61ba687caadb5 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad61ba687caadb5 .ele-wrap:hover {background-color: #509c49;}#af462ade49aa0b0 , #af462ade49aa0b0 a{color: rgba(155, 155, 155, 1);}#adb89ace76a976b , #adb89ace76a976b a{color: rgba(155, 155, 155, 1);}#a0b72a5fa5a3c41 , #a0b72a5fa5a3c41 a{color: rgba(155, 155, 155, 1);}#a0440a5fdba5b0c , #a0440a5fdba5b0c a{color: rgba(155, 155, 155, 1);}#ae170a90d5a632b , #ae170a90d5a632b a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1fdfab08ea68a1 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2e39a3de0a719d .logged {
  display: none;
}
#a2e39a3de0a719d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a2e39a3de0a719d .fa-search {
  color: #ccc;
}
#a2e39a3de0a719d .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a2e39a3de0a719d .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a2e39a3de0a719d .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a2e39a3de0a719d .quick-menus li:last-child > a::after {
  display: none;
}
#a2e39a3de0a719d .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a2e39a3de0a719d .site-header {
  height: 70px;
}
#a2e39a3de0a719d .uk-navbar-item,
#a2e39a3de0a719d .uk-navbar-nav > li > a,
#a2e39a3de0a719d .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a2e39a3de0a719d .uk-sticky-fixed .uk-navbar-item,
#a2e39a3de0a719d .uk-sticky-fixed .uk-navbar-nav > li > a,
#a2e39a3de0a719d .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a2e39a3de0a719d .uk-navbar-sticky {
  background: #fff;
}
#a2e39a3de0a719d .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a2e39a3de0a719d .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a2e39a3de0a719d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a2e39a3de0a719d .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a2e39a3de0a719d .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a2e39a3de0a719d .sub-menu-title i,
#a2e39a3de0a719d .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a2e39a3de0a719d .menu-list > .menu-item {
  position: relative;
}
#a2e39a3de0a719d .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a2e39a3de0a719d .menu-list > .menu-item:hover > a::after,
#a2e39a3de0a719d .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a2e39a3de0a719d .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a2e39a3de0a719d .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a2e39a3de0a719d .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a2e39a3de0a719d .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a2e39a3de0a719d .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a2e39a3de0a719d .sub-menu-item a:hover {
  color: #07406e;
}
#a2e39a3de0a719d .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a2e39a3de0a719d .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a2e39a3de0a719d .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a2e39a3de0a719d .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a2e39a3de0a719d .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a2e39a3de0a719d .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a2e39a3de0a719d .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a2e39a3de0a719d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a2e39a3de0a719d .logo {
  display: inline-block;
}
#a2e39a3de0a719d .search-box {
  position: relative;
  padding: 10px;
}
#a2e39a3de0a719d .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a2e39a3de0a719d .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a2e39a3de0a719d .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#aab2ca8705a509b .uk-container {
  line-height: 2;
  color: #999;
}
#a2e39a3de0a719d .uk-container {max-width: 1400px;}#a2e39a3de0a719d [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a2e39a3de0a719d [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a0ea6a9fd5af414 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a0ea6a9fd5af414 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a49faa7ca0a48c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a1cd5a2b9bacbca .uk-grid {
  margin-left: 0px;
}
#a1cd5a2b9bacbca .uk-grid > * {
  padding-left: 0px;
}
#a1cd5a2b9bacbca .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1cd5a2b9bacbca .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1cd5a2b9bacbca .uk-position-center-left-out {
    left: -30px;
  }
  #a1cd5a2b9bacbca .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acda4a8c43a5404 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abeada3707a6025 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a9bf6adae5a5c6f > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#aa40ea9341a3ba1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aa92ea2697a25d2 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aa92ea2697a25d2 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a2eb8a9c43af5f0 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a2eb8a9c43af5f0 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aa5cca1195a7f72 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aa5cca1195a7f72 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5506a2109aa00c .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5506a2109aa00c .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a988faf167adb9b , #a988faf167adb9b a{color: rgba(255, 255, 255, 0);}#a2a3aad2cdaff85 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa952a9c2baa728 {
  overflow: hidden;
}
#aa952a9c2baa728 .img-wrap {
  transition: all 0.3s ease-in;
}
#aa952a9c2baa728 .img-wrap:hover {
  transform: scale(1.5);
}
#a04b9a8671a772e {
  overflow: hidden;
}
#a04b9a8671a772e .img-wrap {
  transition: all 0.3s ease-in;
}
#a04b9a8671a772e .img-wrap:hover {
  transform: scale(1.5);
}
#a6690a46c5ada2f , #a6690a46c5ada2f a{color: rgba(255, 255, 255, 0);}#aaf2da26e0aa8e3 , #aaf2da26e0aa8e3 a{color: rgba(255, 255, 255, 0);}#adccba813fa5312 , #adccba813fa5312 a{color: rgba(255, 255, 255, 0);}#aa7b0a3adfafab5 , #aa7b0a3adfafab5 a{color: rgba(255, 255, 255, 0);}#aba57a6310acb5b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a2836af813af6d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5df5add06a69b8 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2ca0a087ca6c4b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab829a6a20acecd .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a00b4a10a4a5bc3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ac01eab718a125d .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3271aa74ba610a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae8c1a9974a3d30 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3845a59d6a071e > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3845a59d6a071e  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a372aa3756a0fc2 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa2b7a1b30ac624 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa2b7a1b30ac624  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ae195a0f20a1f6b > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa9c4ae8fba7b6e > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa9c4ae8fba7b6e  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a210dadfccab1ca > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#af5ddaa44fa4729 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af5ddaa44fa4729  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a047dab4ffa0a51 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7558aa3eca8d50 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7558aa3eca8d50 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ab9bbaad6caed03 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab9bbaad6caed03 .ele-wrap:hover {background-color: #509c49;}#a53a0ac640af243 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a53a0ac640af243 .ele-wrap:hover {background-color: #509c49;}#afbaea9faaa239b .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#afbaea9faaa239b .ele-wrap:hover {background-color: #509c49;}#ac624a2299a420c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac624a2299a420c .ele-wrap:hover {background-color: #509c49;}#a4d2ba0697a184f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4d2ba0697a184f .ele-wrap:hover {background-color: #509c49;}#a1af8a3127abc29 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a1af8a3127abc29 .ele-wrap:hover {background-color: #509c49;}#a2d6baaf72a7508 , #a2d6baaf72a7508 a{color: rgba(155, 155, 155, 1);}#a944dac03aa74a6 , #a944dac03aa74a6 a{color: rgba(155, 155, 155, 1);}#a6e36a432bab10f , #a6e36a432bab10f a{color: rgba(155, 155, 155, 1);}#aa5e0a64eea2fd3 , #aa5e0a64eea2fd3 a{color: rgba(155, 155, 155, 1);}#aea32a59d3a3619 , #aea32a59d3a3619 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1bb2abe31a9723 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aa766a740ca5bf7 .logged {
  display: none;
}
#aa766a740ca5bf7 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aa766a740ca5bf7 .fa-search {
  color: #ccc;
}
#aa766a740ca5bf7 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aa766a740ca5bf7 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aa766a740ca5bf7 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aa766a740ca5bf7 .quick-menus li:last-child > a::after {
  display: none;
}
#aa766a740ca5bf7 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aa766a740ca5bf7 .site-header {
  height: 70px;
}
#aa766a740ca5bf7 .uk-navbar-item,
#aa766a740ca5bf7 .uk-navbar-nav > li > a,
#aa766a740ca5bf7 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa766a740ca5bf7 .uk-sticky-fixed .uk-navbar-item,
#aa766a740ca5bf7 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aa766a740ca5bf7 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa766a740ca5bf7 .uk-navbar-sticky {
  background: #fff;
}
#aa766a740ca5bf7 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aa766a740ca5bf7 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aa766a740ca5bf7 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa766a740ca5bf7 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aa766a740ca5bf7 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aa766a740ca5bf7 .sub-menu-title i,
#aa766a740ca5bf7 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aa766a740ca5bf7 .menu-list > .menu-item {
  position: relative;
}
#aa766a740ca5bf7 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aa766a740ca5bf7 .menu-list > .menu-item:hover > a::after,
#aa766a740ca5bf7 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aa766a740ca5bf7 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aa766a740ca5bf7 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aa766a740ca5bf7 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aa766a740ca5bf7 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aa766a740ca5bf7 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aa766a740ca5bf7 .sub-menu-item a:hover {
  color: #07406e;
}
#aa766a740ca5bf7 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aa766a740ca5bf7 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aa766a740ca5bf7 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aa766a740ca5bf7 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aa766a740ca5bf7 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aa766a740ca5bf7 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aa766a740ca5bf7 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aa766a740ca5bf7 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aa766a740ca5bf7 .logo {
  display: inline-block;
}
#aa766a740ca5bf7 .search-box {
  position: relative;
  padding: 10px;
}
#aa766a740ca5bf7 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aa766a740ca5bf7 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aa766a740ca5bf7 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#aec5eaaba5a2a76 .uk-container {
  line-height: 2;
  color: #999;
}
#aa766a740ca5bf7 .uk-container {max-width: 1400px;}#aa766a740ca5bf7 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aa766a740ca5bf7 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a16fba38aca9b0d .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a16fba38aca9b0d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#ad15da27f9ae0a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a0d4aa97dba2353 .uk-grid {
  margin-left: 0px;
}
#a0d4aa97dba2353 .uk-grid > * {
  padding-left: 0px;
}
#a0d4aa97dba2353 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0d4aa97dba2353 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0d4aa97dba2353 .uk-position-center-left-out {
    left: -30px;
  }
  #a0d4aa97dba2353 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a46c3a7ceaaf079 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0a2aaf7c5a3fc0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ab43bae1c1a98b0 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a4033a328ca4347 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#af22baaa42a9569 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#af22baaa42a9569 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8db4af0b8a3c8b .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a8db4af0b8a3c8b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a2e33aae6ba0765 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a2e33aae6ba0765 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aa8aea1f9baad04 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aa8aea1f9baad04 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#af9a4a8054a2b4d , #af9a4a8054a2b4d a{color: rgba(255, 255, 255, 0);}#a0beeafd48a4ea0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae028a3eedabdc7 {
  overflow: hidden;
}
#ae028a3eedabdc7 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae028a3eedabdc7 .img-wrap:hover {
  transform: scale(1.5);
}
#a8b81a05a2a1609 {
  overflow: hidden;
}
#a8b81a05a2a1609 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8b81a05a2a1609 .img-wrap:hover {
  transform: scale(1.5);
}
#a484aa33f1a7d20 , #a484aa33f1a7d20 a{color: rgba(255, 255, 255, 0);}#acbfda0d1da45dd , #acbfda0d1da45dd a{color: rgba(255, 255, 255, 0);}#aff1aa77a1a6156 , #aff1aa77a1a6156 a{color: rgba(255, 255, 255, 0);}#a2e4fa74bca17b6 , #a2e4fa74bca17b6 a{color: rgba(255, 255, 255, 0);}#aceaead7bbac730 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#ad4f8a824ca908f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae9bda54a4aeeda .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9928acab7abc7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa52ea669eae7ff .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad984a9aa3a7ca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#add07a463fab53b .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0fa3ac8f1ae434 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3b40ae6dcac433 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a188ca4ee3ad02d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a188ca4ee3ad02d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a058fa964eac90d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2beeaaccfa14ba > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2beeaaccfa14ba  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a5dada7571a6c0d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aad43a12f1a1e91 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aad43a12f1a1e91  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ada63a77b0aaf97 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2679a02d6a8c2f > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2679a02d6a8c2f  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab883af991a1454 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a41fca67a5a2b1f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a41fca67a5a2b1f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a51bba5365a7717 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a51bba5365a7717 .ele-wrap:hover {background-color: #509c49;}#afe41addd3a45b4 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#afe41addd3a45b4 .ele-wrap:hover {background-color: #509c49;}#a473aa2ba9a00b0 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a473aa2ba9a00b0 .ele-wrap:hover {background-color: #509c49;}#a71c9af06ea8385 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a71c9af06ea8385 .ele-wrap:hover {background-color: #509c49;}#a3cf2a9516ac7ae .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a3cf2a9516ac7ae .ele-wrap:hover {background-color: #509c49;}#aef7aa988daf48f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aef7aa988daf48f .ele-wrap:hover {background-color: #509c49;}#af761a08e4a438a , #af761a08e4a438a a{color: rgba(155, 155, 155, 1);}#ad26aa24a7a7ab1 , #ad26aa24a7a7ab1 a{color: rgba(155, 155, 155, 1);}#a2b09a5517a99af , #a2b09a5517a99af a{color: rgba(155, 155, 155, 1);}#a2634aae59a868c , #a2634aae59a868c a{color: rgba(155, 155, 155, 1);}#ad9a0adcafa10dc , #ad9a0adcafa10dc a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a647eaf3b5a5684 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a146eaf749a4c15 .logged {
  display: none;
}
#a146eaf749a4c15 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a146eaf749a4c15 .fa-search {
  color: #ccc;
}
#a146eaf749a4c15 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a146eaf749a4c15 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a146eaf749a4c15 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a146eaf749a4c15 .quick-menus li:last-child > a::after {
  display: none;
}
#a146eaf749a4c15 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a146eaf749a4c15 .site-header {
  height: 70px;
}
#a146eaf749a4c15 .uk-navbar-item,
#a146eaf749a4c15 .uk-navbar-nav > li > a,
#a146eaf749a4c15 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a146eaf749a4c15 .uk-sticky-fixed .uk-navbar-item,
#a146eaf749a4c15 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a146eaf749a4c15 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a146eaf749a4c15 .uk-navbar-sticky {
  background: #fff;
}
#a146eaf749a4c15 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a146eaf749a4c15 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a146eaf749a4c15 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a146eaf749a4c15 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a146eaf749a4c15 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a146eaf749a4c15 .sub-menu-title i,
#a146eaf749a4c15 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a146eaf749a4c15 .menu-list > .menu-item {
  position: relative;
}
#a146eaf749a4c15 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a146eaf749a4c15 .menu-list > .menu-item:hover > a::after,
#a146eaf749a4c15 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a146eaf749a4c15 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a146eaf749a4c15 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a146eaf749a4c15 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a146eaf749a4c15 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a146eaf749a4c15 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a146eaf749a4c15 .sub-menu-item a:hover {
  color: #07406e;
}
#a146eaf749a4c15 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a146eaf749a4c15 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a146eaf749a4c15 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a146eaf749a4c15 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a146eaf749a4c15 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a146eaf749a4c15 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a146eaf749a4c15 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a146eaf749a4c15 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a146eaf749a4c15 .logo {
  display: inline-block;
}
#a146eaf749a4c15 .search-box {
  position: relative;
  padding: 10px;
}
#a146eaf749a4c15 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a146eaf749a4c15 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a146eaf749a4c15 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a89fdac88ca6667 .uk-container {
  line-height: 2;
  color: #999;
}
#a146eaf749a4c15 .uk-container {max-width: 1400px;}#a146eaf749a4c15 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a146eaf749a4c15 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a1bfbac525a7d53 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a1bfbac525a7d53 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#affcfad67caad04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a4449adec2a695b .uk-grid {
  margin-left: 0px;
}
#a4449adec2a695b .uk-grid > * {
  padding-left: 0px;
}
#a4449adec2a695b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4449adec2a695b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4449adec2a695b .uk-position-center-left-out {
    left: -30px;
  }
  #a4449adec2a695b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1bd1a92aba8e4f .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1c08a1fbdade4d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#afd01acb25af341 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a9d1ca63dca06ae a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a5f9facac4a69bd .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5f9facac4a69bd .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#affcaa74dea4cbc .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#affcaa74dea4cbc .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ac64fa7012adaae .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ac64fa7012adaae .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6115ad4b3aa179 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6115ad4b3aa179 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aff97a5028af3b9 , #aff97a5028af3b9 a{color: rgba(255, 255, 255, 0);}#ad0b0a8a6ba433b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a76dca975aa6955 {
  overflow: hidden;
}
#a76dca975aa6955 .img-wrap {
  transition: all 0.3s ease-in;
}
#a76dca975aa6955 .img-wrap:hover {
  transform: scale(1.5);
}
#ab5bfac484acf53 {
  overflow: hidden;
}
#ab5bfac484acf53 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab5bfac484acf53 .img-wrap:hover {
  transform: scale(1.5);
}
#a9919ae0c2a8149 , #a9919ae0c2a8149 a{color: rgba(255, 255, 255, 0);}#a132da0425a13ed , #a132da0425a13ed a{color: rgba(255, 255, 255, 0);}#aee3caa359a2c69 , #aee3caa359a2c69 a{color: rgba(255, 255, 255, 0);}#a921fa3559a8b53 , #a921fa3559a8b53 a{color: rgba(255, 255, 255, 0);}#a0947a5f43a1ee8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a76a7a460ea3320 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab2dda3edca7d5b .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa2b0acae1af4ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a98ebad827a1d5b .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afa9eacb27a3cde > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae536ac23da545a .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4974ad802a4116 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ada1aafc0eae793 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a72b3a5d82a9e37 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a72b3a5d82a9e37  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ad3b2af4daa3b15 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0303a19eca026a > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a0303a19eca026a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1e21a7b2ca8def > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a98b1aad9dad098 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a98b1aad9dad098  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a07eead768a8dc0 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a191ca45f4a8c8a > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a191ca45f4a8c8a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ad7aca4d8aac0c1 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4742a9f39a1cde .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a4742a9f39a1cde .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a957ba5477a2a91 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a957ba5477a2a91 .ele-wrap:hover {background-color: #509c49;}#af43caee0aafdff .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af43caee0aafdff .ele-wrap:hover {background-color: #509c49;}#a5631a398ca2b54 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5631a398ca2b54 .ele-wrap:hover {background-color: #509c49;}#ad539a21b3aeb4c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad539a21b3aeb4c .ele-wrap:hover {background-color: #509c49;}#a769ca36bfa616f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a769ca36bfa616f .ele-wrap:hover {background-color: #509c49;}#a2ca4acaafa92dc .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a2ca4acaafa92dc .ele-wrap:hover {background-color: #509c49;}#ab3cfa66d6a5572 , #ab3cfa66d6a5572 a{color: rgba(155, 155, 155, 1);}#a6c62a3486aa615 , #a6c62a3486aa615 a{color: rgba(155, 155, 155, 1);}#a90ddad17ba441c , #a90ddad17ba441c a{color: rgba(155, 155, 155, 1);}#a1344ace6aaab1b , #a1344ace6aaab1b a{color: rgba(155, 155, 155, 1);}#ab79ca6bc0a0c2e , #ab79ca6bc0a0c2e a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac033af41da3556 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a4578ad074a0862 .logged {
  display: none;
}
#a4578ad074a0862 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a4578ad074a0862 .fa-search {
  color: #ccc;
}
#a4578ad074a0862 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a4578ad074a0862 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a4578ad074a0862 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a4578ad074a0862 .quick-menus li:last-child > a::after {
  display: none;
}
#a4578ad074a0862 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a4578ad074a0862 .site-header {
  height: 70px;
}
#a4578ad074a0862 .uk-navbar-item,
#a4578ad074a0862 .uk-navbar-nav > li > a,
#a4578ad074a0862 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a4578ad074a0862 .uk-sticky-fixed .uk-navbar-item,
#a4578ad074a0862 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a4578ad074a0862 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a4578ad074a0862 .uk-navbar-sticky {
  background: #fff;
}
#a4578ad074a0862 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a4578ad074a0862 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a4578ad074a0862 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4578ad074a0862 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a4578ad074a0862 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a4578ad074a0862 .sub-menu-title i,
#a4578ad074a0862 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a4578ad074a0862 .menu-list > .menu-item {
  position: relative;
}
#a4578ad074a0862 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a4578ad074a0862 .menu-list > .menu-item:hover > a::after,
#a4578ad074a0862 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a4578ad074a0862 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a4578ad074a0862 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a4578ad074a0862 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a4578ad074a0862 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a4578ad074a0862 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a4578ad074a0862 .sub-menu-item a:hover {
  color: #07406e;
}
#a4578ad074a0862 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a4578ad074a0862 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a4578ad074a0862 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a4578ad074a0862 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a4578ad074a0862 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a4578ad074a0862 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a4578ad074a0862 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a4578ad074a0862 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a4578ad074a0862 .logo {
  display: inline-block;
}
#a4578ad074a0862 .search-box {
  position: relative;
  padding: 10px;
}
#a4578ad074a0862 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a4578ad074a0862 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a4578ad074a0862 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a4e3ea70a5a8bf5 .uk-container {
  line-height: 2;
  color: #999;
}
#a4578ad074a0862 .uk-container {max-width: 1400px;}#a4578ad074a0862 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a4578ad074a0862 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a8ccbaabe6a48b8 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a8ccbaabe6a48b8 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a0e58a76f8a5120 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a7064a5613a49fe .uk-grid {
  margin-left: 0px;
}
#a7064a5613a49fe .uk-grid > * {
  padding-left: 0px;
}
#a7064a5613a49fe .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7064a5613a49fe .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7064a5613a49fe .uk-position-center-left-out {
    left: -30px;
  }
  #a7064a5613a49fe .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0642a6b8fa98fc .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a793ca109fae179 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#aee56a185badfbe > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a733ca2786a20cf a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a76a1a29d4ad649 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a76a1a29d4ad649 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9981a59d9a1902 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9981a59d9a1902 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae032aa39eae98f .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ae032aa39eae98f .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#af179a9b30a2dd2 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#af179a9b30a2dd2 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#afbeda10efa7fc8 , #afbeda10efa7fc8 a{color: rgba(255, 255, 255, 0);}#a229ca08f3a63be > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ff9acfd0a151c {
  overflow: hidden;
}
#a1ff9acfd0a151c .img-wrap {
  transition: all 0.3s ease-in;
}
#a1ff9acfd0a151c .img-wrap:hover {
  transform: scale(1.5);
}
#ae4ada1062a5e12 {
  overflow: hidden;
}
#ae4ada1062a5e12 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae4ada1062a5e12 .img-wrap:hover {
  transform: scale(1.5);
}
#ab2d5a5746af3a9 , #ab2d5a5746af3a9 a{color: rgba(255, 255, 255, 0);}#a941fa8763a6753 , #a941fa8763a6753 a{color: rgba(255, 255, 255, 0);}#ae589a24e3a8a5b , #ae589a24e3a8a5b a{color: rgba(255, 255, 255, 0);}#aab2bab125ab1ae , #aab2bab125ab1ae a{color: rgba(255, 255, 255, 0);}#a859ea71f0a450f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a8f6fa756ba8149 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#accc6a6cf7ae38a .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a18b1a0312a92d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2e44ab06fa8465 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5f93adf69a7f46 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a385cac74ea7a80 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7f05ae846adfc4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a91f3a5b1eaad19 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa9dda6494a6c0b > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa9dda6494a6c0b  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8021a7b34a8352 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9cdbabb82a3090 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9cdbabb82a3090  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab6dda29abad131 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a13c7a5c3da47f2 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a13c7a5c3da47f2  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aaaeca3a3cab8fb > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#af1e1a8df9aa038 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af1e1a8df9aa038  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aad6aaf359a94a8 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a220aa0d75a3a4d .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a220aa0d75a3a4d .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7615ae2b3adc01 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a7615ae2b3adc01 .ele-wrap:hover {background-color: #509c49;}#adcb8afa3cafc16 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#adcb8afa3cafc16 .ele-wrap:hover {background-color: #509c49;}#a552fa8711a6257 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a552fa8711a6257 .ele-wrap:hover {background-color: #509c49;}#a6aa0a475facfba .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6aa0a475facfba .ele-wrap:hover {background-color: #509c49;}#a9df5ae0c0a37fe .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a9df5ae0c0a37fe .ele-wrap:hover {background-color: #509c49;}#abc9ba4e6ca4865 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#abc9ba4e6ca4865 .ele-wrap:hover {background-color: #509c49;}#adc3ba8e4faf4f1 , #adc3ba8e4faf4f1 a{color: rgba(155, 155, 155, 1);}#a3e5ea54fea3ca3 , #a3e5ea54fea3ca3 a{color: rgba(155, 155, 155, 1);}#a2c22a9956a420d , #a2c22a9956a420d a{color: rgba(155, 155, 155, 1);}#aefcfa8a5ca5a31 , #aefcfa8a5ca5a31 a{color: rgba(155, 155, 155, 1);}#a84f9a7f51af5f2 , #a84f9a7f51af5f2 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5350a9412ab446 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ae435a7057a42ca .logged {
  display: none;
}
#ae435a7057a42ca .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae435a7057a42ca .fa-search {
  color: #ccc;
}
#ae435a7057a42ca .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ae435a7057a42ca .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae435a7057a42ca .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ae435a7057a42ca .quick-menus li:last-child > a::after {
  display: none;
}
#ae435a7057a42ca .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae435a7057a42ca .site-header {
  height: 70px;
}
#ae435a7057a42ca .uk-navbar-item,
#ae435a7057a42ca .uk-navbar-nav > li > a,
#ae435a7057a42ca .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae435a7057a42ca .uk-sticky-fixed .uk-navbar-item,
#ae435a7057a42ca .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae435a7057a42ca .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae435a7057a42ca .uk-navbar-sticky {
  background: #fff;
}
#ae435a7057a42ca .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ae435a7057a42ca .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ae435a7057a42ca .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae435a7057a42ca .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ae435a7057a42ca .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ae435a7057a42ca .sub-menu-title i,
#ae435a7057a42ca .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae435a7057a42ca .menu-list > .menu-item {
  position: relative;
}
#ae435a7057a42ca .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ae435a7057a42ca .menu-list > .menu-item:hover > a::after,
#ae435a7057a42ca .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ae435a7057a42ca .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ae435a7057a42ca .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ae435a7057a42ca .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ae435a7057a42ca .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ae435a7057a42ca .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ae435a7057a42ca .sub-menu-item a:hover {
  color: #07406e;
}
#ae435a7057a42ca .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ae435a7057a42ca .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ae435a7057a42ca .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae435a7057a42ca .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ae435a7057a42ca .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ae435a7057a42ca .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ae435a7057a42ca .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ae435a7057a42ca .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ae435a7057a42ca .logo {
  display: inline-block;
}
#ae435a7057a42ca .search-box {
  position: relative;
  padding: 10px;
}
#ae435a7057a42ca .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ae435a7057a42ca .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ae435a7057a42ca .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a48ada5a9fae07a .uk-container {
  line-height: 2;
  color: #999;
}
#ae435a7057a42ca .uk-container {max-width: 1400px;}#ae435a7057a42ca [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ae435a7057a42ca [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a61d3a6c94a94d1 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a61d3a6c94a94d1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a920aa4a0cac193 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a0c92a02efa8269 .uk-grid {
  margin-left: 0px;
}
#a0c92a02efa8269 .uk-grid > * {
  padding-left: 0px;
}
#a0c92a02efa8269 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0c92a02efa8269 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0c92a02efa8269 .uk-position-center-left-out {
    left: -30px;
  }
  #a0c92a02efa8269 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8978ad1d8ac81a .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a86ccab996a2425 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a0734a35faa7403 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a6020aacb5a8560 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a51b0a3a00afd84 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a51b0a3a00afd84 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#acb2cac1ffa1d18 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#acb2cac1ffa1d18 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0841ab0c1ab662 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a0841ab0c1ab662 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a1f42ace4baee94 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a1f42ace4baee94 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6e3faad51aa167 , #a6e3faad51aa167 a{color: rgba(255, 255, 255, 0);}#a53e6ad571ac879 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a319dad0dea62b4 {
  overflow: hidden;
}
#a319dad0dea62b4 .img-wrap {
  transition: all 0.3s ease-in;
}
#a319dad0dea62b4 .img-wrap:hover {
  transform: scale(1.5);
}
#a7278aa75aa7402 {
  overflow: hidden;
}
#a7278aa75aa7402 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7278aa75aa7402 .img-wrap:hover {
  transform: scale(1.5);
}
#ac2afabef0a5a71 , #ac2afabef0a5a71 a{color: rgba(255, 255, 255, 0);}#ae9aba6cb6a72bb , #ae9aba6cb6a72bb a{color: rgba(255, 255, 255, 0);}#ac947a4c61a4674 , #ac947a4c61a4674 a{color: rgba(255, 255, 255, 0);}#aa8d8a9c31a7f0c , #aa8d8a9c31a7f0c a{color: rgba(255, 255, 255, 0);}#a1193ad306acbf4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aed1bad87eae638 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a08f3aee1ba5746 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a54eba47e5ab363 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1582a8e86a1dbd .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac992a411fa8c98 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4237a3261aaaad .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab006ab7cca8226 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#adfbcadb89ae000 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a794ca2d63a0e07 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a794ca2d63a0e07  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#acda7a716ca08e4 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a514bacad4ad0df > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a514bacad4ad0df  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a73d4a0bc2a19b6 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a85e3ac01dac52d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a85e3ac01dac52d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a5dc6a821ea79d0 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a898ea298ca0341 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a898ea298ca0341  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8b80a5a4aa57e3 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2f98a6aeca30e8 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a2f98a6aeca30e8 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a8aa9a5364afd48 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a8aa9a5364afd48 .ele-wrap:hover {background-color: #509c49;}#a2450a2f91a74fa .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a2450a2f91a74fa .ele-wrap:hover {background-color: #509c49;}#a7652a6524a87d1 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a7652a6524a87d1 .ele-wrap:hover {background-color: #509c49;}#af6b9a536aa13b9 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af6b9a536aa13b9 .ele-wrap:hover {background-color: #509c49;}#af061a2635add6f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af061a2635add6f .ele-wrap:hover {background-color: #509c49;}#a227cae5e3a8d70 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a227cae5e3a8d70 .ele-wrap:hover {background-color: #509c49;}#a685eadf6baa559 , #a685eadf6baa559 a{color: rgba(155, 155, 155, 1);}#aaa8faad4ea924e , #aaa8faad4ea924e a{color: rgba(155, 155, 155, 1);}#a85eeab065aba6f , #a85eeab065aba6f a{color: rgba(155, 155, 155, 1);}#a15dba6f7aa46c1 , #a15dba6f7aa46c1 a{color: rgba(155, 155, 155, 1);}#a69afaa555ae0cf , #a69afaa555ae0cf a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5605ab182a1d0c .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7ab7a5ee0acd8e .logged {
  display: none;
}
#a7ab7a5ee0acd8e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a7ab7a5ee0acd8e .fa-search {
  color: #ccc;
}
#a7ab7a5ee0acd8e .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a7ab7a5ee0acd8e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a7ab7a5ee0acd8e .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a7ab7a5ee0acd8e .quick-menus li:last-child > a::after {
  display: none;
}
#a7ab7a5ee0acd8e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a7ab7a5ee0acd8e .site-header {
  height: 70px;
}
#a7ab7a5ee0acd8e .uk-navbar-item,
#a7ab7a5ee0acd8e .uk-navbar-nav > li > a,
#a7ab7a5ee0acd8e .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7ab7a5ee0acd8e .uk-sticky-fixed .uk-navbar-item,
#a7ab7a5ee0acd8e .uk-sticky-fixed .uk-navbar-nav > li > a,
#a7ab7a5ee0acd8e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7ab7a5ee0acd8e .uk-navbar-sticky {
  background: #fff;
}
#a7ab7a5ee0acd8e .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a7ab7a5ee0acd8e .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a7ab7a5ee0acd8e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7ab7a5ee0acd8e .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a7ab7a5ee0acd8e .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a7ab7a5ee0acd8e .sub-menu-title i,
#a7ab7a5ee0acd8e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a7ab7a5ee0acd8e .menu-list > .menu-item {
  position: relative;
}
#a7ab7a5ee0acd8e .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a7ab7a5ee0acd8e .menu-list > .menu-item:hover > a::after,
#a7ab7a5ee0acd8e .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a7ab7a5ee0acd8e .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a7ab7a5ee0acd8e .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a7ab7a5ee0acd8e .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a7ab7a5ee0acd8e .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a7ab7a5ee0acd8e .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a7ab7a5ee0acd8e .sub-menu-item a:hover {
  color: #07406e;
}
#a7ab7a5ee0acd8e .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a7ab7a5ee0acd8e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a7ab7a5ee0acd8e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a7ab7a5ee0acd8e .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a7ab7a5ee0acd8e .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a7ab7a5ee0acd8e .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a7ab7a5ee0acd8e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a7ab7a5ee0acd8e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a7ab7a5ee0acd8e .logo {
  display: inline-block;
}
#a7ab7a5ee0acd8e .search-box {
  position: relative;
  padding: 10px;
}
#a7ab7a5ee0acd8e .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a7ab7a5ee0acd8e .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a7ab7a5ee0acd8e .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#af653ac950a2e31 .uk-container {
  line-height: 2;
  color: #999;
}
#a7ab7a5ee0acd8e .uk-container {max-width: 1400px;}#a7ab7a5ee0acd8e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a7ab7a5ee0acd8e [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ac434a2c83ae713 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#ac434a2c83ae713 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#adb30a9243a9acb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a064da48f7a38a9 .uk-grid {
  margin-left: 0px;
}
#a064da48f7a38a9 .uk-grid > * {
  padding-left: 0px;
}
#a064da48f7a38a9 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a064da48f7a38a9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a064da48f7a38a9 .uk-position-center-left-out {
    left: -30px;
  }
  #a064da48f7a38a9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab0d0a84dbac54b .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a43e0acefbac6ae > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#adccfadcf2a6ff9 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a343aaf7c2ab7ca a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#af6c9a3911a3348 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#af6c9a3911a3348 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a02dbaac04a0cfe .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a02dbaac04a0cfe .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a618aac0e0a7276 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a618aac0e0a7276 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad6c4a4039a6bc4 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ad6c4a4039a6bc4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a7713aec95a0611 , #a7713aec95a0611 a{color: rgba(255, 255, 255, 0);}#af271aee1aab329 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2f12ae234a57f1 {
  overflow: hidden;
}
#a2f12ae234a57f1 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2f12ae234a57f1 .img-wrap:hover {
  transform: scale(1.5);
}
#a85a5a9c24a415b {
  overflow: hidden;
}
#a85a5a9c24a415b .img-wrap {
  transition: all 0.3s ease-in;
}
#a85a5a9c24a415b .img-wrap:hover {
  transform: scale(1.5);
}
#a54d6a0092a5830 , #a54d6a0092a5830 a{color: rgba(255, 255, 255, 0);}#a7d28a04e8ac3b6 , #a7d28a04e8ac3b6 a{color: rgba(255, 255, 255, 0);}#a789eaa04faf336 , #a789eaa04faf336 a{color: rgba(255, 255, 255, 0);}#a978fadbb1aa245 , #a978fadbb1aa245 a{color: rgba(255, 255, 255, 0);}#a3d7da51a1ad0a9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#ae183a8225a9754 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a0d61a255fa708f .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5a80aa4e5af89a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af445a2131af3c6 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6baea2e25afc85 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#adf2fabac5ad865 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a832fae0d9a1f61 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a7f42aa504a422b .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a290da6393a2ba0 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a290da6393a2ba0  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ac58eae096aee0e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0c7caf950ad775 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a0c7caf950ad775  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1fb6a6144a84c9 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aba32aed9cae284 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aba32aed9cae284  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ad09ca8aeaa1587 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a687ea1eebabf71 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a687ea1eebabf71  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#acceeab2e4a0644 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#abc2cafb4dab4ac .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#abc2cafb4dab4ac .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#adcf9a927bac1aa .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#adcf9a927bac1aa .ele-wrap:hover {background-color: #509c49;}#adc4da119bafc78 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#adc4da119bafc78 .ele-wrap:hover {background-color: #509c49;}#ab164aba65a767e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab164aba65a767e .ele-wrap:hover {background-color: #509c49;}#a6dd6a9901a1594 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6dd6a9901a1594 .ele-wrap:hover {background-color: #509c49;}#a4d58a744aaba74 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4d58a744aaba74 .ele-wrap:hover {background-color: #509c49;}#add80ac4dea21c9 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#add80ac4dea21c9 .ele-wrap:hover {background-color: #509c49;}#a3473afcfeaccee , #a3473afcfeaccee a{color: rgba(155, 155, 155, 1);}#a47afa75bfaad36 , #a47afa75bfaad36 a{color: rgba(155, 155, 155, 1);}#a1311a78dfa9421 , #a1311a78dfa9421 a{color: rgba(155, 155, 155, 1);}#afbb1a43c5a73bc , #afbb1a43c5a73bc a{color: rgba(155, 155, 155, 1);}#a0119a93efab852 , #a0119a93efab852 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3109ac78bac946 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#afaf4acbd4a021f .logged {
  display: none;
}
#afaf4acbd4a021f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#afaf4acbd4a021f .fa-search {
  color: #ccc;
}
#afaf4acbd4a021f .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#afaf4acbd4a021f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afaf4acbd4a021f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#afaf4acbd4a021f .quick-menus li:last-child > a::after {
  display: none;
}
#afaf4acbd4a021f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#afaf4acbd4a021f .site-header {
  height: 70px;
}
#afaf4acbd4a021f .uk-navbar-item,
#afaf4acbd4a021f .uk-navbar-nav > li > a,
#afaf4acbd4a021f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#afaf4acbd4a021f .uk-sticky-fixed .uk-navbar-item,
#afaf4acbd4a021f .uk-sticky-fixed .uk-navbar-nav > li > a,
#afaf4acbd4a021f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#afaf4acbd4a021f .uk-navbar-sticky {
  background: #fff;
}
#afaf4acbd4a021f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#afaf4acbd4a021f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#afaf4acbd4a021f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afaf4acbd4a021f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#afaf4acbd4a021f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#afaf4acbd4a021f .sub-menu-title i,
#afaf4acbd4a021f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#afaf4acbd4a021f .menu-list > .menu-item {
  position: relative;
}
#afaf4acbd4a021f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#afaf4acbd4a021f .menu-list > .menu-item:hover > a::after,
#afaf4acbd4a021f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#afaf4acbd4a021f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#afaf4acbd4a021f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#afaf4acbd4a021f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#afaf4acbd4a021f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#afaf4acbd4a021f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#afaf4acbd4a021f .sub-menu-item a:hover {
  color: #07406e;
}
#afaf4acbd4a021f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#afaf4acbd4a021f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#afaf4acbd4a021f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#afaf4acbd4a021f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#afaf4acbd4a021f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#afaf4acbd4a021f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#afaf4acbd4a021f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#afaf4acbd4a021f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#afaf4acbd4a021f .logo {
  display: inline-block;
}
#afaf4acbd4a021f .search-box {
  position: relative;
  padding: 10px;
}
#afaf4acbd4a021f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#afaf4acbd4a021f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#afaf4acbd4a021f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a74eda3939a1cc7 .uk-container {
  line-height: 2;
  color: #999;
}
#afaf4acbd4a021f .uk-container {max-width: 1400px;}#afaf4acbd4a021f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#afaf4acbd4a021f [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a6942a6006a981e .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a6942a6006a981e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a8cfca4f5fab9b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a46fca3fbea8477 .uk-grid {
  margin-left: 0px;
}
#a46fca3fbea8477 .uk-grid > * {
  padding-left: 0px;
}
#a46fca3fbea8477 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a46fca3fbea8477 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a46fca3fbea8477 .uk-position-center-left-out {
    left: -30px;
  }
  #a46fca3fbea8477 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4324afce1a4c23 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afe5aacea0af721 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a16baa2026adbeb > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a5b97a9df3ac520 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#aaa44ae789ab3ed .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aaa44ae789ab3ed .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6d99ab289add85 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6d99ab289add85 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0c04ac443a2dce .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a0c04ac443a2dce .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#adfa4aecfbae272 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#adfa4aecfbae272 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad244a8341a1c3d , #ad244a8341a1c3d a{color: rgba(255, 255, 255, 0);}#a7ca6aac11a1b40 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca3caa3d7aebbf {
  overflow: hidden;
}
#aca3caa3d7aebbf .img-wrap {
  transition: all 0.3s ease-in;
}
#aca3caa3d7aebbf .img-wrap:hover {
  transform: scale(1.5);
}
#ad4dcaa2b2aedf8 {
  overflow: hidden;
}
#ad4dcaa2b2aedf8 .img-wrap {
  transition: all 0.3s ease-in;
}
#ad4dcaa2b2aedf8 .img-wrap:hover {
  transform: scale(1.5);
}
#a9bfea6bc3a99c1 , #a9bfea6bc3a99c1 a{color: rgba(255, 255, 255, 0);}#a17f8ad684a20c5 , #a17f8ad684a20c5 a{color: rgba(255, 255, 255, 0);}#ad6f2a3351a340b , #ad6f2a3351a340b a{color: rgba(255, 255, 255, 0);}#acc01a46a6ae043 , #acc01a46a6ae043 a{color: rgba(255, 255, 255, 0);}#ab1c6a8102a3681 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#af3f7acc6aaeaba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6c17a6da0a3295 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab20fab828a2528 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af3c7adb60a3a27 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4a54a28c9a7160 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#afd89a0267aba5d .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a972ba95c3afc05 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a0f6ba986aa62af .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4950a3324a410b > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4950a3324a410b  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a61dca7e0fa3985 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aaac8a5bdaa133a > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aaac8a5bdaa133a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ae541aeb12a3996 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a66c1aefd6a0b71 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a66c1aefd6a0b71  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab16aaae70acc63 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#af437a92f5a5249 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af437a92f5a5249  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ade77a634aa7d64 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8f4aa5c9fa9866 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a8f4aa5c9fa9866 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aa7a9a7b65a870a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aa7a9a7b65a870a .ele-wrap:hover {background-color: #509c49;}#a0732a65eca5e31 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0732a65eca5e31 .ele-wrap:hover {background-color: #509c49;}#a6720a7902ac5cd .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6720a7902ac5cd .ele-wrap:hover {background-color: #509c49;}#a567aad9b8a4f58 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a567aad9b8a4f58 .ele-wrap:hover {background-color: #509c49;}#a9115acfbbaed71 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a9115acfbbaed71 .ele-wrap:hover {background-color: #509c49;}#afe8aa4e75ab481 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#afe8aa4e75ab481 .ele-wrap:hover {background-color: #509c49;}#a9e48a706eaf12b , #a9e48a706eaf12b a{color: rgba(155, 155, 155, 1);}#acdd7a86b9ae2dc , #acdd7a86b9ae2dc a{color: rgba(155, 155, 155, 1);}#a0201ae557a79c0 , #a0201ae557a79c0 a{color: rgba(155, 155, 155, 1);}#a27eaafe14a3afa , #a27eaafe14a3afa a{color: rgba(155, 155, 155, 1);}#acfe4a79acab60b , #acfe4a79acab60b a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3467abfbda957d .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3e7da4c62aeb5e .logged {
  display: none;
}
#a3e7da4c62aeb5e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a3e7da4c62aeb5e .fa-search {
  color: #ccc;
}
#a3e7da4c62aeb5e .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a3e7da4c62aeb5e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3e7da4c62aeb5e .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a3e7da4c62aeb5e .quick-menus li:last-child > a::after {
  display: none;
}
#a3e7da4c62aeb5e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a3e7da4c62aeb5e .site-header {
  height: 70px;
}
#a3e7da4c62aeb5e .uk-navbar-item,
#a3e7da4c62aeb5e .uk-navbar-nav > li > a,
#a3e7da4c62aeb5e .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3e7da4c62aeb5e .uk-sticky-fixed .uk-navbar-item,
#a3e7da4c62aeb5e .uk-sticky-fixed .uk-navbar-nav > li > a,
#a3e7da4c62aeb5e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3e7da4c62aeb5e .uk-navbar-sticky {
  background: #fff;
}
#a3e7da4c62aeb5e .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a3e7da4c62aeb5e .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a3e7da4c62aeb5e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3e7da4c62aeb5e .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a3e7da4c62aeb5e .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a3e7da4c62aeb5e .sub-menu-title i,
#a3e7da4c62aeb5e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a3e7da4c62aeb5e .menu-list > .menu-item {
  position: relative;
}
#a3e7da4c62aeb5e .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a3e7da4c62aeb5e .menu-list > .menu-item:hover > a::after,
#a3e7da4c62aeb5e .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a3e7da4c62aeb5e .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a3e7da4c62aeb5e .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a3e7da4c62aeb5e .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a3e7da4c62aeb5e .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a3e7da4c62aeb5e .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a3e7da4c62aeb5e .sub-menu-item a:hover {
  color: #07406e;
}
#a3e7da4c62aeb5e .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a3e7da4c62aeb5e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a3e7da4c62aeb5e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a3e7da4c62aeb5e .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a3e7da4c62aeb5e .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a3e7da4c62aeb5e .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a3e7da4c62aeb5e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a3e7da4c62aeb5e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a3e7da4c62aeb5e .logo {
  display: inline-block;
}
#a3e7da4c62aeb5e .search-box {
  position: relative;
  padding: 10px;
}
#a3e7da4c62aeb5e .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a3e7da4c62aeb5e .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a3e7da4c62aeb5e .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ad3f5a935da9648 .uk-container {
  line-height: 2;
  color: #999;
}
#a3e7da4c62aeb5e .uk-container {max-width: 1400px;}#a3e7da4c62aeb5e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a3e7da4c62aeb5e [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ac0cea6e28a290a .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#ac0cea6e28a290a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a6a45a1310ae6c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#addbba5da3a88f6 .uk-grid {
  margin-left: 0px;
}
#addbba5da3a88f6 .uk-grid > * {
  padding-left: 0px;
}
#addbba5da3a88f6 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#addbba5da3a88f6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #addbba5da3a88f6 .uk-position-center-left-out {
    left: -30px;
  }
  #addbba5da3a88f6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07e2a67c1a6345 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae26ea4fbdabff5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a6240a5f9aa491c > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a2b86a9e17a8f24 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#af08baa929a25b9 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#af08baa929a25b9 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a4608a30b1a9880 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a4608a30b1a9880 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a11cfad783a78bc .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a11cfad783a78bc .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a481ba4fdcad3c6 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a481ba4fdcad3c6 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aa0e2a633ca73dc , #aa0e2a633ca73dc a{color: rgba(255, 255, 255, 0);}#a6ea8aa919af212 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4928a09a4af7a2 {
  overflow: hidden;
}
#a4928a09a4af7a2 .img-wrap {
  transition: all 0.3s ease-in;
}
#a4928a09a4af7a2 .img-wrap:hover {
  transform: scale(1.5);
}
#a48f0ad014a74a8 {
  overflow: hidden;
}
#a48f0ad014a74a8 .img-wrap {
  transition: all 0.3s ease-in;
}
#a48f0ad014a74a8 .img-wrap:hover {
  transform: scale(1.5);
}
#adf16acb0ca16f2 , #adf16acb0ca16f2 a{color: rgba(255, 255, 255, 0);}#a0c88a4051a6d09 , #a0c88a4051a6d09 a{color: rgba(255, 255, 255, 0);}#aba92a86fea2161 , #aba92a86fea2161 a{color: rgba(255, 255, 255, 0);}#a0507acfa9aaf7b , #a0507acfa9aaf7b a{color: rgba(255, 255, 255, 0);}#ac0d0a7568a331c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#ad7f2a3650af4e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a32d0a5157a2d03 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aadeda4bc9a156a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad0f2abdf7ac3ea .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac7f5ac9a7a9367 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a7b66a81a5a71bc .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a654dabff7a56c1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a0b76af2d7adf67 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aecd1a6e3cadcd2 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aecd1a6e3cadcd2  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8f68a6365a2cd2 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa7d0ab3d9a948b > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa7d0ab3d9a948b  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a0044aa1d7a1117 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6202af9d1aea73 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6202af9d1aea73  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a757aac212af9fb > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#af7b5ab801ac7b9 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af7b5ab801ac7b9  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aaed2a3306a34be > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aca8ba33ffa2b09 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aca8ba33ffa2b09 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#afc8da5171ac8f9 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#afc8da5171ac8f9 .ele-wrap:hover {background-color: #509c49;}#af9d6aba60aa85a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af9d6aba60aa85a .ele-wrap:hover {background-color: #509c49;}#ab11da0b1faaf63 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab11da0b1faaf63 .ele-wrap:hover {background-color: #509c49;}#a0f43a43bfa2a26 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0f43a43bfa2a26 .ele-wrap:hover {background-color: #509c49;}#a5202aa7d1a0216 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5202aa7d1a0216 .ele-wrap:hover {background-color: #509c49;}#a7940a79bda363a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a7940a79bda363a .ele-wrap:hover {background-color: #509c49;}#a94cca0eaeade3e , #a94cca0eaeade3e a{color: rgba(155, 155, 155, 1);}#a7479aaa40a1833 , #a7479aaa40a1833 a{color: rgba(155, 155, 155, 1);}#aa489a5a5dad396 , #aa489a5a5dad396 a{color: rgba(155, 155, 155, 1);}#a23d3ac209a1c2c , #a23d3ac209a1c2c a{color: rgba(155, 155, 155, 1);}#a3bfda3a29a27fe , #a3bfda3a29a27fe a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aab55af202a582e .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a066fafb7ca48c8 .logged {
  display: none;
}
#a066fafb7ca48c8 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a066fafb7ca48c8 .fa-search {
  color: #ccc;
}
#a066fafb7ca48c8 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a066fafb7ca48c8 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a066fafb7ca48c8 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a066fafb7ca48c8 .quick-menus li:last-child > a::after {
  display: none;
}
#a066fafb7ca48c8 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a066fafb7ca48c8 .site-header {
  height: 70px;
}
#a066fafb7ca48c8 .uk-navbar-item,
#a066fafb7ca48c8 .uk-navbar-nav > li > a,
#a066fafb7ca48c8 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a066fafb7ca48c8 .uk-sticky-fixed .uk-navbar-item,
#a066fafb7ca48c8 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a066fafb7ca48c8 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a066fafb7ca48c8 .uk-navbar-sticky {
  background: #fff;
}
#a066fafb7ca48c8 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a066fafb7ca48c8 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a066fafb7ca48c8 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a066fafb7ca48c8 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a066fafb7ca48c8 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a066fafb7ca48c8 .sub-menu-title i,
#a066fafb7ca48c8 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a066fafb7ca48c8 .menu-list > .menu-item {
  position: relative;
}
#a066fafb7ca48c8 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a066fafb7ca48c8 .menu-list > .menu-item:hover > a::after,
#a066fafb7ca48c8 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a066fafb7ca48c8 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a066fafb7ca48c8 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a066fafb7ca48c8 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a066fafb7ca48c8 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a066fafb7ca48c8 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a066fafb7ca48c8 .sub-menu-item a:hover {
  color: #07406e;
}
#a066fafb7ca48c8 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a066fafb7ca48c8 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a066fafb7ca48c8 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a066fafb7ca48c8 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a066fafb7ca48c8 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a066fafb7ca48c8 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a066fafb7ca48c8 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a066fafb7ca48c8 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a066fafb7ca48c8 .logo {
  display: inline-block;
}
#a066fafb7ca48c8 .search-box {
  position: relative;
  padding: 10px;
}
#a066fafb7ca48c8 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a066fafb7ca48c8 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a066fafb7ca48c8 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a91d3a1064a069b .uk-container {
  line-height: 2;
  color: #999;
}
#a066fafb7ca48c8 .uk-container {max-width: 1400px;}#a066fafb7ca48c8 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a066fafb7ca48c8 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a9a5aa5a8ead2e4 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a9a5aa5a8ead2e4 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#aa8a9a95dea3ae3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ac505a19b1abd25 .uk-grid {
  margin-left: 0px;
}
#ac505a19b1abd25 .uk-grid > * {
  padding-left: 0px;
}
#ac505a19b1abd25 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac505a19b1abd25 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac505a19b1abd25 .uk-position-center-left-out {
    left: -30px;
  }
  #ac505a19b1abd25 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5008ab3daa5e08 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7554acbaba32b7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a1140aeb90af7cd > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a19a6a1431ab035 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#abd54a23a3afe85 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#abd54a23a3afe85 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae6acac39dac63d .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ae6acac39dac63d .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aed70a5742a3ccb .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aed70a5742a3ccb .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a4b59ac4b3ab990 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a4b59ac4b3ab990 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aebafaeabaa0054 , #aebafaeabaa0054 a{color: rgba(255, 255, 255, 0);}#a0961a887ca9d1f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9185a60baa9c1f {
  overflow: hidden;
}
#a9185a60baa9c1f .img-wrap {
  transition: all 0.3s ease-in;
}
#a9185a60baa9c1f .img-wrap:hover {
  transform: scale(1.5);
}
#ae180a5792a7e2f {
  overflow: hidden;
}
#ae180a5792a7e2f .img-wrap {
  transition: all 0.3s ease-in;
}
#ae180a5792a7e2f .img-wrap:hover {
  transform: scale(1.5);
}
#ac69ca285da3e62 , #ac69ca285da3e62 a{color: rgba(255, 255, 255, 0);}#ae9a6a0890a2fb5 , #ae9a6a0890a2fb5 a{color: rgba(255, 255, 255, 0);}#a8e45aae13a668e , #a8e45aae13a668e a{color: rgba(255, 255, 255, 0);}#a2b3ca35b8a5943 , #a2b3ca35b8a5943 a{color: rgba(255, 255, 255, 0);}#a8cbfa56e1a165e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#ad386ae7b7a101a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ac5a7a2cb9ae617 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a78a1a8660a560e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a0ab6a03d3a5d10 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1e4dab183a087c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a952ea6b55a13a1 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3830a361aa8544 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aaf1ba033da947d .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8510add75a9201 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8510add75a9201  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8001a34edaf5cd > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a688ca1bfda6432 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a688ca1bfda6432  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a97ceadce3a2fbb > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3c48ad95aa328c > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3c48ad95aa328c  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a378ca9e4eaf964 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aff96a9ff6a8780 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aff96a9ff6a8780  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6509a16e0a5ae8 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac9b7afa46a1639 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac9b7afa46a1639 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a2276a7b6ba7378 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a2276a7b6ba7378 .ele-wrap:hover {background-color: #509c49;}#ae684a69b3ab8ae .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae684a69b3ab8ae .ele-wrap:hover {background-color: #509c49;}#ad8e8a9142ab7f8 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad8e8a9142ab7f8 .ele-wrap:hover {background-color: #509c49;}#a1312aa6d4a6ef3 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a1312aa6d4a6ef3 .ele-wrap:hover {background-color: #509c49;}#a9574a292ea8ac4 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a9574a292ea8ac4 .ele-wrap:hover {background-color: #509c49;}#aba25a5da7ae537 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aba25a5da7ae537 .ele-wrap:hover {background-color: #509c49;}#ac62daa31da047a , #ac62daa31da047a a{color: rgba(155, 155, 155, 1);}#adef1ae7fdaf914 , #adef1ae7fdaf914 a{color: rgba(155, 155, 155, 1);}#abbf8ac537a9a69 , #abbf8ac537a9a69 a{color: rgba(155, 155, 155, 1);}#a4feea37f8a9c30 , #a4feea37f8a9c30 a{color: rgba(155, 155, 155, 1);}#a7836ae890a550f , #a7836ae890a550f a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a65baa7311ac5c4 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aa30fa24a5aa37e .logged {
  display: none;
}
#aa30fa24a5aa37e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aa30fa24a5aa37e .fa-search {
  color: #ccc;
}
#aa30fa24a5aa37e .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aa30fa24a5aa37e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aa30fa24a5aa37e .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aa30fa24a5aa37e .quick-menus li:last-child > a::after {
  display: none;
}
#aa30fa24a5aa37e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aa30fa24a5aa37e .site-header {
  height: 70px;
}
#aa30fa24a5aa37e .uk-navbar-item,
#aa30fa24a5aa37e .uk-navbar-nav > li > a,
#aa30fa24a5aa37e .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa30fa24a5aa37e .uk-sticky-fixed .uk-navbar-item,
#aa30fa24a5aa37e .uk-sticky-fixed .uk-navbar-nav > li > a,
#aa30fa24a5aa37e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa30fa24a5aa37e .uk-navbar-sticky {
  background: #fff;
}
#aa30fa24a5aa37e .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aa30fa24a5aa37e .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aa30fa24a5aa37e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa30fa24a5aa37e .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aa30fa24a5aa37e .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aa30fa24a5aa37e .sub-menu-title i,
#aa30fa24a5aa37e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aa30fa24a5aa37e .menu-list > .menu-item {
  position: relative;
}
#aa30fa24a5aa37e .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aa30fa24a5aa37e .menu-list > .menu-item:hover > a::after,
#aa30fa24a5aa37e .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aa30fa24a5aa37e .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aa30fa24a5aa37e .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aa30fa24a5aa37e .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aa30fa24a5aa37e .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aa30fa24a5aa37e .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aa30fa24a5aa37e .sub-menu-item a:hover {
  color: #07406e;
}
#aa30fa24a5aa37e .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aa30fa24a5aa37e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aa30fa24a5aa37e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aa30fa24a5aa37e .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aa30fa24a5aa37e .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aa30fa24a5aa37e .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aa30fa24a5aa37e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aa30fa24a5aa37e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aa30fa24a5aa37e .logo {
  display: inline-block;
}
#aa30fa24a5aa37e .search-box {
  position: relative;
  padding: 10px;
}
#aa30fa24a5aa37e .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aa30fa24a5aa37e .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aa30fa24a5aa37e .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a795ca81b5a1185 .uk-container {
  line-height: 2;
  color: #999;
}
#aa30fa24a5aa37e .uk-container {max-width: 1400px;}#aa30fa24a5aa37e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aa30fa24a5aa37e [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ae1bfa1449afad1 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#ae1bfa1449afad1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a3b81a0e30a7bbd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a2063a6f2caa6b8 .uk-grid {
  margin-left: 0px;
}
#a2063a6f2caa6b8 .uk-grid > * {
  padding-left: 0px;
}
#a2063a6f2caa6b8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2063a6f2caa6b8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2063a6f2caa6b8 .uk-position-center-left-out {
    left: -30px;
  }
  #a2063a6f2caa6b8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0731a9b2caf551 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8d1da702eaf323 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a0016a1ee8a37c7 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#ae04ba980aa4891 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a6cdea2e7da3e24 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6cdea2e7da3e24 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a62f6a3fa2abf13 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a62f6a3fa2abf13 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a03dda58eaa3e00 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a03dda58eaa3e00 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0bcca0c19a924a .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a0bcca0c19a924a .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae3b5ac653a709f , #ae3b5ac653a709f a{color: rgba(255, 255, 255, 0);}#a98bfa4410a1add > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8a3fadc14ac735 {
  overflow: hidden;
}
#a8a3fadc14ac735 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8a3fadc14ac735 .img-wrap:hover {
  transform: scale(1.5);
}
#a9a61ad3b5acd68 {
  overflow: hidden;
}
#a9a61ad3b5acd68 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9a61ad3b5acd68 .img-wrap:hover {
  transform: scale(1.5);
}
#abd51ac404a043d , #abd51ac404a043d a{color: rgba(255, 255, 255, 0);}#a4172a8ee3ab452 , #a4172a8ee3ab452 a{color: rgba(255, 255, 255, 0);}#a92a6a8c40ab6e8 , #a92a6a8c40ab6e8 a{color: rgba(255, 255, 255, 0);}#af7a9ae33dacc82 , #af7a9ae33dacc82 a{color: rgba(255, 255, 255, 0);}#a53aba6b9fa93f0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a74c6a6378a0d9c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab552a1018a05df .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a84e0a8720a7407 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3a8ea4dd2ae6ed .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a138daa20aa16a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa165a1366aeabc .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae728a1a8ea5abf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6ef6a4ad7aca79 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a44aca7825af0bc > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a44aca7825af0bc  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a312fa34caae1eb > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9eeba9d60ab3bc > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9eeba9d60ab3bc  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aa6ceaca1da45ae > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2defabb3aa57ed > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2defabb3aa57ed  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4fafa317bab9be > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a6ba7a0e6ca4e5f > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6ba7a0e6ca4e5f  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a84eea623faaea9 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9390ad2b0a9d37 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9390ad2b0a9d37 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ac186a750aad9b7 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac186a750aad9b7 .ele-wrap:hover {background-color: #509c49;}#ab1f3a82b2acd64 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab1f3a82b2acd64 .ele-wrap:hover {background-color: #509c49;}#a6a09a071caea4f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6a09a071caea4f .ele-wrap:hover {background-color: #509c49;}#a798ea6a9ba81d6 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a798ea6a9ba81d6 .ele-wrap:hover {background-color: #509c49;}#acb97a81aaae88b .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#acb97a81aaae88b .ele-wrap:hover {background-color: #509c49;}#ac019a80d2ab0a0 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac019a80d2ab0a0 .ele-wrap:hover {background-color: #509c49;}#a17a8a0f69a59a1 , #a17a8a0f69a59a1 a{color: rgba(155, 155, 155, 1);}#aa32da6246a7ba6 , #aa32da6246a7ba6 a{color: rgba(155, 155, 155, 1);}#a9571ad43ea0357 , #a9571ad43ea0357 a{color: rgba(155, 155, 155, 1);}#a5cdca4209aaee3 , #a5cdca4209aaee3 a{color: rgba(155, 155, 155, 1);}#a0d26ac376a556f , #a0d26ac376a556f a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8f61a0136a11ee .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a409ca72fdae548 .logged {
  display: none;
}
#a409ca72fdae548 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a409ca72fdae548 .fa-search {
  color: #ccc;
}
#a409ca72fdae548 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a409ca72fdae548 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a409ca72fdae548 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a409ca72fdae548 .quick-menus li:last-child > a::after {
  display: none;
}
#a409ca72fdae548 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a409ca72fdae548 .site-header {
  height: 70px;
}
#a409ca72fdae548 .uk-navbar-item,
#a409ca72fdae548 .uk-navbar-nav > li > a,
#a409ca72fdae548 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a409ca72fdae548 .uk-sticky-fixed .uk-navbar-item,
#a409ca72fdae548 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a409ca72fdae548 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a409ca72fdae548 .uk-navbar-sticky {
  background: #fff;
}
#a409ca72fdae548 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a409ca72fdae548 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a409ca72fdae548 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a409ca72fdae548 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a409ca72fdae548 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a409ca72fdae548 .sub-menu-title i,
#a409ca72fdae548 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a409ca72fdae548 .menu-list > .menu-item {
  position: relative;
}
#a409ca72fdae548 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a409ca72fdae548 .menu-list > .menu-item:hover > a::after,
#a409ca72fdae548 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a409ca72fdae548 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a409ca72fdae548 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a409ca72fdae548 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a409ca72fdae548 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a409ca72fdae548 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a409ca72fdae548 .sub-menu-item a:hover {
  color: #07406e;
}
#a409ca72fdae548 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a409ca72fdae548 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a409ca72fdae548 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a409ca72fdae548 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a409ca72fdae548 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a409ca72fdae548 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a409ca72fdae548 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a409ca72fdae548 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a409ca72fdae548 .logo {
  display: inline-block;
}
#a409ca72fdae548 .search-box {
  position: relative;
  padding: 10px;
}
#a409ca72fdae548 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a409ca72fdae548 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a409ca72fdae548 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a9201a11caa6063 .uk-container {
  line-height: 2;
  color: #999;
}
#a409ca72fdae548 .uk-container {max-width: 1400px;}#a409ca72fdae548 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a409ca72fdae548 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a7adfa5ce9ab4d5 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a7adfa5ce9ab4d5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a928fac781abefa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a1e67a15eaa3f8a .uk-grid {
  margin-left: 0px;
}
#a1e67a15eaa3f8a .uk-grid > * {
  padding-left: 0px;
}
#a1e67a15eaa3f8a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1e67a15eaa3f8a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1e67a15eaa3f8a .uk-position-center-left-out {
    left: -30px;
  }
  #a1e67a15eaa3f8a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a23c2a36b6ae904 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afd39a661aaa928 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#aed74ab736a6136 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#adce4a4edfa4d11 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a4fc2aca8fab1dc .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a4fc2aca8fab1dc .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad3d9ae307abad0 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ad3d9ae307abad0 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5f5da8b27a239d .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5f5da8b27a239d .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a74b4a92d3a5c91 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a74b4a92d3a5c91 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a2e41aa981a95a1 , #a2e41aa981a95a1 a{color: rgba(255, 255, 255, 0);}#aaa9ca1368a29ed > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acf48a28fba1c13 {
  overflow: hidden;
}
#acf48a28fba1c13 .img-wrap {
  transition: all 0.3s ease-in;
}
#acf48a28fba1c13 .img-wrap:hover {
  transform: scale(1.5);
}
#adcc2ae24aa2587 {
  overflow: hidden;
}
#adcc2ae24aa2587 .img-wrap {
  transition: all 0.3s ease-in;
}
#adcc2ae24aa2587 .img-wrap:hover {
  transform: scale(1.5);
}
#aa42dad992ac257 , #aa42dad992ac257 a{color: rgba(255, 255, 255, 0);}#a5008af809aa7eb , #a5008af809aa7eb a{color: rgba(255, 255, 255, 0);}#a1bbda45e4a6c3e , #a1bbda45e4a6c3e a{color: rgba(255, 255, 255, 0);}#a59c3a1e7eaee9b , #a59c3a1e7eaee9b a{color: rgba(255, 255, 255, 0);}#a8f12a547cac135 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(19, 19, 19, 1);}#a180fa2760ae327 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4d78a12c6a4bcd .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af603aec80a4e4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#afd17ae4ccae4bd .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#adf78ae9fbab1be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a115ea176da17a9 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5e5aac6d6af932 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae804ae4b2a466f .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abf3aa0fc3a8b13 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#abf3aa0fc3a8b13  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a211eaca87a9207 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334565688.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0dc6a42dea8352 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a0dc6a42dea8352  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6db2adcd3af00d > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#afa61a97e1a859d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#afa61a97e1a859d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a781bab2bea41fb > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334712972.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1a40a5fbca669b > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1a40a5fbca669b  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ad9e8a1277a6004 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1734334566412.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1513aecdba653c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a1513aecdba653c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a244ea7a51a8661 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a244ea7a51a8661 .ele-wrap:hover {background-color: #509c49;}#a9bc4a6b66ac928 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a9bc4a6b66ac928 .ele-wrap:hover {background-color: #509c49;}#a4c1ea5dfaae76d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4c1ea5dfaae76d .ele-wrap:hover {background-color: #509c49;}#a79daa707fa0416 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a79daa707fa0416 .ele-wrap:hover {background-color: #509c49;}#af2cda5c91a453c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af2cda5c91a453c .ele-wrap:hover {background-color: #509c49;}#aea72a9337aef56 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aea72a9337aef56 .ele-wrap:hover {background-color: #509c49;}#aa153ab382a15bc , #aa153ab382a15bc a{color: rgba(155, 155, 155, 1);}#a46d5a21d1a59a2 , #a46d5a21d1a59a2 a{color: rgba(155, 155, 155, 1);}#a9475a0ffea9db6 , #a9475a0ffea9db6 a{color: rgba(155, 155, 155, 1);}#a2f79a1f58a1faf , #a2f79a1f58a1faf a{color: rgba(155, 155, 155, 1);}#aa789a1c87a5617 , #aa789a1c87a5617 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abb31a622caface .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a59a0ab0bca8acb .logged {
  display: none;
}
#a59a0ab0bca8acb .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a59a0ab0bca8acb .fa-search {
  color: #ccc;
}
#a59a0ab0bca8acb .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a59a0ab0bca8acb .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a59a0ab0bca8acb .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a59a0ab0bca8acb .quick-menus li:last-child > a::after {
  display: none;
}
#a59a0ab0bca8acb .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a59a0ab0bca8acb .site-header {
  height: 70px;
}
#a59a0ab0bca8acb .uk-navbar-item,
#a59a0ab0bca8acb .uk-navbar-nav > li > a,
#a59a0ab0bca8acb .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a59a0ab0bca8acb .uk-sticky-fixed .uk-navbar-item,
#a59a0ab0bca8acb .uk-sticky-fixed .uk-navbar-nav > li > a,
#a59a0ab0bca8acb .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a59a0ab0bca8acb .uk-navbar-sticky {
  background: #fff;
}
#a59a0ab0bca8acb .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a59a0ab0bca8acb .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a59a0ab0bca8acb .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a59a0ab0bca8acb .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a59a0ab0bca8acb .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a59a0ab0bca8acb .sub-menu-title i,
#a59a0ab0bca8acb .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a59a0ab0bca8acb .menu-list > .menu-item {
  position: relative;
}
#a59a0ab0bca8acb .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a59a0ab0bca8acb .menu-list > .menu-item:hover > a::after,
#a59a0ab0bca8acb .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a59a0ab0bca8acb .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a59a0ab0bca8acb .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a59a0ab0bca8acb .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a59a0ab0bca8acb .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a59a0ab0bca8acb .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a59a0ab0bca8acb .sub-menu-item a:hover {
  color: #07406e;
}
#a59a0ab0bca8acb .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a59a0ab0bca8acb .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a59a0ab0bca8acb .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a59a0ab0bca8acb .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a59a0ab0bca8acb .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a59a0ab0bca8acb .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a59a0ab0bca8acb .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a59a0ab0bca8acb .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a59a0ab0bca8acb .logo {
  display: inline-block;
}
#a59a0ab0bca8acb .search-box {
  position: relative;
  padding: 10px;
}
#a59a0ab0bca8acb .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a59a0ab0bca8acb .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a59a0ab0bca8acb .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#aaf36a158aa9ead .uk-container {
  line-height: 2;
  color: #999;
}
#a59a0ab0bca8acb .uk-container {max-width: 1400px;}#a59a0ab0bca8acb [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a59a0ab0bca8acb [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a44a5a3ab3a5c9a .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a44a5a3ab3a5c9a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a4655a405eaa85e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a7ad3a75f1a2117 .uk-grid {
  margin-left: 0px;
}
#a7ad3a75f1a2117 .uk-grid > * {
  padding-left: 0px;
}
#a7ad3a75f1a2117 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7ad3a75f1a2117 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7ad3a75f1a2117 .uk-position-center-left-out {
    left: -30px;
  }
  #a7ad3a75f1a2117 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa2d2a8696af4c5 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6b8da8b60a506c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a7aa0a077fa762d > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a5c8aa7ab8a55e9 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5c8aa7ab8a55e9 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ac453a9970ac2a9 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ac453a9970ac2a9 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a84beaf3eea5616 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a84beaf3eea5616 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9455ac886a6cf9 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9455ac886a6cf9 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9044a8246a1574 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9044a8246a1574 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5ee2a6c03affdf , #a5ee2a6c03affdf a{color: rgba(255, 255, 255, 0);}#a8250a9c1cac09b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a91fba1565a3f42 {
  overflow: hidden;
}
#a91fba1565a3f42 .img-wrap {
  transition: all 0.3s ease-in;
}
#a91fba1565a3f42 .img-wrap:hover {
  transform: scale(1.5);
}
#ae45cab9d7a14ef {
  overflow: hidden;
}
#ae45cab9d7a14ef .img-wrap {
  transition: all 0.3s ease-in;
}
#ae45cab9d7a14ef .img-wrap:hover {
  transform: scale(1.5);
}
#afbaba3d04aef29 , #afbaba3d04aef29 a{color: rgba(255, 255, 255, 0);}#a2315a88c3aa909 , #a2315a88c3aa909 a{color: rgba(255, 255, 255, 0);}#a6c3faff13a6e3f , #a6c3faff13a6e3f a{color: rgba(255, 255, 255, 0);}#a9deba0e93a5771 , #a9deba0e93a5771 a{color: rgba(255, 255, 255, 0);}#a5e6dab1aca9a76 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#adfa3ae7bca3352 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a94c4a92d9acfa8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5e1cacb54a3b1d .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af378aafd1aec63 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aba15a3b9da0917 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af8d4a576babf48 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aab04acb10a56d2 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3588a9af2ae2ab > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3588a9af2ae2ab  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a0274af417a6357 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092212.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae421a03d4a123d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae421a03d4a123d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a79bbae8a2aefe5 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a70dda1d8da762d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a70dda1d8da762d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1540a7b83a8a78 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472165857.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad98ba35a4aface > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad98ba35a4aface  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4bfbaf99dadca4 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472093905.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac29eaea2ea1759 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac29eaea2ea1759 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a8f3eac838a4998 > .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);}#a8f3eac838a4998  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a006ca7335a410b > .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);}#a006ca7335a410b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aa812ad2bba6439 > .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);}#aa812ad2bba6439  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#abedca6aa6acbe8 > .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);}#abedca6aa6acbe8  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#afd13ab3cda7da7 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#afd13ab3cda7da7 .ele-wrap:hover {background-color: #509c49;}#ac4bbaf400a3d4d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac4bbaf400a3d4d .ele-wrap:hover {background-color: #509c49;}#a6ffdae0d6af9bb .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6ffdae0d6af9bb .ele-wrap:hover {background-color: #509c49;}#abbd3a4350aaaf1 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#abbd3a4350aaaf1 .ele-wrap:hover {background-color: #509c49;}#a1679ad00faf852 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a1679ad00faf852 .ele-wrap:hover {background-color: #509c49;}#a4510a798aad577 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4510a798aad577 .ele-wrap:hover {background-color: #509c49;}#a453babf80a54e4 , #a453babf80a54e4 a{color: rgba(155, 155, 155, 1);}#aa891a4603afb47 , #aa891a4603afb47 a{color: rgba(155, 155, 155, 1);}#ab45cae1cda99a1 , #ab45cae1cda99a1 a{color: rgba(155, 155, 155, 1);}#a6860a8625a1e14 , #a6860a8625a1e14 a{color: rgba(155, 155, 155, 1);}#ac2a7ad8fdad05a , #ac2a7ad8fdad05a a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af5ceabd8da3b03 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8079aebd4aadb0 .logged {
  display: none;
}
#a8079aebd4aadb0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a8079aebd4aadb0 .fa-search {
  color: #ccc;
}
#a8079aebd4aadb0 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a8079aebd4aadb0 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8079aebd4aadb0 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a8079aebd4aadb0 .quick-menus li:last-child > a::after {
  display: none;
}
#a8079aebd4aadb0 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a8079aebd4aadb0 .site-header {
  height: 70px;
}
#a8079aebd4aadb0 .uk-navbar-item,
#a8079aebd4aadb0 .uk-navbar-nav > li > a,
#a8079aebd4aadb0 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8079aebd4aadb0 .uk-sticky-fixed .uk-navbar-item,
#a8079aebd4aadb0 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a8079aebd4aadb0 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8079aebd4aadb0 .uk-navbar-sticky {
  background: #fff;
}
#a8079aebd4aadb0 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a8079aebd4aadb0 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a8079aebd4aadb0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8079aebd4aadb0 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a8079aebd4aadb0 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a8079aebd4aadb0 .sub-menu-title i,
#a8079aebd4aadb0 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a8079aebd4aadb0 .menu-list > .menu-item {
  position: relative;
}
#a8079aebd4aadb0 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a8079aebd4aadb0 .menu-list > .menu-item:hover > a::after,
#a8079aebd4aadb0 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a8079aebd4aadb0 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a8079aebd4aadb0 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a8079aebd4aadb0 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a8079aebd4aadb0 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a8079aebd4aadb0 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a8079aebd4aadb0 .sub-menu-item a:hover {
  color: #07406e;
}
#a8079aebd4aadb0 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a8079aebd4aadb0 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a8079aebd4aadb0 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a8079aebd4aadb0 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a8079aebd4aadb0 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a8079aebd4aadb0 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a8079aebd4aadb0 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a8079aebd4aadb0 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a8079aebd4aadb0 .logo {
  display: inline-block;
}
#a8079aebd4aadb0 .search-box {
  position: relative;
  padding: 10px;
}
#a8079aebd4aadb0 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a8079aebd4aadb0 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a8079aebd4aadb0 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#abe8aac7d0a633e .uk-container {
  line-height: 2;
  color: #999;
}
#a8079aebd4aadb0 .uk-container {max-width: 1400px;}#a8079aebd4aadb0 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a8079aebd4aadb0 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a43bdab994a56a5 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a43bdab994a56a5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#ae1f0ad1b1a38cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a76e0abdedabff8 .uk-grid {
  margin-left: 0px;
}
#a76e0abdedabff8 .uk-grid > * {
  padding-left: 0px;
}
#a76e0abdedabff8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a76e0abdedabff8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a76e0abdedabff8 .uk-position-center-left-out {
    left: -30px;
  }
  #a76e0abdedabff8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aff69a0442a26e5 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4641a4470aee6d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a2097ac749a263b > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#ad58ba549aae626 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ad58ba549aae626 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a839cacb5ba5ca9 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a839cacb5ba5ca9 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ab2d7a17e1ab162 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ab2d7a17e1ab162 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a0417aff0cae3a5 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a0417aff0cae3a5 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ac7a6a3182ac434 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ac7a6a3182ac434 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a20e9ad3c7a2cb3 , #a20e9ad3c7a2cb3 a{color: rgba(255, 255, 255, 0);}#a070eadf74a7cdd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa42ca1f29ace3d {
  overflow: hidden;
}
#aa42ca1f29ace3d .img-wrap {
  transition: all 0.3s ease-in;
}
#aa42ca1f29ace3d .img-wrap:hover {
  transform: scale(1.5);
}
#a43a8a0f18a449a {
  overflow: hidden;
}
#a43a8a0f18a449a .img-wrap {
  transition: all 0.3s ease-in;
}
#a43a8a0f18a449a .img-wrap:hover {
  transform: scale(1.5);
}
#a9d31a7b38ad448 , #a9d31a7b38ad448 a{color: rgba(255, 255, 255, 0);}#a0542affeda6aaa , #a0542affeda6aaa a{color: rgba(255, 255, 255, 0);}#a4135ad2d4a7256 , #a4135ad2d4a7256 a{color: rgba(255, 255, 255, 0);}#abc15a355ba061b , #abc15a355ba061b a{color: rgba(255, 255, 255, 0);}#a6f93a78c4a45e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2b08ae8acaffd8 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a69b1a9027a259c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a437fa40e7ae3f6 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab602aa7d4a8ec3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#acd84ab356a3e79 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0247ad59ba2c36 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa04da7c12a3a40 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8175aa20fa0eef > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8175aa20fa0eef  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7f59afcddad4ce > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092212.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2a7cabbd2a7e37 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2a7cabbd2a7e37  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a5b2badf27ab70f > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a1a9aafe3aac299 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a1a9aafe3aac299  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4c6ba4f48a37e3 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472165857.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#acbe6a8cbbadacd > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#acbe6a8cbbadacd  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#acda0a30a8a5351 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472093905.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a464fa37d6a736c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a464fa37d6a736c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a4646a188ba9dca > .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);}#a4646a188ba9dca  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#adea6a3152a30e1 > .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);}#adea6a3152a30e1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a4204ab865a849b > .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);}#a4204ab865a849b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ad779a45fba5fe5 > .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);}#ad779a45fba5fe5  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aa9b8a1ab9a6c49 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aa9b8a1ab9a6c49 .ele-wrap:hover {background-color: #509c49;}#a032da5966a244d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a032da5966a244d .ele-wrap:hover {background-color: #509c49;}#a0f66a8f3fa7881 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0f66a8f3fa7881 .ele-wrap:hover {background-color: #509c49;}#a4954a0765a5ca4 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4954a0765a5ca4 .ele-wrap:hover {background-color: #509c49;}#a573aaf112ac9fc .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a573aaf112ac9fc .ele-wrap:hover {background-color: #509c49;}#a2c3ea2234a3039 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a2c3ea2234a3039 .ele-wrap:hover {background-color: #509c49;}#afb01a5b13aa36c , #afb01a5b13aa36c a{color: rgba(155, 155, 155, 1);}#a79f5a96d2a1e1b , #a79f5a96d2a1e1b a{color: rgba(155, 155, 155, 1);}#a800aa995aad794 , #a800aa995aad794 a{color: rgba(155, 155, 155, 1);}#a6a5eaf075ab4ff , #a6a5eaf075ab4ff a{color: rgba(155, 155, 155, 1);}#a3154a4559ac2ab , #a3154a4559ac2ab a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8ecca72c2a0645 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a932ea4505a3a00 .logged {
  display: none;
}
#a932ea4505a3a00 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a932ea4505a3a00 .fa-search {
  color: #ccc;
}
#a932ea4505a3a00 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a932ea4505a3a00 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a932ea4505a3a00 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a932ea4505a3a00 .quick-menus li:last-child > a::after {
  display: none;
}
#a932ea4505a3a00 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a932ea4505a3a00 .site-header {
  height: 70px;
}
#a932ea4505a3a00 .uk-navbar-item,
#a932ea4505a3a00 .uk-navbar-nav > li > a,
#a932ea4505a3a00 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a932ea4505a3a00 .uk-sticky-fixed .uk-navbar-item,
#a932ea4505a3a00 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a932ea4505a3a00 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a932ea4505a3a00 .uk-navbar-sticky {
  background: #fff;
}
#a932ea4505a3a00 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a932ea4505a3a00 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a932ea4505a3a00 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a932ea4505a3a00 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a932ea4505a3a00 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a932ea4505a3a00 .sub-menu-title i,
#a932ea4505a3a00 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a932ea4505a3a00 .menu-list > .menu-item {
  position: relative;
}
#a932ea4505a3a00 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a932ea4505a3a00 .menu-list > .menu-item:hover > a::after,
#a932ea4505a3a00 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a932ea4505a3a00 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a932ea4505a3a00 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a932ea4505a3a00 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a932ea4505a3a00 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a932ea4505a3a00 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a932ea4505a3a00 .sub-menu-item a:hover {
  color: #07406e;
}
#a932ea4505a3a00 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a932ea4505a3a00 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a932ea4505a3a00 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a932ea4505a3a00 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a932ea4505a3a00 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a932ea4505a3a00 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a932ea4505a3a00 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a932ea4505a3a00 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a932ea4505a3a00 .logo {
  display: inline-block;
}
#a932ea4505a3a00 .search-box {
  position: relative;
  padding: 10px;
}
#a932ea4505a3a00 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a932ea4505a3a00 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a932ea4505a3a00 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a2a20a5675ad606 .uk-container {
  line-height: 2;
  color: #999;
}
#a932ea4505a3a00 .uk-container {max-width: 1400px;}#a932ea4505a3a00 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a932ea4505a3a00 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a035da32bca5676 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a035da32bca5676 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a141cab1c5a7cba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a0545a040cac4b5 .uk-grid {
  margin-left: 0px;
}
#a0545a040cac4b5 .uk-grid > * {
  padding-left: 0px;
}
#a0545a040cac4b5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0545a040cac4b5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0545a040cac4b5 .uk-position-center-left-out {
    left: -30px;
  }
  #a0545a040cac4b5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae720a5795a4dca .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9daba32fda8cfc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ae186ad18ea2760 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a1183a7115aea68 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(5, 5, 5, 1);}#acd33a7e8baf5fc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(6, 6, 6, 1);}#a580ca9342aaba5 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a580ca9342aaba5 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a873aa85f9ae6ed .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a873aa85f9ae6ed .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ab429a6004a5b50 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ab429a6004a5b50 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a57f1a5497ad245 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a57f1a5497ad245 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a1e20a0c13a78f8 , #a1e20a0c13a78f8 a{color: rgba(255, 255, 255, 0);}#a4cc0a2ef8a0a62 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a764faeb79a9293 {
  overflow: hidden;
}
#a764faeb79a9293 .img-wrap {
  transition: all 0.3s ease-in;
}
#a764faeb79a9293 .img-wrap:hover {
  transform: scale(1.5);
}
#a3e67a1551a2b51 {
  overflow: hidden;
}
#a3e67a1551a2b51 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3e67a1551a2b51 .img-wrap:hover {
  transform: scale(1.5);
}
#a74e9afb86a9764 , #a74e9afb86a9764 a{color: rgba(255, 255, 255, 0);}#a7c01a48afac718 , #a7c01a48afac718 a{color: rgba(255, 255, 255, 0);}#ae876a7259a10fd , #ae876a7259a10fd a{color: rgba(255, 255, 255, 0);}#ab75da640dafb41 , #ab75da640dafb41 a{color: rgba(255, 255, 255, 0);}#afdb6a1d6da7d60 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ac0a6a75fca5af2 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a64fda6f7ba6225 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4e78ae9b7a02f7 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#adaa2a2b53ad535 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a74ada7c2caa6b7 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9be5a5760a84c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#afe1eab6b8acc8c .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9c5dadab9a366e > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9c5dadab9a366e  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a555aa71a0a2c57 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092212.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aba14a2288a5c7b > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aba14a2288a5c7b  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a3372a5db4a9108 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9a0eaf577a186a > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9a0eaf577a186a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab2ada21cca90a2 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472165857.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab72da82d0afec3 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab72da82d0afec3  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6658a8e99addf0 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472093905.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae053a92e0a837d .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ae053a92e0a837d .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a08aea1ea7a029d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a08aea1ea7a029d .ele-wrap:hover {background-color: #509c49;}#aa131ae273ae38e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aa131ae273ae38e .ele-wrap:hover {background-color: #509c49;}#ab297a46c3ab395 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab297a46c3ab395 .ele-wrap:hover {background-color: #509c49;}#a7a50a71a1a0fbc .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a7a50a71a1a0fbc .ele-wrap:hover {background-color: #509c49;}#aa137ab3a2adc07 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aa137ab3a2adc07 .ele-wrap:hover {background-color: #509c49;}#a6052a38f2a2155 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6052a38f2a2155 .ele-wrap:hover {background-color: #509c49;}#ac7a8af0e5a9249 , #ac7a8af0e5a9249 a{color: rgba(155, 155, 155, 1);}#a9c66a66afab1bb , #a9c66a66afab1bb a{color: rgba(155, 155, 155, 1);}#a330fa4122a2098 , #a330fa4122a2098 a{color: rgba(155, 155, 155, 1);}#aca0ba3eb4a584b , #aca0ba3eb4a584b a{color: rgba(155, 155, 155, 1);}#a5644a8b4da103c , #a5644a8b4da103c a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8f27adfd7a239c .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a727ca3440afb6f .logged {
  display: none;
}
#a727ca3440afb6f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a727ca3440afb6f .fa-search {
  color: #ccc;
}
#a727ca3440afb6f .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a727ca3440afb6f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a727ca3440afb6f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a727ca3440afb6f .quick-menus li:last-child > a::after {
  display: none;
}
#a727ca3440afb6f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a727ca3440afb6f .site-header {
  height: 70px;
}
#a727ca3440afb6f .uk-navbar-item,
#a727ca3440afb6f .uk-navbar-nav > li > a,
#a727ca3440afb6f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a727ca3440afb6f .uk-sticky-fixed .uk-navbar-item,
#a727ca3440afb6f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a727ca3440afb6f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a727ca3440afb6f .uk-navbar-sticky {
  background: #fff;
}
#a727ca3440afb6f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a727ca3440afb6f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a727ca3440afb6f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a727ca3440afb6f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a727ca3440afb6f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a727ca3440afb6f .sub-menu-title i,
#a727ca3440afb6f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a727ca3440afb6f .menu-list > .menu-item {
  position: relative;
}
#a727ca3440afb6f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a727ca3440afb6f .menu-list > .menu-item:hover > a::after,
#a727ca3440afb6f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a727ca3440afb6f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a727ca3440afb6f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a727ca3440afb6f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a727ca3440afb6f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a727ca3440afb6f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a727ca3440afb6f .sub-menu-item a:hover {
  color: #07406e;
}
#a727ca3440afb6f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a727ca3440afb6f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a727ca3440afb6f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a727ca3440afb6f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a727ca3440afb6f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a727ca3440afb6f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a727ca3440afb6f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a727ca3440afb6f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a727ca3440afb6f .logo {
  display: inline-block;
}
#a727ca3440afb6f .search-box {
  position: relative;
  padding: 10px;
}
#a727ca3440afb6f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a727ca3440afb6f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a727ca3440afb6f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#abe0eaf0ffa1616 .uk-container {
  line-height: 2;
  color: #999;
}
#a727ca3440afb6f .uk-container {max-width: 1400px;}#a727ca3440afb6f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a727ca3440afb6f [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a9ed3a9022a838e .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a9ed3a9022a838e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#ae70da5907ac256 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a7ad8a645eab73d .uk-grid {
  margin-left: 0px;
}
#a7ad8a645eab73d .uk-grid > * {
  padding-left: 0px;
}
#a7ad8a645eab73d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7ad8a645eab73d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7ad8a645eab73d .uk-position-center-left-out {
    left: -30px;
  }
  #a7ad8a645eab73d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a72aeaebf8a0c66 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab3eaa892ea56f9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a0a19a43aea88a3 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a3ab2a2cdfa4cba a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(5, 5, 5, 1);}#aae6fa7daea629a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(3, 3, 3, 1);}#a89b4a53f9a96d1 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a89b4a53f9a96d1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#af901abb78a0e01 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#af901abb78a0e01 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ac46fa126bac45e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ac46fa126bac45e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a3a6cac44ca03ae .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a3a6cac44ca03ae .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad26fae643ae1c4 , #ad26fae643ae1c4 a{color: rgba(255, 255, 255, 0);}#a92abadfeba7830 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab1aade6ca1349 {
  overflow: hidden;
}
#aab1aade6ca1349 .img-wrap {
  transition: all 0.3s ease-in;
}
#aab1aade6ca1349 .img-wrap:hover {
  transform: scale(1.5);
}
#a6387ae6cba6065 {
  overflow: hidden;
}
#a6387ae6cba6065 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6387ae6cba6065 .img-wrap:hover {
  transform: scale(1.5);
}
#a3cb2ae0eeab02b , #a3cb2ae0eeab02b a{color: rgba(255, 255, 255, 0);}#a7a3daa870a3468 , #a7a3daa870a3468 a{color: rgba(255, 255, 255, 0);}#ad52da5e11ade74 , #ad52da5e11ade74 a{color: rgba(255, 255, 255, 0);}#a1f9da9537acea0 , #a1f9da9537acea0 a{color: rgba(255, 255, 255, 0);}#ad83eae3a3a1824 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a263ca34f5aad41 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1ef5a189ca2b09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa8f0aa076adbcb .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abe9fac9cfa2edb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5499ac817ad19f .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2c06aec7ea1c3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a28c9afb34af99e .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9490a1a35ad691 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9490a1a35ad691  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1d31a3783a0b69 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092212.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a86c3af5cca3ec8 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a86c3af5cca3ec8  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4583a124fa4ff5 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a65adac5a3a3be9 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a65adac5a3a3be9  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a393ba7b3ba0817 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472165857.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae790ae71ca6aa7 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae790ae71ca6aa7  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aa75aa5b16a0434 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472093905.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a90c7ae15dae632 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a90c7ae15dae632 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#af3eea855eaed7c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af3eea855eaed7c .ele-wrap:hover {background-color: #509c49;}#ab5c4a4cbda6618 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab5c4a4cbda6618 .ele-wrap:hover {background-color: #509c49;}#a2c6fa7645ad0f1 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a2c6fa7645ad0f1 .ele-wrap:hover {background-color: #509c49;}#ae2f9a4d1da55d8 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae2f9a4d1da55d8 .ele-wrap:hover {background-color: #509c49;}#a9c3faa3f4aa4e4 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a9c3faa3f4aa4e4 .ele-wrap:hover {background-color: #509c49;}#ad79eaf325afae5 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad79eaf325afae5 .ele-wrap:hover {background-color: #509c49;}#ac39facfdda1788 , #ac39facfdda1788 a{color: rgba(155, 155, 155, 1);}#a182caf497aa466 , #a182caf497aa466 a{color: rgba(155, 155, 155, 1);}#a6026a8ec5a8b6a , #a6026a8ec5a8b6a a{color: rgba(155, 155, 155, 1);}#aea2caa88aa820c , #aea2caa88aa820c a{color: rgba(155, 155, 155, 1);}#a95d7a279da15e8 , #a95d7a279da15e8 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6cdca722faab7b .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aca43ab445ac06a .logged {
  display: none;
}
#aca43ab445ac06a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aca43ab445ac06a .fa-search {
  color: #ccc;
}
#aca43ab445ac06a .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#aca43ab445ac06a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aca43ab445ac06a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#aca43ab445ac06a .quick-menus li:last-child > a::after {
  display: none;
}
#aca43ab445ac06a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aca43ab445ac06a .site-header {
  height: 70px;
}
#aca43ab445ac06a .uk-navbar-item,
#aca43ab445ac06a .uk-navbar-nav > li > a,
#aca43ab445ac06a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aca43ab445ac06a .uk-sticky-fixed .uk-navbar-item,
#aca43ab445ac06a .uk-sticky-fixed .uk-navbar-nav > li > a,
#aca43ab445ac06a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aca43ab445ac06a .uk-navbar-sticky {
  background: #fff;
}
#aca43ab445ac06a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#aca43ab445ac06a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#aca43ab445ac06a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aca43ab445ac06a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#aca43ab445ac06a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#aca43ab445ac06a .sub-menu-title i,
#aca43ab445ac06a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aca43ab445ac06a .menu-list > .menu-item {
  position: relative;
}
#aca43ab445ac06a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#aca43ab445ac06a .menu-list > .menu-item:hover > a::after,
#aca43ab445ac06a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#aca43ab445ac06a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#aca43ab445ac06a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#aca43ab445ac06a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#aca43ab445ac06a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#aca43ab445ac06a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#aca43ab445ac06a .sub-menu-item a:hover {
  color: #07406e;
}
#aca43ab445ac06a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#aca43ab445ac06a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#aca43ab445ac06a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aca43ab445ac06a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#aca43ab445ac06a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#aca43ab445ac06a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#aca43ab445ac06a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#aca43ab445ac06a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#aca43ab445ac06a .logo {
  display: inline-block;
}
#aca43ab445ac06a .search-box {
  position: relative;
  padding: 10px;
}
#aca43ab445ac06a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#aca43ab445ac06a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#aca43ab445ac06a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#abf4cae88fa5bcb .uk-container {
  line-height: 2;
  color: #999;
}
#aca43ab445ac06a .uk-container {max-width: 1400px;}#aca43ab445ac06a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#aca43ab445ac06a [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#ad5d3a34bfa478d .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#ad5d3a34bfa478d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#aa564ae55ca68df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a7aa9aa7f6a0b3f .uk-grid {
  margin-left: 0px;
}
#a7aa9aa7f6a0b3f .uk-grid > * {
  padding-left: 0px;
}
#a7aa9aa7f6a0b3f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7aa9aa7f6a0b3f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7aa9aa7f6a0b3f .uk-position-center-left-out {
    left: -30px;
  }
  #a7aa9aa7f6a0b3f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae7e3a5bbca2246 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a60d3aa1cca1516 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ada2ea828ea6d44 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#ad508a0effa2178 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(5, 5, 5, 1);}#a7a09a29d5a2fb4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(3, 3, 3, 1);}#a6cfba7860a3dc9 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6cfba7860a3dc9 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a59e3a42f6a553c .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a59e3a42f6a553c .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a6599aae3ca848d .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a6599aae3ca848d .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a33e9a9268ae003 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a33e9a9268ae003 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a4204a9211ae180 , #a4204a9211ae180 a{color: rgba(255, 255, 255, 0);}#a3f53a3155a973e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acadda2675a3929 {
  overflow: hidden;
}
#acadda2675a3929 .img-wrap {
  transition: all 0.3s ease-in;
}
#acadda2675a3929 .img-wrap:hover {
  transform: scale(1.5);
}
#a2be7a6788a949e {
  overflow: hidden;
}
#a2be7a6788a949e .img-wrap {
  transition: all 0.3s ease-in;
}
#a2be7a6788a949e .img-wrap:hover {
  transform: scale(1.5);
}
#ab192a0b4ea1d20 , #ab192a0b4ea1d20 a{color: rgba(255, 255, 255, 0);}#a6bfea2c76abd9c , #a6bfea2c76abd9c a{color: rgba(255, 255, 255, 0);}#a8330aaf27aa72d , #a8330aaf27aa72d a{color: rgba(255, 255, 255, 0);}#a3eb8a2138af253 , #a3eb8a2138af253 a{color: rgba(255, 255, 255, 0);}#a8e6ba83a5ad9c4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#afcc2a2867a989e .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2dd4a1635a68ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ac479ada8fae123 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5004a97c4a11a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8984ab857a88da .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aff67a79eeae224 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4110a34a7a318b .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afca9a85abaca33 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#afca9a85abaca33  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a9ce1a0fa3ac872 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092212.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa006a7655a8c91 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa006a7655a8c91  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aa7c6a664ca7732 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9ea9a27a4a9a21 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9ea9a27a4a9a21  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aed46a5eb8a5bb5 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472165857.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a402dac2caa2af0 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a402dac2caa2af0  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7d37ab48bac714 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472093905.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#adb37ae29ea56f9 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#adb37ae29ea56f9 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a13e4ae8f6ab084 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a13e4ae8f6ab084 .ele-wrap:hover {background-color: #509c49;}#ae808a4e59a5b61 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae808a4e59a5b61 .ele-wrap:hover {background-color: #509c49;}#af2e5a711dab596 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af2e5a711dab596 .ele-wrap:hover {background-color: #509c49;}#a3bb6ac8daaba2e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a3bb6ac8daaba2e .ele-wrap:hover {background-color: #509c49;}#af20ca80cfa2d4c .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#af20ca80cfa2d4c .ele-wrap:hover {background-color: #509c49;}#afe07aade5a4713 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#afe07aade5a4713 .ele-wrap:hover {background-color: #509c49;}#a164aa3b64a10e5 , #a164aa3b64a10e5 a{color: rgba(155, 155, 155, 1);}#a80f0a86a4a5d7c , #a80f0a86a4a5d7c a{color: rgba(155, 155, 155, 1);}#a5dacaba95a9277 , #a5dacaba95a9277 a{color: rgba(155, 155, 155, 1);}#a3e8fa63c3ac227 , #a3e8fa63c3ac227 a{color: rgba(155, 155, 155, 1);}#a627dab1a9afa64 , #a627dab1a9afa64 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8860adfdaa0fbc .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a25efabf47a9aff .logged {
  display: none;
}
#a25efabf47a9aff .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a25efabf47a9aff .fa-search {
  color: #ccc;
}
#a25efabf47a9aff .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a25efabf47a9aff .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a25efabf47a9aff .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a25efabf47a9aff .quick-menus li:last-child > a::after {
  display: none;
}
#a25efabf47a9aff .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a25efabf47a9aff .site-header {
  height: 70px;
}
#a25efabf47a9aff .uk-navbar-item,
#a25efabf47a9aff .uk-navbar-nav > li > a,
#a25efabf47a9aff .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a25efabf47a9aff .uk-sticky-fixed .uk-navbar-item,
#a25efabf47a9aff .uk-sticky-fixed .uk-navbar-nav > li > a,
#a25efabf47a9aff .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a25efabf47a9aff .uk-navbar-sticky {
  background: #fff;
}
#a25efabf47a9aff .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a25efabf47a9aff .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a25efabf47a9aff .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a25efabf47a9aff .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a25efabf47a9aff .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a25efabf47a9aff .sub-menu-title i,
#a25efabf47a9aff .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a25efabf47a9aff .menu-list > .menu-item {
  position: relative;
}
#a25efabf47a9aff .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a25efabf47a9aff .menu-list > .menu-item:hover > a::after,
#a25efabf47a9aff .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a25efabf47a9aff .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a25efabf47a9aff .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a25efabf47a9aff .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a25efabf47a9aff .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a25efabf47a9aff .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a25efabf47a9aff .sub-menu-item a:hover {
  color: #07406e;
}
#a25efabf47a9aff .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a25efabf47a9aff .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a25efabf47a9aff .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a25efabf47a9aff .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a25efabf47a9aff .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a25efabf47a9aff .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a25efabf47a9aff .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a25efabf47a9aff .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a25efabf47a9aff .logo {
  display: inline-block;
}
#a25efabf47a9aff .search-box {
  position: relative;
  padding: 10px;
}
#a25efabf47a9aff .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a25efabf47a9aff .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a25efabf47a9aff .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#abadbac0b4a3c62 .uk-container {
  line-height: 2;
  color: #999;
}
#a25efabf47a9aff .uk-container {max-width: 1400px;}#a25efabf47a9aff [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a25efabf47a9aff [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a7502a3829a3c04 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a7502a3829a3c04 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#aa754a136daefd7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a5bdaa9148a9a0f .uk-grid {
  margin-left: 0px;
}
#a5bdaa9148a9a0f .uk-grid > * {
  padding-left: 0px;
}
#a5bdaa9148a9a0f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5bdaa9148a9a0f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5bdaa9148a9a0f .uk-position-center-left-out {
    left: -30px;
  }
  #a5bdaa9148a9a0f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af155ac3d8aa5ad .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a79eba672da42df > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ae7b2a07fbadb45 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a48e7a9b40a80c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(5, 5, 5, 1);}#acb61a9f04a8353 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(3, 3, 3, 1);}#a7cabaf167ad018 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a7cabaf167ad018 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aad91adf93aaf92 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#aad91adf93aaf92 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8d3ba4cbca6761 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a8d3ba4cbca6761 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a1093aea14ac980 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a1093aea14ac980 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5e9fa13cfabdbc , #a5e9fa13cfabdbc a{color: rgba(255, 255, 255, 0);}#ae98fa65f2a965d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a72b8a1a61ab50e {
  overflow: hidden;
}
#a72b8a1a61ab50e .img-wrap {
  transition: all 0.3s ease-in;
}
#a72b8a1a61ab50e .img-wrap:hover {
  transform: scale(1.5);
}
#ac4eca81b3a24da {
  overflow: hidden;
}
#ac4eca81b3a24da .img-wrap {
  transition: all 0.3s ease-in;
}
#ac4eca81b3a24da .img-wrap:hover {
  transform: scale(1.5);
}
#a3837a2f89a2db7 , #a3837a2f89a2db7 a{color: rgba(255, 255, 255, 0);}#a92f4adc6eae303 , #a92f4adc6eae303 a{color: rgba(255, 255, 255, 0);}#a2077a8bf2a64a0 , #a2077a8bf2a64a0 a{color: rgba(255, 255, 255, 0);}#af8f6a661dafa88 , #af8f6a661dafa88 a{color: rgba(255, 255, 255, 0);}#af9afa0fc7a327d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ac79daf303a0579 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1084ae556aaed8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5761a585da1a42 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae4cdae343ab68c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af698a40baa415a .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa542ab671a8d46 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a26d1acf3aaef10 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9b6ca4643aeb2d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9b6ca4643aeb2d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6d0fa1c37a715f > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092212.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4926a6777af2c6 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4926a6777af2c6  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6cfca7511a3327 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad730a6f5fa5db3 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad730a6f5fa5db3  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a3bd8a2c93a5916 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472165857.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a758eae72ca072b > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a758eae72ca072b  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7a90aa93aad4d9 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472093905.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2b9aaa217ab400 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a2b9aaa217ab400 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a8e51a5f0baa858 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a8e51a5f0baa858 .ele-wrap:hover {background-color: #509c49;}#aa629a9d6fa15fc .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aa629a9d6fa15fc .ele-wrap:hover {background-color: #509c49;}#a9728a84b1a27aa .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a9728a84b1a27aa .ele-wrap:hover {background-color: #509c49;}#a069dacbc9af980 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a069dacbc9af980 .ele-wrap:hover {background-color: #509c49;}#adde8a323aab42a .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#adde8a323aab42a .ele-wrap:hover {background-color: #509c49;}#a440fa9492a1d8b .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a440fa9492a1d8b .ele-wrap:hover {background-color: #509c49;}#a6e26a1b00aae3a , #a6e26a1b00aae3a a{color: rgba(155, 155, 155, 1);}#aa478a5defa12b9 , #aa478a5defa12b9 a{color: rgba(155, 155, 155, 1);}#a1769a2b89ac912 , #a1769a2b89ac912 a{color: rgba(155, 155, 155, 1);}#af7edaf2b3aa018 , #af7edaf2b3aa018 a{color: rgba(155, 155, 155, 1);}#adfa5ac071abc66 , #adfa5ac071abc66 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af621ae609a2860 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9100a0117ae39d .logged {
  display: none;
}
#a9100a0117ae39d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a9100a0117ae39d .fa-search {
  color: #ccc;
}
#a9100a0117ae39d .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a9100a0117ae39d .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a9100a0117ae39d .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a9100a0117ae39d .quick-menus li:last-child > a::after {
  display: none;
}
#a9100a0117ae39d .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a9100a0117ae39d .site-header {
  height: 70px;
}
#a9100a0117ae39d .uk-navbar-item,
#a9100a0117ae39d .uk-navbar-nav > li > a,
#a9100a0117ae39d .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a9100a0117ae39d .uk-sticky-fixed .uk-navbar-item,
#a9100a0117ae39d .uk-sticky-fixed .uk-navbar-nav > li > a,
#a9100a0117ae39d .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a9100a0117ae39d .uk-navbar-sticky {
  background: #fff;
}
#a9100a0117ae39d .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a9100a0117ae39d .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a9100a0117ae39d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9100a0117ae39d .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a9100a0117ae39d .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a9100a0117ae39d .sub-menu-title i,
#a9100a0117ae39d .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a9100a0117ae39d .menu-list > .menu-item {
  position: relative;
}
#a9100a0117ae39d .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a9100a0117ae39d .menu-list > .menu-item:hover > a::after,
#a9100a0117ae39d .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a9100a0117ae39d .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a9100a0117ae39d .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a9100a0117ae39d .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a9100a0117ae39d .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a9100a0117ae39d .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a9100a0117ae39d .sub-menu-item a:hover {
  color: #07406e;
}
#a9100a0117ae39d .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a9100a0117ae39d .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a9100a0117ae39d .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a9100a0117ae39d .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a9100a0117ae39d .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a9100a0117ae39d .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a9100a0117ae39d .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a9100a0117ae39d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a9100a0117ae39d .logo {
  display: inline-block;
}
#a9100a0117ae39d .search-box {
  position: relative;
  padding: 10px;
}
#a9100a0117ae39d .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a9100a0117ae39d .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a9100a0117ae39d .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ad636addc4ad1b9 .uk-container {
  line-height: 2;
  color: #999;
}
#a9100a0117ae39d .uk-container {max-width: 1400px;}#a9100a0117ae39d [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a9100a0117ae39d [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#af40aa3beda2e9a .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#af40aa3beda2e9a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a380aa1619af609 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a29eda797aa2f96 .uk-grid {
  margin-left: 0px;
}
#a29eda797aa2f96 .uk-grid > * {
  padding-left: 0px;
}
#a29eda797aa2f96 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a29eda797aa2f96 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a29eda797aa2f96 .uk-position-center-left-out {
    left: -30px;
  }
  #a29eda797aa2f96 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5d81a7441ac4eb .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a30fca831bace26 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a8bcbad872a64af > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a47fda34beae494 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(5, 5, 5, 1);}#aa1a1a829fa39f3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(3, 3, 3, 1);}#a837daac07adfc5 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a837daac07adfc5 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a4901ab6dca9456 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a4901ab6dca9456 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9bc2a7285ad618 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9bc2a7285ad618 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad837a70b6a8c43 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ad837a70b6a8c43 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a7c86a1ad7a9ef6 , #a7c86a1ad7a9ef6 a{color: rgba(255, 255, 255, 0);}#aecf4aa458ae3d7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9eedacadda51bc {
  overflow: hidden;
}
#a9eedacadda51bc .img-wrap {
  transition: all 0.3s ease-in;
}
#a9eedacadda51bc .img-wrap:hover {
  transform: scale(1.5);
}
#a1714adc2eaf22b {
  overflow: hidden;
}
#a1714adc2eaf22b .img-wrap {
  transition: all 0.3s ease-in;
}
#a1714adc2eaf22b .img-wrap:hover {
  transform: scale(1.5);
}
#a70b0a6713ab3a0 , #a70b0a6713ab3a0 a{color: rgba(255, 255, 255, 0);}#a0d59ab7c8a296a , #a0d59ab7c8a296a a{color: rgba(255, 255, 255, 0);}#a1e76a6d63a0386 , #a1e76a6d63a0386 a{color: rgba(255, 255, 255, 0);}#a040aa5c05adf98 , #a040aa5c05adf98 a{color: rgba(255, 255, 255, 0);}#a274ba2dc2a210a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a7612ab38ea2dfb .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6699a257aa8fc5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a06afac543ae9e5 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abdbea68b8aa273 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a90e4af271a1470 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6263a1e93a9365 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9054a7552aac39 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a318bad570a56fd > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a318bad570a56fd  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a79a0a575aab8e4 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092212.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab10ea498ba2e4d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ab10ea498ba2e4d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a373cacaf3addaf > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac69ca891aa918f > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ac69ca891aa918f  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aac71a0d1dacbfe > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472165857.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aca82a2880aedfc > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aca82a2880aedfc  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab449af1cfa536e > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472093905.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5ac6a6d11af431 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a5ac6a6d11af431 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a31eea3f47aa547 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a31eea3f47aa547 .ele-wrap:hover {background-color: #509c49;}#ae74aae534ae286 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae74aae534ae286 .ele-wrap:hover {background-color: #509c49;}#aff41a0555ae385 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aff41a0555ae385 .ele-wrap:hover {background-color: #509c49;}#aed7faab74a921d .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aed7faab74a921d .ele-wrap:hover {background-color: #509c49;}#a8a7dadfb9a9e18 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a8a7dadfb9a9e18 .ele-wrap:hover {background-color: #509c49;}#a760cae5baa8cbf .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a760cae5baa8cbf .ele-wrap:hover {background-color: #509c49;}#a52a9a2bf0aa102 , #a52a9a2bf0aa102 a{color: rgba(155, 155, 155, 1);}#a042da7525aabf2 , #a042da7525aabf2 a{color: rgba(155, 155, 155, 1);}#a9319aca30a675d , #a9319aca30a675d a{color: rgba(155, 155, 155, 1);}#a4f86a388baf6ed , #a4f86a388baf6ed a{color: rgba(155, 155, 155, 1);}#ad632a6ed3ab8a6 , #ad632a6ed3ab8a6 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac201ac93bace8d .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7e6ba38ddabf8e .logged {
  display: none;
}
#a7e6ba38ddabf8e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a7e6ba38ddabf8e .fa-search {
  color: #ccc;
}
#a7e6ba38ddabf8e .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a7e6ba38ddabf8e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a7e6ba38ddabf8e .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a7e6ba38ddabf8e .quick-menus li:last-child > a::after {
  display: none;
}
#a7e6ba38ddabf8e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a7e6ba38ddabf8e .site-header {
  height: 70px;
}
#a7e6ba38ddabf8e .uk-navbar-item,
#a7e6ba38ddabf8e .uk-navbar-nav > li > a,
#a7e6ba38ddabf8e .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7e6ba38ddabf8e .uk-sticky-fixed .uk-navbar-item,
#a7e6ba38ddabf8e .uk-sticky-fixed .uk-navbar-nav > li > a,
#a7e6ba38ddabf8e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7e6ba38ddabf8e .uk-navbar-sticky {
  background: #fff;
}
#a7e6ba38ddabf8e .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a7e6ba38ddabf8e .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a7e6ba38ddabf8e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7e6ba38ddabf8e .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a7e6ba38ddabf8e .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a7e6ba38ddabf8e .sub-menu-title i,
#a7e6ba38ddabf8e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a7e6ba38ddabf8e .menu-list > .menu-item {
  position: relative;
}
#a7e6ba38ddabf8e .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a7e6ba38ddabf8e .menu-list > .menu-item:hover > a::after,
#a7e6ba38ddabf8e .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a7e6ba38ddabf8e .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a7e6ba38ddabf8e .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a7e6ba38ddabf8e .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a7e6ba38ddabf8e .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a7e6ba38ddabf8e .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a7e6ba38ddabf8e .sub-menu-item a:hover {
  color: #07406e;
}
#a7e6ba38ddabf8e .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a7e6ba38ddabf8e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a7e6ba38ddabf8e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a7e6ba38ddabf8e .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a7e6ba38ddabf8e .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a7e6ba38ddabf8e .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a7e6ba38ddabf8e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a7e6ba38ddabf8e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a7e6ba38ddabf8e .logo {
  display: inline-block;
}
#a7e6ba38ddabf8e .search-box {
  position: relative;
  padding: 10px;
}
#a7e6ba38ddabf8e .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a7e6ba38ddabf8e .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a7e6ba38ddabf8e .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#ad264a6895a8aba .uk-container {
  line-height: 2;
  color: #999;
}
#a7e6ba38ddabf8e .uk-container {max-width: 1400px;}#a7e6ba38ddabf8e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a7e6ba38ddabf8e [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a0a3ea8ce3ab49d .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a0a3ea8ce3ab49d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a4124aff9eaa256 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ad30daeb59a5443 .uk-grid {
  margin-left: 0px;
}
#ad30daeb59a5443 .uk-grid > * {
  padding-left: 0px;
}
#ad30daeb59a5443 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad30daeb59a5443 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad30daeb59a5443 .uk-position-center-left-out {
    left: -30px;
  }
  #ad30daeb59a5443 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#affbea0db6a5dff .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab9baafb7aac96c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ae4b6af3cfa0fbf > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#ab61faec86a4cf3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(5, 5, 5, 1);}#ad4d4ac3ccae274 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(3, 3, 3, 1);}#a1123acfbaa16d4 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a1123acfbaa16d4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8001a7a3fa2b5c .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a8001a7a3fa2b5c .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a7841aa192ac0c2 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a7841aa192ac0c2 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae0f3a4c6cae95d .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ae0f3a4c6cae95d .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#aac2caf87fa26b2 , #aac2caf87fa26b2 a{color: rgba(255, 255, 255, 0);}#a2f64a4e97aa81b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad0c8a4f3aaf98c {
  overflow: hidden;
}
#ad0c8a4f3aaf98c .img-wrap {
  transition: all 0.3s ease-in;
}
#ad0c8a4f3aaf98c .img-wrap:hover {
  transform: scale(1.5);
}
#a2499af7f5a9761 {
  overflow: hidden;
}
#a2499af7f5a9761 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2499af7f5a9761 .img-wrap:hover {
  transform: scale(1.5);
}
#a7424a6a4faab60 , #a7424a6a4faab60 a{color: rgba(255, 255, 255, 0);}#a4dbba51b5abdd8 , #a4dbba51b5abdd8 a{color: rgba(255, 255, 255, 0);}#a7ad5a40c6a8c27 , #a7ad5a40c6a8c27 a{color: rgba(255, 255, 255, 0);}#a36bda0112a133d , #a36bda0112a133d a{color: rgba(255, 255, 255, 0);}#a1308aef2aac0d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae36fab7cba492d .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aadd5a35c9adcd9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5dc9a54d7aee0e .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6047a7d7daf471 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a7e99a3eb7aa07c .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6c81af3f6a9452 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a228fa08aaa2090 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0ad1a06cfa7d30 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a0ad1a06cfa7d30  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a3482a8076a53d7 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092212.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3e3ca683ba4aed > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a3e3ca683ba4aed  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4d94aaab7a6a73 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8932a0e95a18d9 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8932a0e95a18d9  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7bf2aa163a39d5 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472165857.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad421a30beadaaf > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad421a30beadaaf  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a8abaa531baffca > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472093905.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#aab1fa8585a6370 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aab1fa8585a6370 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a4a9aa079eaf636 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4a9aa079eaf636 .ele-wrap:hover {background-color: #509c49;}#a3f24a3cb2ac3f8 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a3f24a3cb2ac3f8 .ele-wrap:hover {background-color: #509c49;}#ac65ca92b6a4a55 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac65ca92b6a4a55 .ele-wrap:hover {background-color: #509c49;}#ae41fa85fba2ed5 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae41fa85fba2ed5 .ele-wrap:hover {background-color: #509c49;}#a236baa25fabec2 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a236baa25fabec2 .ele-wrap:hover {background-color: #509c49;}#ad16aab046aecc8 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ad16aab046aecc8 .ele-wrap:hover {background-color: #509c49;}#ab610a635daabb8 , #ab610a635daabb8 a{color: rgba(155, 155, 155, 1);}#af716a72f6af31d , #af716a72f6af31d a{color: rgba(155, 155, 155, 1);}#ad078ab892af260 , #ad078ab892af260 a{color: rgba(155, 155, 155, 1);}#a9aa3a6725aa283 , #a9aa3a6725aa283 a{color: rgba(155, 155, 155, 1);}#a65eeaf374ae884 , #a65eeaf374ae884 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a688ea48bbaaa3e .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc68aa901aef77 .logged {
  display: none;
}
#acc68aa901aef77 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#acc68aa901aef77 .fa-search {
  color: #ccc;
}
#acc68aa901aef77 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#acc68aa901aef77 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#acc68aa901aef77 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#acc68aa901aef77 .quick-menus li:last-child > a::after {
  display: none;
}
#acc68aa901aef77 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#acc68aa901aef77 .site-header {
  height: 70px;
}
#acc68aa901aef77 .uk-navbar-item,
#acc68aa901aef77 .uk-navbar-nav > li > a,
#acc68aa901aef77 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#acc68aa901aef77 .uk-sticky-fixed .uk-navbar-item,
#acc68aa901aef77 .uk-sticky-fixed .uk-navbar-nav > li > a,
#acc68aa901aef77 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#acc68aa901aef77 .uk-navbar-sticky {
  background: #fff;
}
#acc68aa901aef77 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#acc68aa901aef77 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#acc68aa901aef77 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#acc68aa901aef77 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#acc68aa901aef77 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#acc68aa901aef77 .sub-menu-title i,
#acc68aa901aef77 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#acc68aa901aef77 .menu-list > .menu-item {
  position: relative;
}
#acc68aa901aef77 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#acc68aa901aef77 .menu-list > .menu-item:hover > a::after,
#acc68aa901aef77 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#acc68aa901aef77 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#acc68aa901aef77 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#acc68aa901aef77 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#acc68aa901aef77 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#acc68aa901aef77 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#acc68aa901aef77 .sub-menu-item a:hover {
  color: #07406e;
}
#acc68aa901aef77 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#acc68aa901aef77 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#acc68aa901aef77 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#acc68aa901aef77 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#acc68aa901aef77 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#acc68aa901aef77 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#acc68aa901aef77 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#acc68aa901aef77 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#acc68aa901aef77 .logo {
  display: inline-block;
}
#acc68aa901aef77 .search-box {
  position: relative;
  padding: 10px;
}
#acc68aa901aef77 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#acc68aa901aef77 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#acc68aa901aef77 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a1bfaa329ba8bb8 .uk-container {
  line-height: 2;
  color: #999;
}
#acc68aa901aef77 .uk-container {max-width: 1400px;}#acc68aa901aef77 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#acc68aa901aef77 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a85a9abbbbabb77 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a85a9abbbbabb77 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a0335a299cacc97 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a7870a1f93a37b3 .uk-grid {
  margin-left: 0px;
}
#a7870a1f93a37b3 .uk-grid > * {
  padding-left: 0px;
}
#a7870a1f93a37b3 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7870a1f93a37b3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7870a1f93a37b3 .uk-position-center-left-out {
    left: -30px;
  }
  #a7870a1f93a37b3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ace84a8e84a880f .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a20a6a2365a9308 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#afa53aa6eba4de1 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a08eaa0ba7acfcb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(5, 5, 5, 1);}#ae0d6adf0fa923e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(3, 3, 3, 1);}#a18e1a0670a87eb .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a18e1a0670a87eb .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a8cada2a73a87a4 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a8cada2a73a87a4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#affa3a5bb3a82f6 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#affa3a5bb3a82f6 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9b6ca318eaa3a7 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9b6ca318eaa3a7 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a90d0af07eaf0ec , #a90d0af07eaf0ec a{color: rgba(255, 255, 255, 0);}#ae9f6a7bf4a5082 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6561a5c25a2f7a {
  overflow: hidden;
}
#a6561a5c25a2f7a .img-wrap {
  transition: all 0.3s ease-in;
}
#a6561a5c25a2f7a .img-wrap:hover {
  transform: scale(1.5);
}
#aaa51ac52dae6b0 {
  overflow: hidden;
}
#aaa51ac52dae6b0 .img-wrap {
  transition: all 0.3s ease-in;
}
#aaa51ac52dae6b0 .img-wrap:hover {
  transform: scale(1.5);
}
#a7786a18a4a15f5 , #a7786a18a4a15f5 a{color: rgba(255, 255, 255, 0);}#ad932a9054af30a , #ad932a9054af30a a{color: rgba(255, 255, 255, 0);}#a2448a8898a00ad , #a2448a8898a00ad a{color: rgba(255, 255, 255, 0);}#ae57da1896a126a , #ae57da1896a126a a{color: rgba(255, 255, 255, 0);}#a7e08a471ca3a5e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa0dba7d70ad950 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6198aa248a82b3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a5554abeefa5fac .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a92cba7921a1c0e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#af539ad477a8d82 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a564ba8a71a72d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a6e6fa0262acc58 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aaac1a0469af79a > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aaac1a0469af79a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#abd9ea0dd4a9130 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092212.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad845ac993a9073 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad845ac993a9073  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a1f3ba1358a7eb7 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a681ca24d0a11e5 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a681ca24d0a11e5  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4c9ea0b78a9fe3 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472165857.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae5a1afbe4a2898 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae5a1afbe4a2898  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#adaf1abb3baf288 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472093905.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7adeac061aeab7 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7adeac061aeab7 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aa2c4af2aba0088 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aa2c4af2aba0088 .ele-wrap:hover {background-color: #509c49;}#afa9aa2142a3c7f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#afa9aa2142a3c7f .ele-wrap:hover {background-color: #509c49;}#a289caa307aa44e .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a289caa307aa44e .ele-wrap:hover {background-color: #509c49;}#a07d3a15dda6edf .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a07d3a15dda6edf .ele-wrap:hover {background-color: #509c49;}#a52c1a5e34abf5b .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a52c1a5e34abf5b .ele-wrap:hover {background-color: #509c49;}#a5c67a71eeaa2d3 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5c67a71eeaa2d3 .ele-wrap:hover {background-color: #509c49;}#a91bfa6ac7addd2 , #a91bfa6ac7addd2 a{color: rgba(155, 155, 155, 1);}#a3f10a9f50a8ba3 , #a3f10a9f50a8ba3 a{color: rgba(155, 155, 155, 1);}#a065ba5b5bacefe , #a065ba5b5bacefe a{color: rgba(155, 155, 155, 1);}#a6ca4a28c6a0916 , #a6ca4a28c6a0916 a{color: rgba(155, 155, 155, 1);}#a96f0a7a83a1a07 , #a96f0a7a83a1a07 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4a1da8fa3a70eb .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a89a7a4f9ca103f .logged {
  display: none;
}
#a89a7a4f9ca103f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a89a7a4f9ca103f .fa-search {
  color: #ccc;
}
#a89a7a4f9ca103f .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a89a7a4f9ca103f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a89a7a4f9ca103f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a89a7a4f9ca103f .quick-menus li:last-child > a::after {
  display: none;
}
#a89a7a4f9ca103f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a89a7a4f9ca103f .site-header {
  height: 70px;
}
#a89a7a4f9ca103f .uk-navbar-item,
#a89a7a4f9ca103f .uk-navbar-nav > li > a,
#a89a7a4f9ca103f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a89a7a4f9ca103f .uk-sticky-fixed .uk-navbar-item,
#a89a7a4f9ca103f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a89a7a4f9ca103f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a89a7a4f9ca103f .uk-navbar-sticky {
  background: #fff;
}
#a89a7a4f9ca103f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a89a7a4f9ca103f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a89a7a4f9ca103f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a89a7a4f9ca103f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a89a7a4f9ca103f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a89a7a4f9ca103f .sub-menu-title i,
#a89a7a4f9ca103f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a89a7a4f9ca103f .menu-list > .menu-item {
  position: relative;
}
#a89a7a4f9ca103f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a89a7a4f9ca103f .menu-list > .menu-item:hover > a::after,
#a89a7a4f9ca103f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a89a7a4f9ca103f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a89a7a4f9ca103f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a89a7a4f9ca103f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a89a7a4f9ca103f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a89a7a4f9ca103f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a89a7a4f9ca103f .sub-menu-item a:hover {
  color: #07406e;
}
#a89a7a4f9ca103f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a89a7a4f9ca103f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a89a7a4f9ca103f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a89a7a4f9ca103f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a89a7a4f9ca103f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a89a7a4f9ca103f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a89a7a4f9ca103f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a89a7a4f9ca103f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a89a7a4f9ca103f .logo {
  display: inline-block;
}
#a89a7a4f9ca103f .search-box {
  position: relative;
  padding: 10px;
}
#a89a7a4f9ca103f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a89a7a4f9ca103f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a89a7a4f9ca103f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a1a9ca1460abc76 .uk-container {
  line-height: 2;
  color: #999;
}
#a89a7a4f9ca103f .uk-container {max-width: 1400px;}#a89a7a4f9ca103f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a89a7a4f9ca103f [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#acf60a1eb0a1898 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#acf60a1eb0a1898 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a7627aeba5ace3d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a92e2a5f0ca7473 .uk-grid {
  margin-left: 0px;
}
#a92e2a5f0ca7473 .uk-grid > * {
  padding-left: 0px;
}
#a92e2a5f0ca7473 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a92e2a5f0ca7473 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a92e2a5f0ca7473 .uk-position-center-left-out {
    left: -30px;
  }
  #a92e2a5f0ca7473 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1226a7a64a7045 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a799ba5364a0788 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#ad7eca683aa38bc > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#af954a3802a95e4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(5, 5, 5, 1);}#ad6eeab22ca6f11 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(3, 3, 3, 1);}#afd09a06afab25d .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#afd09a06afab25d .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#af577ae5cea11c6 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#af577ae5cea11c6 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#af608a9ad5aa1f3 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#af608a9ad5aa1f3 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a2070a1b4aa2a8e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a2070a1b4aa2a8e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ad16ca7939a8e42 , #ad16ca7939a8e42 a{color: rgba(255, 255, 255, 0);}#a4897a312fa227b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae06aad6dda450d {
  overflow: hidden;
}
#ae06aad6dda450d .img-wrap {
  transition: all 0.3s ease-in;
}
#ae06aad6dda450d .img-wrap:hover {
  transform: scale(1.5);
}
#acec4a0b91a4446 {
  overflow: hidden;
}
#acec4a0b91a4446 .img-wrap {
  transition: all 0.3s ease-in;
}
#acec4a0b91a4446 .img-wrap:hover {
  transform: scale(1.5);
}
#aa130a3beca4906 , #aa130a3beca4906 a{color: rgba(255, 255, 255, 0);}#a8e28aa7f2a9f8a , #a8e28aa7f2a9f8a a{color: rgba(255, 255, 255, 0);}#a3e34a7fc5a2e30 , #a3e34a7fc5a2e30 a{color: rgba(255, 255, 255, 0);}#a1a29afe9badff5 , #a1a29afe9badff5 a{color: rgba(255, 255, 255, 0);}#a7116ae32da8b88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2509aa90ea8d13 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afda4aba23aa845 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae9b9a637aa0705 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2cf6ae5f2a67e7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a05a7ac561a5972 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5078a8cc4a5790 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8f2aa59f6a4dbc .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9a59aad0ea4cc8 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a9a59aad0ea4cc8  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab6a1a497daa484 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092212.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac05fa7f90aed49 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ac05fa7f90aed49  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a598ca4cb1ab5d5 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a552ba0ea1a1256 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a552ba0ea1a1256  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7585a2dd3a8d68 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472165857.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4a1ba8f66a7fe2 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a4a1ba8f66a7fe2  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a377eaa9cbae706 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472093905.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0b2fa324aa0c21 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0b2fa324aa0c21 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a6151ad53ca0bf0 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a6151ad53ca0bf0 .ele-wrap:hover {background-color: #509c49;}#a8486a5902a3990 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a8486a5902a3990 .ele-wrap:hover {background-color: #509c49;}#ac2d0ab396ad198 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac2d0ab396ad198 .ele-wrap:hover {background-color: #509c49;}#aa62eaca01ae1f6 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aa62eaca01ae1f6 .ele-wrap:hover {background-color: #509c49;}#ac353a2d5eae178 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ac353a2d5eae178 .ele-wrap:hover {background-color: #509c49;}#a4f3eaf0d3a4cae .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a4f3eaf0d3a4cae .ele-wrap:hover {background-color: #509c49;}#ada93a0910ada5f , #ada93a0910ada5f a{color: rgba(155, 155, 155, 1);}#a0440a33f3a7cb2 , #a0440a33f3a7cb2 a{color: rgba(155, 155, 155, 1);}#a1962a990ea3e72 , #a1962a990ea3e72 a{color: rgba(155, 155, 155, 1);}#a0936ad454ae448 , #a0936ad454ae448 a{color: rgba(155, 155, 155, 1);}#a812fa6ba9a4a94 , #a812fa6ba9a4a94 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a453eabc90abaef .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ae886a6e97ab3ec .logged {
  display: none;
}
#ae886a6e97ab3ec .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae886a6e97ab3ec .fa-search {
  color: #ccc;
}
#ae886a6e97ab3ec .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#ae886a6e97ab3ec .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae886a6e97ab3ec .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ae886a6e97ab3ec .quick-menus li:last-child > a::after {
  display: none;
}
#ae886a6e97ab3ec .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae886a6e97ab3ec .site-header {
  height: 70px;
}
#ae886a6e97ab3ec .uk-navbar-item,
#ae886a6e97ab3ec .uk-navbar-nav > li > a,
#ae886a6e97ab3ec .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae886a6e97ab3ec .uk-sticky-fixed .uk-navbar-item,
#ae886a6e97ab3ec .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae886a6e97ab3ec .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae886a6e97ab3ec .uk-navbar-sticky {
  background: #fff;
}
#ae886a6e97ab3ec .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ae886a6e97ab3ec .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ae886a6e97ab3ec .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae886a6e97ab3ec .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ae886a6e97ab3ec .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ae886a6e97ab3ec .sub-menu-title i,
#ae886a6e97ab3ec .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae886a6e97ab3ec .menu-list > .menu-item {
  position: relative;
}
#ae886a6e97ab3ec .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#ae886a6e97ab3ec .menu-list > .menu-item:hover > a::after,
#ae886a6e97ab3ec .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ae886a6e97ab3ec .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ae886a6e97ab3ec .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ae886a6e97ab3ec .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ae886a6e97ab3ec .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ae886a6e97ab3ec .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ae886a6e97ab3ec .sub-menu-item a:hover {
  color: #07406e;
}
#ae886a6e97ab3ec .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ae886a6e97ab3ec .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ae886a6e97ab3ec .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae886a6e97ab3ec .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ae886a6e97ab3ec .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ae886a6e97ab3ec .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ae886a6e97ab3ec .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ae886a6e97ab3ec .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#ae886a6e97ab3ec .logo {
  display: inline-block;
}
#ae886a6e97ab3ec .search-box {
  position: relative;
  padding: 10px;
}
#ae886a6e97ab3ec .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ae886a6e97ab3ec .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ae886a6e97ab3ec .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a13dfa9bd9a349e .uk-container {
  line-height: 2;
  color: #999;
}
#ae886a6e97ab3ec .uk-container {max-width: 1400px;}#ae886a6e97ab3ec [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#ae886a6e97ab3ec [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a05b5a3e8ea38b0 .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#a05b5a3e8ea38b0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#ab966ace39a7ee0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#ab7fba6125ac725 .uk-grid {
  margin-left: 0px;
}
#ab7fba6125ac725 .uk-grid > * {
  padding-left: 0px;
}
#ab7fba6125ac725 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab7fba6125ac725 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab7fba6125ac725 .uk-position-center-left-out {
    left: -30px;
  }
  #ab7fba6125ac725 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a420da2142a7959 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6f9aa8081ac062 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a018ea1406a8615 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#af81ba25bcacf98 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(5, 5, 5, 1);}#adcbaa11c3a86d0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(3, 3, 3, 1);}#acdc8a70deaee6b .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#acdc8a70deaee6b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a2768a49c9af44e .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a2768a49c9af44e .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5c1ba5d67a8bbb .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5c1ba5d67a8bbb .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ae279a7c80a6b8b .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ae279a7c80a6b8b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ab588aec69af059 , #ab588aec69af059 a{color: rgba(255, 255, 255, 0);}#a31d0adc2ca2e85 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7648a4c47a82b3 {
  overflow: hidden;
}
#a7648a4c47a82b3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7648a4c47a82b3 .img-wrap:hover {
  transform: scale(1.5);
}
#a654aabbc1af0b9 {
  overflow: hidden;
}
#a654aabbc1af0b9 .img-wrap {
  transition: all 0.3s ease-in;
}
#a654aabbc1af0b9 .img-wrap:hover {
  transform: scale(1.5);
}
#a27aca56b3a6af7 , #a27aca56b3a6af7 a{color: rgba(255, 255, 255, 0);}#a4439a3524ab08d , #a4439a3524ab08d a{color: rgba(255, 255, 255, 0);}#a3d02a29a5aec0c , #a3d02a29a5aec0c a{color: rgba(255, 255, 255, 0);}#afd8da265aaca8f , #afd8da265aaca8f a{color: rgba(255, 255, 255, 0);}#aa871ac994ae7e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a02cea93a3a7957 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#acd24a7894adcde > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a2946a7be2a6d89 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a33aca5227aab67 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa647adac2aff0e .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2e9ba7267a4245 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a59d4a7356a6d6d .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac988a0fffaba4a > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ac988a0fffaba4a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6291a521aad893 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092212.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad716aa9fba0060 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ad716aa9fba0060  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a581ca2fbfa102c > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a80a9aab6faec7e > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a80a9aab6faec7e  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#abef2aa822a67b3 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472165857.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae8e9a7856ad678 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#ae8e9a7856ad678  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a5ed5a21c7ab39f > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472093905.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#afff1ac682acc82 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#afff1ac682acc82 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5f9ea5a9aa95be .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a5f9ea5a9aa95be .ele-wrap:hover {background-color: #509c49;}#ae93ca6e91a2aa4 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae93ca6e91a2aa4 .ele-wrap:hover {background-color: #509c49;}#aa962a8d06afb88 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aa962a8d06afb88 .ele-wrap:hover {background-color: #509c49;}#ae7a3ae227a23d0 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae7a3ae227a23d0 .ele-wrap:hover {background-color: #509c49;}#aca39a13cba50e7 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#aca39a13cba50e7 .ele-wrap:hover {background-color: #509c49;}#a157ead068a822f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a157ead068a822f .ele-wrap:hover {background-color: #509c49;}#a8bfaab233a181f , #a8bfaab233a181f a{color: rgba(155, 155, 155, 1);}#abbdda454cacf52 , #abbdda454cacf52 a{color: rgba(155, 155, 155, 1);}#a3bcaa2711a8201 , #a3bcaa2711a8201 a{color: rgba(155, 155, 155, 1);}#abcc3a7172abd82 , #abcc3a7172abd82 a{color: rgba(155, 155, 155, 1);}#abd92ae342a34d8 , #abd92ae342a34d8 a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a15f9a072bacfc9 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9bc6ade28a3652 .logged {
  display: none;
}
#a9bc6ade28a3652 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a9bc6ade28a3652 .fa-search {
  color: #ccc;
}
#a9bc6ade28a3652 .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a9bc6ade28a3652 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a9bc6ade28a3652 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a9bc6ade28a3652 .quick-menus li:last-child > a::after {
  display: none;
}
#a9bc6ade28a3652 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a9bc6ade28a3652 .site-header {
  height: 70px;
}
#a9bc6ade28a3652 .uk-navbar-item,
#a9bc6ade28a3652 .uk-navbar-nav > li > a,
#a9bc6ade28a3652 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a9bc6ade28a3652 .uk-sticky-fixed .uk-navbar-item,
#a9bc6ade28a3652 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a9bc6ade28a3652 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a9bc6ade28a3652 .uk-navbar-sticky {
  background: #fff;
}
#a9bc6ade28a3652 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a9bc6ade28a3652 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a9bc6ade28a3652 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9bc6ade28a3652 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a9bc6ade28a3652 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a9bc6ade28a3652 .sub-menu-title i,
#a9bc6ade28a3652 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a9bc6ade28a3652 .menu-list > .menu-item {
  position: relative;
}
#a9bc6ade28a3652 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a9bc6ade28a3652 .menu-list > .menu-item:hover > a::after,
#a9bc6ade28a3652 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a9bc6ade28a3652 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a9bc6ade28a3652 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a9bc6ade28a3652 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a9bc6ade28a3652 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a9bc6ade28a3652 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a9bc6ade28a3652 .sub-menu-item a:hover {
  color: #07406e;
}
#a9bc6ade28a3652 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a9bc6ade28a3652 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a9bc6ade28a3652 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a9bc6ade28a3652 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a9bc6ade28a3652 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a9bc6ade28a3652 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a9bc6ade28a3652 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a9bc6ade28a3652 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a9bc6ade28a3652 .logo {
  display: inline-block;
}
#a9bc6ade28a3652 .search-box {
  position: relative;
  padding: 10px;
}
#a9bc6ade28a3652 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a9bc6ade28a3652 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a9bc6ade28a3652 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a212caad19a5fad .uk-container {
  line-height: 2;
  color: #999;
}
#a9bc6ade28a3652 .uk-container {max-width: 1400px;}#a9bc6ade28a3652 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a9bc6ade28a3652 [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#abc87abe0cad30d .ele-wrap {border-color: rgba(231, 35, 58, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 24px;background-color: rgba(231, 35, 58, 1);border-radius: 3px;justify-content: center;}#abc87abe0cad30d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a5c4ba856ead54b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(231, 35, 58, 1);border-left-color: rgba(231, 35, 58, 1);border-bottom-color: rgba(231, 35, 58, 1);border-top-color: rgba(231, 35, 58, 1);}#a62cfaa84fad38b .uk-grid {
  margin-left: 0px;
}
#a62cfaa84fad38b .uk-grid > * {
  padding-left: 0px;
}
#a62cfaa84fad38b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a62cfaa84fad38b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a62cfaa84fad38b .uk-position-center-left-out {
    left: -30px;
  }
  #a62cfaa84fad38b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a011daabb1abbf6 .img-wrap {
  border-right-color: #e7233a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #e7233a;
  border-bottom-color: #e7233a;
  border-top-color: #e7233a;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a71c2a4b93a20ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px -2px 2px 1px undefined;}#a265dad242aa201 > .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;box-shadow: 0px -4px 11px 2px rgba(231, 35, 58, 1);}#a190aa2d7ea03d7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(5, 5, 5, 1);}#aad4aa0863a3e38 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(3, 3, 3, 1);}#a66b4a390fa1065 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a66b4a390fa1065 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#ab01cac185a10bb .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#ab01cac185a10bb .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a9150a80e2a3651 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a9150a80e2a3651 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a5491a4a24a7335 .ele-wrap {border-color: #000;color: #000000;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 5px 3px 4px undefined;}#a5491a4a24a7335 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(231, 35, 58, 1);}#a387ead2a2a1dff , #a387ead2a2a1dff a{color: rgba(255, 255, 255, 0);}#a4864a783dafd53 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a413fa6368ace46 {
  overflow: hidden;
}
#a413fa6368ace46 .img-wrap {
  transition: all 0.3s ease-in;
}
#a413fa6368ace46 .img-wrap:hover {
  transform: scale(1.5);
}
#a2476a8d79a9a44 {
  overflow: hidden;
}
#a2476a8d79a9a44 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2476a8d79a9a44 .img-wrap:hover {
  transform: scale(1.5);
}
#a9a93a154fa427b , #a9a93a154fa427b a{color: rgba(255, 255, 255, 0);}#ac631aceabaebe8 , #ac631aceabaebe8 a{color: rgba(255, 255, 255, 0);}#abfaaadd13a00fc , #abfaaadd13a00fc a{color: rgba(255, 255, 255, 0);}#ab1f9ab51faa7d5 , #ab1f9ab51faa7d5 a{color: rgba(255, 255, 255, 0);}#a8306abeb3aba1d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#afd5faf836af859 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab9bfaa701a209d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#adabaa6f4fa8d4c .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1eeeac7c7a835c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a93c0a175aa91fb .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af3caa6ab1a524f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(155, 155, 155, 1);border-right-style: solid;border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#aa798ab42fac400 .img-wrap {
  border-left-style: solid;
  border-left-color: #9b9b9b;
  border-left-width: 1px;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a36bda6b46a6cef > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a36bda6b46a6cef  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(231, 35, 58, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a410fac479a7aaf > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092212.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8383a6029aba94 > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a8383a6029aba94  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#abd78afd0eaf008 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472092766.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a41eaa1c6baf26d > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#a41eaa1c6baf26d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7541a16a8ada61 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472165857.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#acd23a41b5a5f8c > .ele-wrap {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(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 2px 10px 1px rgba(155, 155, 155, 1);}#acd23a41b5a5f8c  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a82baa2d82a43c5 > .ele-wrap {background-image: url(/resources/upload/ae320a58f3adff1/1733472093905.png);background-position: center right;background-size: cover;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-left-color: rgba(155, 155, 155, 1);border-left-style: solid;border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2deca08ffa8577 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a2deca08ffa8577 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ab868aaf68aa44b .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab868aaf68aa44b .ele-wrap:hover {background-color: #509c49;}#ae308a4d10ad943 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ae308a4d10ad943 .ele-wrap:hover {background-color: #509c49;}#ab5abab6a3abd7f .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#ab5abab6a3abd7f .ele-wrap:hover {background-color: #509c49;}#a0741aea44a3f03 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0741aea44a3f03 .ele-wrap:hover {background-color: #509c49;}#a0e48a6a04a6a70 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#a0e48a6a04a6a70 .ele-wrap:hover {background-color: #509c49;}#afcb1ab4a5aae43 .ele-wrap {color: #000000;font-size: 18px;font-weight: 600;background-color: rgba(249, 249, 249, 1);border-radius: 10px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 1);box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 1);}#afcb1ab4a5aae43 .ele-wrap:hover {background-color: #509c49;}#ae30ea960fa6432 , #ae30ea960fa6432 a{color: rgba(155, 155, 155, 1);}#af78fa9cd7a5541 , #af78fa9cd7a5541 a{color: rgba(155, 155, 155, 1);}#ab0b5a3349a2646 , #ab0b5a3349a2646 a{color: rgba(155, 155, 155, 1);}#a189da32ceaff5f , #a189da32ceaff5f a{color: rgba(155, 155, 155, 1);}#a0a8ea412fa97ac , #a0a8ea412fa97ac a{color: rgba(155, 155, 155, 1);}#a1ac5a938ea3ae7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af868aa91fa0648 , #af868aa91fa0648 a{color: rgba(231, 35, 58, 1);}#a39d0a1968acbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef6ea3d97a3eb8 , #aef6ea3d97a3eb8 a{color: rgba(231, 35, 58, 1);}#a8ebda259cac842 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac39aa37a6a5988 , #ac39aa37a6a5988 a{color: rgba(231, 35, 58, 1);}#a3516a3c3fab946 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75aeacd9da5b28 , #a75aeacd9da5b28 a{color: rgba(231, 35, 58, 1);}#aac00a94a2a4de7 .ele-wrap {color: #fff;font-size: 20px;background-color: rgba(231, 35, 58, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aebbcacd24af229 .img-wrap {
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afca3ac594ac2f7 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a6047acca4ac21f .logged {
  display: none;
}
#a6047acca4ac21f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6047acca4ac21f .fa-search {
  color: #ccc;
}
#a6047acca4ac21f .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a6047acca4ac21f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6047acca4ac21f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a6047acca4ac21f .quick-menus li:last-child > a::after {
  display: none;
}
#a6047acca4ac21f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6047acca4ac21f .site-header {
  height: 70px;
}
#a6047acca4ac21f .uk-navbar-item,
#a6047acca4ac21f .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-item,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-navbar-sticky {
  background: #fff;
}
#a6047acca4ac21f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a6047acca4ac21f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a6047acca4ac21f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6047acca4ac21f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a6047acca4ac21f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a6047acca4ac21f .sub-menu-title i,
#a6047acca4ac21f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6047acca4ac21f .menu-list > .menu-item {
  position: relative;
}
#a6047acca4ac21f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a6047acca4ac21f .menu-list > .menu-item:hover > a::after,
#a6047acca4ac21f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a6047acca4ac21f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a6047acca4ac21f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a6047acca4ac21f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a6047acca4ac21f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a6047acca4ac21f .sub-menu-item a:hover {
  color: #07406e;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a6047acca4ac21f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a6047acca4ac21f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6047acca4ac21f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a6047acca4ac21f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a6047acca4ac21f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a6047acca4ac21f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a6047acca4ac21f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a6047acca4ac21f .logo {
  display: inline-block;
}
#a6047acca4ac21f .search-box {
  position: relative;
  padding: 10px;
}
#a6047acca4ac21f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a6047acca4ac21f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a6047acca4ac21f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#afc1fa576ca4d7d {
  min-height: 90vh;
  /* mobile */
}
#afc1fa576ca4d7d .search-highlight {
  background: yellow;
}
#afc1fa576ca4d7d .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#afc1fa576ca4d7d .el-title {
  margin-bottom: 20px;
}
#afc1fa576ca4d7d .el-item:hover .el-title {
  color: #07406e;
}
#afc1fa576ca4d7d .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#afc1fa576ca4d7d .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#afc1fa576ca4d7d .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#afc1fa576ca4d7d .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#afc1fa576ca4d7d .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#afc1fa576ca4d7d .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #afc1fa576ca4d7d .el-title {
    margin-bottom: 0;
  }
  #afc1fa576ca4d7d .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #afc1fa576ca4d7d .category {
    font-size: 12px;
  }
  #afc1fa576ca4d7d .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a50e7a77e9afe13 .uk-container {
  line-height: 2;
  color: #999;
}
#a6047acca4ac21f .uk-container {max-width: 1400px;}#a6047acca4ac21f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a6047acca4ac21f [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a5ef3a354fa6b89 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a6047acca4ac21f .logged {
  display: none;
}
#a6047acca4ac21f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6047acca4ac21f .fa-search {
  color: #ccc;
}
#a6047acca4ac21f .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a6047acca4ac21f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6047acca4ac21f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a6047acca4ac21f .quick-menus li:last-child > a::after {
  display: none;
}
#a6047acca4ac21f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6047acca4ac21f .site-header {
  height: 70px;
}
#a6047acca4ac21f .uk-navbar-item,
#a6047acca4ac21f .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-item,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-navbar-sticky {
  background: #fff;
}
#a6047acca4ac21f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a6047acca4ac21f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a6047acca4ac21f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6047acca4ac21f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a6047acca4ac21f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a6047acca4ac21f .sub-menu-title i,
#a6047acca4ac21f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6047acca4ac21f .menu-list > .menu-item {
  position: relative;
}
#a6047acca4ac21f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a6047acca4ac21f .menu-list > .menu-item:hover > a::after,
#a6047acca4ac21f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a6047acca4ac21f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a6047acca4ac21f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a6047acca4ac21f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a6047acca4ac21f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a6047acca4ac21f .sub-menu-item a:hover {
  color: #07406e;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a6047acca4ac21f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a6047acca4ac21f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6047acca4ac21f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a6047acca4ac21f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a6047acca4ac21f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a6047acca4ac21f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a6047acca4ac21f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a6047acca4ac21f .logo {
  display: inline-block;
}
#a6047acca4ac21f .search-box {
  position: relative;
  padding: 10px;
}
#a6047acca4ac21f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a6047acca4ac21f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a6047acca4ac21f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a278fa31d8ad502 {
  /* 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------------------------*/
}
#a278fa31d8ad502 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a278fa31d8ad502 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a278fa31d8ad502 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a278fa31d8ad502 .error .clip:nth-of-type(1) .shadow,
#a278fa31d8ad502 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a278fa31d8ad502 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a278fa31d8ad502 .error h2 {
  font-size: 32px;
}
#a278fa31d8ad502 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a278fa31d8ad502 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a278fa31d8ad502 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a278fa31d8ad502 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a278fa31d8ad502 .error .clip .shadow {
  overflow: hidden;
}
#a278fa31d8ad502 .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);
}
#a278fa31d8ad502 .error .clip:nth-of-type(3) .shadow:after,
#a278fa31d8ad502 .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%;
}
#a278fa31d8ad502 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a278fa31d8ad502 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a278fa31d8ad502 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a278fa31d8ad502 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a278fa31d8ad502 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a278fa31d8ad502 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a278fa31d8ad502 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a278fa31d8ad502 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a278fa31d8ad502 {
    /* Error Page */
    /* Error Page */
  }
  #a278fa31d8ad502 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a278fa31d8ad502 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a278fa31d8ad502 .error .clip:nth-of-type(1) .shadow,
  #a278fa31d8ad502 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a278fa31d8ad502 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a278fa31d8ad502 .error h2 {
    font-size: 24px;
  }
  #a278fa31d8ad502 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a278fa31d8ad502 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a278fa31d8ad502 .error .container-error-404 {
    height: 150px;
  }
}
#a278fa31d8ad502 .overlay {
  position: relative;
  z-index: 20;
}
#a278fa31d8ad502 .ground-color {
  background: white;
}
#a278fa31d8ad502 .item-bg-color {
  background: #EAEAEA;
}
#a278fa31d8ad502 .padding-top {
  padding-top: 10px;
}
#a278fa31d8ad502 .padding-bottom {
  padding-bottom: 10px;
}
#a278fa31d8ad502 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a278fa31d8ad502 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a278fa31d8ad502 .padding-all {
  padding: 10px;
}
#a278fa31d8ad502 .no-padding-left {
  padding-left: 0px;
}
#a278fa31d8ad502 .no-padding-right {
  padding-right: 0px;
}
#a278fa31d8ad502 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a278fa31d8ad502 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a278fa31d8ad502 .no-padding {
  padding: 0px;
}
#a278fa31d8ad502 .margin-top {
  margin-top: 10px;
}
#a278fa31d8ad502 .margin-bottom {
  margin-bottom: 10px;
}
#a278fa31d8ad502 .margin-right {
  margin-right: 10px;
}
#a278fa31d8ad502 .margin-left {
  margin-left: 10px;
}
#a278fa31d8ad502 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a278fa31d8ad502 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a278fa31d8ad502 .margin-all {
  margin: 10px;
}
#a278fa31d8ad502 .no-margin {
  margin: 0px;
}
#a278fa31d8ad502 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a278fa31d8ad502 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a278fa31d8ad502 .inside-col-shrink {
  margin: 0px 20px;
}
#a278fa31d8ad502 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#ab4a0afc14addd6 .uk-container {
  line-height: 2;
  color: #999;
}
#a6047acca4ac21f .uk-container {max-width: 1400px;}#a6047acca4ac21f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a6047acca4ac21f [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a5ef3a354fa6b89 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a6047acca4ac21f .logged {
  display: none;
}
#a6047acca4ac21f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6047acca4ac21f .fa-search {
  color: #ccc;
}
#a6047acca4ac21f .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a6047acca4ac21f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6047acca4ac21f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a6047acca4ac21f .quick-menus li:last-child > a::after {
  display: none;
}
#a6047acca4ac21f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6047acca4ac21f .site-header {
  height: 70px;
}
#a6047acca4ac21f .uk-navbar-item,
#a6047acca4ac21f .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-item,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-navbar-sticky {
  background: #fff;
}
#a6047acca4ac21f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a6047acca4ac21f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a6047acca4ac21f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6047acca4ac21f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a6047acca4ac21f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a6047acca4ac21f .sub-menu-title i,
#a6047acca4ac21f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6047acca4ac21f .menu-list > .menu-item {
  position: relative;
}
#a6047acca4ac21f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a6047acca4ac21f .menu-list > .menu-item:hover > a::after,
#a6047acca4ac21f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a6047acca4ac21f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a6047acca4ac21f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a6047acca4ac21f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a6047acca4ac21f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a6047acca4ac21f .sub-menu-item a:hover {
  color: #07406e;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a6047acca4ac21f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a6047acca4ac21f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6047acca4ac21f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a6047acca4ac21f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a6047acca4ac21f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a6047acca4ac21f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a6047acca4ac21f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a6047acca4ac21f .logo {
  display: inline-block;
}
#a6047acca4ac21f .search-box {
  position: relative;
  padding: 10px;
}
#a6047acca4ac21f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a6047acca4ac21f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a6047acca4ac21f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a99e0abc77ad7a2 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a99e0abc77ad7a2 .switch_item {
  margin-right: 10px;
}
#a99e0abc77ad7a2 a.switch_item:hover {
  text-decoration: underline;
}
#a99e0abc77ad7a2 .slider {
  width: 420px;
  height: 600px;
}
#a99e0abc77ad7a2 .uk-slideshow-items {
  height: 100%;
}
#a99e0abc77ad7a2 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a99e0abc77ad7a2 .login-wrap {
  width: 100%;
  height: 100%;
}
#a99e0abc77ad7a2 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a99e0abc77ad7a2 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a99e0abc77ad7a2 .phone-login-box {
  margin: 40px auto 40px;
}
#a99e0abc77ad7a2 .login-header {
  margin-bottom: 24px;
}
#a99e0abc77ad7a2 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a99e0abc77ad7a2 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a99e0abc77ad7a2 .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;
}
#a99e0abc77ad7a2 .forget_password {
  cursor: pointer;
}
#a99e0abc77ad7a2 .forget_password:hover {
  color: #07406e;
}
#a99e0abc77ad7a2 .input-item input.error,
#a99e0abc77ad7a2 .input-item input.error::placeholder {
  color: #fc4343;
}
#a99e0abc77ad7a2 .input-item input::placeholder {
  color: #999;
}
#a99e0abc77ad7a2 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a99e0abc77ad7a2 .form-item {
  margin: 24px 0;
}
#a99e0abc77ad7a2 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a99e0abc77ad7a2 .send-code {
  float: left;
  margin-left: 20px;
}
#a99e0abc77ad7a2 .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;
}
#a99e0abc77ad7a2 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a99e0abc77ad7a2 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a99e0abc77ad7a2 .login_btn_wrap {
  text-align: center;
}
#a99e0abc77ad7a2 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a99e0abc77ad7a2 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a99e0abc77ad7a2 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a74d7a4b6da438e .uk-container {
  line-height: 2;
  color: #999;
}
#a6047acca4ac21f .uk-container {max-width: 1400px;}#a6047acca4ac21f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a6047acca4ac21f [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a5ef3a354fa6b89 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a6047acca4ac21f .logged {
  display: none;
}
#a6047acca4ac21f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6047acca4ac21f .fa-search {
  color: #ccc;
}
#a6047acca4ac21f .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a6047acca4ac21f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6047acca4ac21f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a6047acca4ac21f .quick-menus li:last-child > a::after {
  display: none;
}
#a6047acca4ac21f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6047acca4ac21f .site-header {
  height: 70px;
}
#a6047acca4ac21f .uk-navbar-item,
#a6047acca4ac21f .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-item,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-navbar-sticky {
  background: #fff;
}
#a6047acca4ac21f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a6047acca4ac21f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a6047acca4ac21f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6047acca4ac21f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a6047acca4ac21f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a6047acca4ac21f .sub-menu-title i,
#a6047acca4ac21f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6047acca4ac21f .menu-list > .menu-item {
  position: relative;
}
#a6047acca4ac21f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a6047acca4ac21f .menu-list > .menu-item:hover > a::after,
#a6047acca4ac21f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a6047acca4ac21f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a6047acca4ac21f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a6047acca4ac21f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a6047acca4ac21f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a6047acca4ac21f .sub-menu-item a:hover {
  color: #07406e;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a6047acca4ac21f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a6047acca4ac21f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6047acca4ac21f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a6047acca4ac21f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a6047acca4ac21f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a6047acca4ac21f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a6047acca4ac21f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a6047acca4ac21f .logo {
  display: inline-block;
}
#a6047acca4ac21f .search-box {
  position: relative;
  padding: 10px;
}
#a6047acca4ac21f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a6047acca4ac21f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a6047acca4ac21f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#aba15aab93a6444 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#aba15aab93a6444 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#aba15aab93a6444 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#aba15aab93a6444 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#aba15aab93a6444 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#aba15aab93a6444 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#aba15aab93a6444 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#aba15aab93a6444 .nav-list {
  padding: 0 20px;
}
#aba15aab93a6444 .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;
}
#aba15aab93a6444 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#aba15aab93a6444 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#aba15aab93a6444 .order-item:hover {
  background: #f7f7f7;
}
#aba15aab93a6444 .del-order {
  cursor: pointer;
}
#aba15aab93a6444 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#aba15aab93a6444 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#aba15aab93a6444 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#aba15aab93a6444 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#aba15aab93a6444 .goods-item .goods-info {
  padding: 0 15px;
}
#aba15aab93a6444 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#aba15aab93a6444 .appoint-time {
  margin-bottom: 4px;
}
#aba15aab93a6444 .appoint-name {
  color: #333;
  font-size: 14px;
}
#aba15aab93a6444 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#aba15aab93a6444 .goods-item .goods-name {
  color: #333;
}
#aba15aab93a6444 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#aba15aab93a6444 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#aba15aab93a6444 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#aba15aab93a6444 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#aba15aab93a6444 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#aba15aab93a6444 .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;
}
#aba15aab93a6444 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#aba15aab93a6444 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#aba15aab93a6444 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#aba15aab93a6444 .setting-form {
  padding: 30px 20px;
}
#aba15aab93a6444 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#aba15aab93a6444 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#aba15aab93a6444 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#aba15aab93a6444 .setting-form .setting-btns {
  margin-left: 130px;
}
#aba15aab93a6444 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#aba15aab93a6444 .setting-wrap {
  position: relative;
}
#aba15aab93a6444 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#aba15aab93a6444 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#aba15aab93a6444 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#aba15aab93a6444 .address-wrap {
  padding: 30px 20px;
}
#aba15aab93a6444 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#aba15aab93a6444 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#aba15aab93a6444 .addr-list {
  min-height: 200px;
}
#aba15aab93a6444 .addr-detail .addr-item-name,
#aba15aab93a6444 .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;
}
#aba15aab93a6444 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#aba15aab93a6444 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#aba15aab93a6444 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#aba15aab93a6444 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#aba15aab93a6444 .add-addr {
  height: 32px;
  line-height: 30px;
}
#aba15aab93a6444 .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;
}
#aba15aab93a6444 .publish-item {
  cursor: default;
  min-height: 120px;
}
#aba15aab93a6444 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#aba15aab93a6444 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#aba15aab93a6444 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #07406e;
}
#aba15aab93a6444 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a0475a88f7aa37a .uk-container {
  line-height: 2;
  color: #999;
}
#a6047acca4ac21f .uk-container {max-width: 1400px;}#a6047acca4ac21f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a6047acca4ac21f [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a5ef3a354fa6b89 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a6047acca4ac21f .logged {
  display: none;
}
#a6047acca4ac21f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6047acca4ac21f .fa-search {
  color: #ccc;
}
#a6047acca4ac21f .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a6047acca4ac21f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6047acca4ac21f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a6047acca4ac21f .quick-menus li:last-child > a::after {
  display: none;
}
#a6047acca4ac21f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6047acca4ac21f .site-header {
  height: 70px;
}
#a6047acca4ac21f .uk-navbar-item,
#a6047acca4ac21f .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-item,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-navbar-sticky {
  background: #fff;
}
#a6047acca4ac21f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a6047acca4ac21f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a6047acca4ac21f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6047acca4ac21f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a6047acca4ac21f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a6047acca4ac21f .sub-menu-title i,
#a6047acca4ac21f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6047acca4ac21f .menu-list > .menu-item {
  position: relative;
}
#a6047acca4ac21f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a6047acca4ac21f .menu-list > .menu-item:hover > a::after,
#a6047acca4ac21f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a6047acca4ac21f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a6047acca4ac21f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a6047acca4ac21f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a6047acca4ac21f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a6047acca4ac21f .sub-menu-item a:hover {
  color: #07406e;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a6047acca4ac21f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a6047acca4ac21f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6047acca4ac21f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a6047acca4ac21f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a6047acca4ac21f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a6047acca4ac21f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a6047acca4ac21f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a6047acca4ac21f .logo {
  display: inline-block;
}
#a6047acca4ac21f .search-box {
  position: relative;
  padding: 10px;
}
#a6047acca4ac21f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a6047acca4ac21f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a6047acca4ac21f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#aeab5a2132a5944 {
  min-height: 90vh;
  /* mobile */
}
#aeab5a2132a5944 .search-highlight {
  background: yellow;
}
#aeab5a2132a5944 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#aeab5a2132a5944 .el-title {
  margin-bottom: 20px;
}
#aeab5a2132a5944 .el-item:hover .el-title {
  color: #07406e;
}
#aeab5a2132a5944 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#aeab5a2132a5944 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#aeab5a2132a5944 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#aeab5a2132a5944 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#aeab5a2132a5944 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#aeab5a2132a5944 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #aeab5a2132a5944 .el-title {
    margin-bottom: 0;
  }
  #aeab5a2132a5944 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #aeab5a2132a5944 .category {
    font-size: 12px;
  }
  #aeab5a2132a5944 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#adc9ea4979ac491 .uk-container {
  line-height: 2;
  color: #999;
}
#a6047acca4ac21f .uk-container {max-width: 1400px;}#a6047acca4ac21f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a6047acca4ac21f [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a5ef3a354fa6b89 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a6047acca4ac21f .logged {
  display: none;
}
#a6047acca4ac21f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6047acca4ac21f .fa-search {
  color: #ccc;
}
#a6047acca4ac21f .sub-menu-item i > svg {
  height: 1em;
  fill: #07406e;
  margin-right: 4px;
}
#a6047acca4ac21f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6047acca4ac21f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a6047acca4ac21f .quick-menus li:last-child > a::after {
  display: none;
}
#a6047acca4ac21f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6047acca4ac21f .site-header {
  height: 70px;
}
#a6047acca4ac21f .uk-navbar-item,
#a6047acca4ac21f .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-item,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6047acca4ac21f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6047acca4ac21f .uk-navbar-sticky {
  background: #fff;
}
#a6047acca4ac21f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a6047acca4ac21f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a6047acca4ac21f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6047acca4ac21f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a6047acca4ac21f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a6047acca4ac21f .sub-menu-title i,
#a6047acca4ac21f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6047acca4ac21f .menu-list > .menu-item {
  position: relative;
}
#a6047acca4ac21f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #07406e;
  opacity: 0;
  transition: all 0.36s;
}
#a6047acca4ac21f .menu-list > .menu-item:hover > a::after,
#a6047acca4ac21f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a6047acca4ac21f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a6047acca4ac21f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a6047acca4ac21f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a6047acca4ac21f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a6047acca4ac21f .sub-menu-item a:hover {
  color: #07406e;
}
#a6047acca4ac21f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a6047acca4ac21f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a6047acca4ac21f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6047acca4ac21f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a6047acca4ac21f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a6047acca4ac21f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a6047acca4ac21f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a6047acca4ac21f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #07406e;
}
#a6047acca4ac21f .logo {
  display: inline-block;
}
#a6047acca4ac21f .search-box {
  position: relative;
  padding: 10px;
}
#a6047acca4ac21f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a6047acca4ac21f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a6047acca4ac21f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
#a64fba3938a19c9 .comment-detail {
  min-height: 600px;
}
#a64fba3938a19c9 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a64fba3938a19c9 table th,
#a64fba3938a19c9 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a64fba3938a19c9 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a64fba3938a19c9 .red {
  color: #F00!important;
}
#a64fba3938a19c9 .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;
}
#a470aa8f19aabda .uk-container {
  line-height: 2;
  color: #999;
}
#a6047acca4ac21f .uk-container {max-width: 1400px;}#a6047acca4ac21f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(222, 42, 62, 1);}#a6047acca4ac21f [data-item="buttons[0]"]:hover {background-color: rgba(255, 255, 255, 1);color: #de2a3e;border-color: rgba(255, 255, 255, 1);}#a5ef3a354fa6b89 .uk-container {max-width: 1400px;}#a7f53aa7dea4463 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#abce3abf35a158e a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abce3abf35a158e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8530aac76a40b0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8530aac76a40b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a8c52a09e5a4bf5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8c52a09e5a4bf5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#aebaba911bae62d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aebaba911bae62d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a397ba09d5abb78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a397ba09d5abb78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#acc7aa1cdfacecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc7aa1cdfacecd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a995daa85caafb3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a995daa85caafb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad5a4ad9eba007a a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad5a4ad9eba007a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ad513ad797a1369 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad513ad797a1369 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7a8da229dad514 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7a8da229dad514 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adc42af73da5259 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#adc42af73da5259 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a7d0caa1a2a7705 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7d0caa1a2a7705 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a90eea7f21ae361 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90eea7f21ae361 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3916a34f3acb77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3916a34f3acb77 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a3f9baae32a2df7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3f9baae32a2df7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#adcc5afa8da4427 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(55, 67, 69, 1);}#adcc5afa8da4427  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ac81ba408fa74f1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac81ba408fa74f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a22f0a4485aa6a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f0a4485aa6a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#ab64fac21eab877 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab64fac21eab877 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a9f08a1b49a1970 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f08a1b49a1970 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a2d4aa820fa9862 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2d4aa820fa9862 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}#a639fa857ba2916 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a639fa857ba2916 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(37, 139, 240, 1);}