.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: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1e87f0;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #1e87f0;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666666;
}
/*
   * 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: #666666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #1e87f0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #1e87f0;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #1e87f0;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666666;
  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: #666666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #1e87f0;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #1e87f0;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666666;
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #1e87f0;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666666;
}
/* 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: #666666;
  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: #666666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #1e87f0;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #1e87f0;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #1e87f0;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #1e87f0;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #1e87f0;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #1e87f0;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #1e87f0 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  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: #666666;
}
.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: #666666;
}
.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;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 8px 15px;
  }
  * + .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;
  }
  p {
    font-size: .875rem;
  }
  .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-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 8px;
    line-height: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
#a73eca1e5ea4dc7 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a73eca1e5ea4dc7 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@media (min-width: 1200px) {
  #ac29ba1448a8b83 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #ac29ba1448a8b83 .sidebar {
    width: 300px;
    padding: 1;
  }
}
#ac29ba1448a8b83 .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#ac29ba1448a8b83 .rich-img-wrap {
  display: block;
}
#ac29ba1448a8b83 .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#ac29ba1448a8b83 .author-info span {
  background: #ddedfd;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#ac29ba1448a8b83 .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #1e87f0;
}
#ac29ba1448a8b83 .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#ac29ba1448a8b83 .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#ac29ba1448a8b83 .sidebar .uk-h4:before {
  background: #1e87f0;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#ac29ba1448a8b83 .author-wrapper {
  position: relative;
}
#ac29ba1448a8b83 .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#ac29ba1448a8b83 .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#ac29ba1448a8b83 .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#ac29ba1448a8b83 .new-list li {
  padding: 5px 0 15px;
}
#ac29ba1448a8b83 .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#ac29ba1448a8b83 .sidebar a:hover {
  color: #449bf3;
}
#ac29ba1448a8b83 .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
#a7ba0ae2bcaf274 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a7ba0ae2bcaf274 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a76d0af94ca1602 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a76d0af94ca1602 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@media (min-width: 1200px) {
  #a0487a42b6a125e .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a0487a42b6a125e .sidebar {
    width: 300px;
    padding: 1;
  }
}
#a0487a42b6a125e .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#a0487a42b6a125e .rich-img-wrap {
  display: block;
}
#a0487a42b6a125e .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#a0487a42b6a125e .author-info span {
  background: #ddedfd;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#a0487a42b6a125e .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #1e87f0;
}
#a0487a42b6a125e .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#a0487a42b6a125e .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#a0487a42b6a125e .sidebar .uk-h4:before {
  background: #1e87f0;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#a0487a42b6a125e .author-wrapper {
  position: relative;
}
#a0487a42b6a125e .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#a0487a42b6a125e .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#a0487a42b6a125e .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#a0487a42b6a125e .new-list li {
  padding: 5px 0 15px;
}
#a0487a42b6a125e .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#a0487a42b6a125e .sidebar a:hover {
  color: #449bf3;
}
#a0487a42b6a125e .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
#add07a253da92fb .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#add07a253da92fb .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a76d0af94ca1602 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a76d0af94ca1602 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#add07a253da92fb [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a76d0af94ca1602 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a76d0af94ca1602 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#add07a253da92fb [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a3d8aa0685ab87f .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#a3d8aa0685ab87f .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#a3d8aa0685ab87f .uk-button-primary {
  padding: 0 40px;
  font-size: 16px;
}
#a3d8aa0685ab87f .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#a3d8aa0685ab87f .questions .answer {
  font-size: 13px;
  color: #999;
}
#a3d8aa0685ab87f .questions .fa {
  line-height: 24px;
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@media (min-width: 1200px) {
  #a1e93a61c5aac85 .uk-container {
    padding: 0 60px;
  }
}
#a1e93a61c5aac85 .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #1e87f0;
}
#a1e93a61c5aac85 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#a1e93a61c5aac85 .uk-card {
  padding: 10px;
}
#a1e93a61c5aac85 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#a1e93a61c5aac85 .uk-list a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a6a7da034aa0b3c {
  /* mobile */
}
#a6a7da034aa0b3c .category-list {
  background: #fff;
  padding: 20px 40px;
}
#a6a7da034aa0b3c .goods-sort {
  padding: 30px 0 25px;
}
#a6a7da034aa0b3c .goods {
  padding-bottom: 40px;
}
#a6a7da034aa0b3c .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#a6a7da034aa0b3c .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#a6a7da034aa0b3c .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#a6a7da034aa0b3c .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 16px;
  font-size: 14px;
}
#a6a7da034aa0b3c .goods-sort .category-item.active {
  color: red;
}
#a6a7da034aa0b3c .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#a6a7da034aa0b3c .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#a6a7da034aa0b3c .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#a6a7da034aa0b3c .sorts .sort.active span {
  color: #e4393c;
}
#a6a7da034aa0b3c .sorts .fa {
  color: #999;
}
#a6a7da034aa0b3c .sorts .fa.active {
  color: #e4393c;
}
#a6a7da034aa0b3c .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#a6a7da034aa0b3c .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#a6a7da034aa0b3c .goods .item {
  color: #333;
  font-weight: 400;
}
#a6a7da034aa0b3c .img-alter {
  display: none;
}
#a6a7da034aa0b3c .goods .item:hover .img-main {
  display: none;
}
#a6a7da034aa0b3c .goods .item:hover .img-alter {
  display: block;
}
#a6a7da034aa0b3c .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#a6a7da034aa0b3c .goods .item .title:hover {
  color: #d4282d;
}
#a6a7da034aa0b3c .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a6a7da034aa0b3c .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#a6a7da034aa0b3c .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#a6a7da034aa0b3c .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#a6a7da034aa0b3c .uk-card .uk-card-media {
  background: #fff;
}
#a6a7da034aa0b3c .uk-card:hover {
  background-color: #f4f0e9;
}
#a6a7da034aa0b3c .sort-time.active .fa {
  color: #e4393c;
}
#a6a7da034aa0b3c * + .uk-grid-margin-small,
#a6a7da034aa0b3c .uk-grid + .uk-grid-small,
#a6a7da034aa0b3c .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
@media (max-width: 640px) {
  #a6a7da034aa0b3c .category-list,
  #a6a7da034aa0b3c .goods-sort {
    padding: 10px 0;
  }
  #a6a7da034aa0b3c .goods-sort .category-item {
    margin-bottom: 8px;
  }
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@media (min-width: 1200px) {
  #a4402af610adbd7 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a4402af610adbd7 .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#a4402af610adbd7 .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#a4402af610adbd7 .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #1e87f0;
}
#a4402af610adbd7 .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#a4402af610adbd7 .uk-list li::before {
  color: #1e87f0;
}
#a4402af610adbd7 .uk-list a {
  color: #4c4c4c;
}
#a4402af610adbd7 .uk-list a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a4402af610adbd7 .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#a4402af610adbd7 .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#a4402af610adbd7 .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#aa494ab356a76ad [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aa494ab356a76ad .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a4389ab694a9d12 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a4389ab694a9d12 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#aa494ab356a76ad [data-item="pages"] {left: -836px;top: -3px; position: relative;}#aa494ab356a76ad [data-item="logo"] {left: 317px;top: -4px; position: relative;}#ae772a44b9a4f22 [data-item*=".title"], #ae772a44b9a4f22 [data-item*=".title"] a {max-line: 1;}#ae772a44b9a4f22 [data-item*=".abstract"], #ae772a44b9a4f22 [data-item*=".abstract"] a {show: false;}#ae772a44b9a4f22 [data-item*=".subTitle"], #ae772a44b9a4f22 [data-item*=".subTitle"] a {show: true;}#ae772a44b9a4f22 [data-item*=".category"], #ae772a44b9a4f22 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a4389ab694a9d12 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad748a70f9a243e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad748a70f9a243e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a3ab9a9f69ade55 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a3ab9a9f69ade55 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad748a70f9a243e [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad748a70f9a243e [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a24dbaee7ba19a9 [data-item*=".title"], #a24dbaee7ba19a9 [data-item*=".title"] a {max-line: 1;}#a24dbaee7ba19a9 [data-item*=".abstract"], #a24dbaee7ba19a9 [data-item*=".abstract"] a {show: false;}#a24dbaee7ba19a9 [data-item*=".subTitle"], #a24dbaee7ba19a9 [data-item*=".subTitle"] a {show: true;}#a24dbaee7ba19a9 [data-item*=".category"], #a24dbaee7ba19a9 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3ab9a9f69ade55 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a3e3ba00d6a8fa3 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a3e3ba00d6a8fa3 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a4d25ad972a5c74 .uk-card {
  font-size: 12px;
}
#a4d25ad972a5c74 .price {
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #1e87f0;
  font-size: 14px;
  border-radius: 14px 0 0 14px;
}
#a4d25ad972a5c74 .tag {
  margin: 12px 6px 0 0px;
  display: inline-block;
  font-size: 12px;
  color: #296fb7;
  border: 1px solid #296fb7;
  padding: 2px 5px;
  border-radius: 3px;
}
#a9a13a5232a3a4b .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a9a13a5232a3a4b .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a3e3ba00d6a8fa3 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a3e3ba00d6a8fa3 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8aa5ae871a2d63 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a8aa5ae871a2d63 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa393aafd1ab018 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aa393aafd1ab018 .ele-wrap:hover {background-color: #0483cc;}#af34eae71ca3568 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#af34eae71ca3568 .ele-wrap:hover {background-color: #0483cc;}#a4d25ad972a5c74 .uk-grid>.uk-grid-margin {margin-top: 0px;}@media (min-width: 1200px) {#a4d25ad972a5c74 .uk-grid>.uk-grid-margin {margin-top: 0px;}}@media (max-width: 640) {#a4d25ad972a5c74 .uk-grid>.uk-grid-margin {margin-top: 0px;}}#a4d25ad972a5c74 [data-item*=".title"], #a4d25ad972a5c74 [data-item*=".title"] a {letter-spacing: 0px;line-height: 1;font-size: 24px;text-indent: 0;}#a4d25ad972a5c74 [data-item*=".abstract"], #a4d25ad972a5c74 [data-item*=".abstract"] a {show: true;}#a4d25ad972a5c74 [data-item*=".subTitle"], #a4d25ad972a5c74 [data-item*=".subTitle"] a {show: false;}#a4d25ad972a5c74 [data-item*=".category"], #a4d25ad972a5c74 [data-item*=".category"] a {show: true;}#a4d25ad972a5c74 [data-item="items"] {left: -18px;top: -31px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9a13a5232a3a4b [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a6b66aecfaac48e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a6b66aecfaac48e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a6a59ae3ffa17df .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a6a59ae3ffa17df .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a6b66aecfaac48e [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a6b66aecfaac48e [data-item="logo"] {left: 317px;top: -4px; position: relative;}#aa6d5ab102a42e2 [data-item*=".title"], #aa6d5ab102a42e2 [data-item*=".title"] a {max-line: 1;}#aa6d5ab102a42e2 [data-item*=".abstract"], #aa6d5ab102a42e2 [data-item*=".abstract"] a {show: false;}#aa6d5ab102a42e2 [data-item*=".subTitle"], #aa6d5ab102a42e2 [data-item*=".subTitle"] a {show: true;}#aa6d5ab102a42e2 [data-item*=".category"], #aa6d5ab102a42e2 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a6a59ae3ffa17df [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a55b2ad581ad158 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a55b2ad581ad158 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a9e41a0a66aaf19 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a9e41a0a66aaf19 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a55b2ad581ad158 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a55b2ad581ad158 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#aed6aafb02acab9 [data-item*=".title"], #aed6aafb02acab9 [data-item*=".title"] a {max-line: 2;}#aed6aafb02acab9 [data-item*=".abstract"], #aed6aafb02acab9 [data-item*=".abstract"] a {show: true;}#aed6aafb02acab9 [data-item*=".subTitle"], #aed6aafb02acab9 [data-item*=".subTitle"] a {show: true;}#aed6aafb02acab9 [data-item*=".category"], #aed6aafb02acab9 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9e41a0a66aaf19 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#aeac1a7b3daa818 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aeac1a7b3daa818 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#aa341a4982a4de5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aa341a4982a4de5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#aeac1a7b3daa818 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#aeac1a7b3daa818 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#aee22a6e65aad96 [data-item*=".abstract"], #aee22a6e65aad96 [data-item*=".abstract"] a {show: true;}#aee22a6e65aad96 [data-item*=".subTitle"], #aee22a6e65aad96 [data-item*=".subTitle"] a {show: true;}#aee22a6e65aad96 [data-item*=".category"], #aee22a6e65aad96 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa341a4982a4de5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a8f38a2c35ace21 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a8f38a2c35ace21 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#aa38aa278baf1ff .promotion {
  width: 100;
  height: 100%;
  transition: all .3s ease;
}
#aa38aa278baf1ff .img-wrap {
  min-height: 300px;
}
#aa38aa278baf1ff .goods-header {
  margin-bottom: 10px;
}
#aa38aa278baf1ff .goods-header .left {
  float: left;
}
#aa38aa278baf1ff .goods-header .right a {
  color: #333;
  display: inline-block;
  line-height: 1;
  margin-left: 30px;
  cursor: pointer;
}
#aa38aa278baf1ff .goods-header .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  border-left: 4px solid #333;
  padding-left: 10px;
}
#aa38aa278baf1ff .goods-header .subTitle {
  font-size: 14px;
  color: #333;
}
#aa38aa278baf1ff .goods-header .right {
  float: right;
}
#aa38aa278baf1ff .goods {
  border: 1px solid #f2f2f2;
  border-left: none;
  border-bottom: none;
}
#aa38aa278baf1ff .goods-item {
  border-left: 1px solid #f2f2f2;
  background: #fff;
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 240px;
  padding-bottom: 10px;
}
#aa38aa278baf1ff .goods-item .tip {
  color: #999;
  font-size: 12px;
  text-align: left;
}
#aa38aa278baf1ff .goods-item .btn {
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 84px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  background: #ffdadd;
  color: #f45;
}
#aa38aa278baf1ff .goods-item .discount {
  width: 64px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  color: #fff;
  background: url(/resources/demo/discount.png) no-repeat;
  text-align: center;
  z-index: 1;
  line-height: 30px;
  font-family: Arial;
  font-weight: 400;
}
#aa38aa278baf1ff .goods-item .discount .big {
  font-size: 26px;
  letter-spacing: -4px;
}
#aa38aa278baf1ff .goods-item .discount .small {
  font-size: 18px;
}
#aa38aa278baf1ff .goods-item .discount p {
  font-size: 16px;
  line-height: 10px;
  color: #ffdfff;
  font-weight: 300;
  margin: 0;
}
#aa38aa278baf1ff .goods-info {
  padding: 0 10px 0;
}
#aa38aa278baf1ff .goods-pic {
  margin: 0 auto 17px;
  display: block;
}
#aa38aa278baf1ff .goods-title {
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}
#aa38aa278baf1ff .goods-price {
  width: 130px;
  text-align: left;
  margin: 16px 0 0;
}
#aa38aa278baf1ff .goods-subTitle {
  margin: 10px 0 0;
  color: #666;
  height: 34px;
  font-size: 12px;
  overflow: hidden;
  line-height: 18px;
}
#aa38aa278baf1ff .present-price {
  font-size: 24px;
  color: #dd2727;
  line-height: 18px;
  margin: 10px auto;
}
#aa38aa278baf1ff .present-price .rmb {
  font-size: 14px;
  float: left;
  line-height: 24px;
}
#aa38aa278baf1ff .origin-price {
  text-decoration: line-through;
  color: #999;
  font-family: Helvetica;
  width: 130px;
  font-size: 12px;
}
#aa38aa278baf1ff .goods-item:hover img {
  opacity: .7;
}
#a700ead321aebca .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a700ead321aebca .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a8f38a2c35ace21 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a8f38a2c35ace21 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a700ead321aebca [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a2230afe98a4a92 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a2230afe98a4a92 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a79cba64fca0c5b .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a79cba64fca0c5b .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a2230afe98a4a92 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a2230afe98a4a92 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a7a4ca5919acd6a [data-item*=".title"], #a7a4ca5919acd6a [data-item*=".title"] a {max-line: 1;}#a7a4ca5919acd6a [data-item*=".abstract"], #a7a4ca5919acd6a [data-item*=".abstract"] a {show: false;}#a7a4ca5919acd6a [data-item*=".subTitle"], #a7a4ca5919acd6a [data-item*=".subTitle"] a {show: true;}#a7a4ca5919acd6a [data-item*=".category"], #a7a4ca5919acd6a [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a79cba64fca0c5b [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a2c26a580ead826 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a2c26a580ead826 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a60c8a8ac9a622d .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a60c8a8ac9a622d .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a2c26a580ead826 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a2c26a580ead826 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#ac2d2af46bad253 [data-item*=".title"], #ac2d2af46bad253 [data-item*=".title"] a {max-line: 1;}#ac2d2af46bad253 [data-item*=".abstract"], #ac2d2af46bad253 [data-item*=".abstract"] a {show: false;}#ac2d2af46bad253 [data-item*=".subTitle"], #ac2d2af46bad253 [data-item*=".subTitle"] a {show: true;}#ac2d2af46bad253 [data-item*=".category"], #ac2d2af46bad253 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a60c8a8ac9a622d [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a7a04a2c92ad5a4 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a7a04a2c92ad5a4 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a7c30a7aa7af52e .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a7c30a7aa7af52e .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a7a04a2c92ad5a4 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a7a04a2c92ad5a4 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#aa766a3744a7e9a [data-item*=".title"], #aa766a3744a7e9a [data-item*=".title"] a {max-line: 1;}#aa766a3744a7e9a [data-item*=".abstract"], #aa766a3744a7e9a [data-item*=".abstract"] a {show: false;}#aa766a3744a7e9a [data-item*=".subTitle"], #aa766a3744a7e9a [data-item*=".subTitle"] a {show: true;}#aa766a3744a7e9a [data-item*=".category"], #aa766a3744a7e9a [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7c30a7aa7af52e [data-item="logo"] {left: 18px;top: 3px; position: relative;}#af48fa6f82a8d6c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af48fa6f82a8d6c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ac742a2924a61b4 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#ac742a2924a61b4 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#af48fa6f82a8d6c [data-item="pages"] {left: -836px;top: -3px; position: relative;}#af48fa6f82a8d6c [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a28afa944da5491 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a28afa944da5491 .ele-wrap:hover {background-color: #0483cc;}#ad45baeb8aad441 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad45baeb8aad441 .ele-wrap:hover {background-color: #0483cc;}#aa289a9266a8627 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#aa289a9266a8627 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ac742a2924a61b4 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#adfbea98faa7e43 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#adfbea98faa7e43 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ad92ca12fca9b26 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#ad92ca12fca9b26 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#adfbea98faa7e43 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#adfbea98faa7e43 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#abfaaa010aa8fda [data-item*=".title"], #abfaaa010aa8fda [data-item*=".title"] a {max-line: 1;}#abfaaa010aa8fda [data-item*=".abstract"], #abfaaa010aa8fda [data-item*=".abstract"] a {show: false;}#abfaaa010aa8fda [data-item*=".subTitle"], #abfaaa010aa8fda [data-item*=".subTitle"] a {show: true;}#abfaaa010aa8fda [data-item*=".category"], #abfaaa010aa8fda [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ad92ca12fca9b26 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ace3eadae4a9127 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ace3eadae4a9127 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a04e3a3b3aa88a6 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a04e3a3b3aa88a6 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ace3eadae4a9127 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ace3eadae4a9127 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#ac39cad4eea863e [data-item*=".title"], #ac39cad4eea863e [data-item*=".title"] a {max-line: 1;}#ac39cad4eea863e [data-item*=".abstract"], #ac39cad4eea863e [data-item*=".abstract"] a {show: false;}#ac39cad4eea863e [data-item*=".subTitle"], #ac39cad4eea863e [data-item*=".subTitle"] a {show: true;}#ac39cad4eea863e [data-item*=".category"], #ac39cad4eea863e [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a04e3a3b3aa88a6 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a94ffa34e4a8a50 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a94ffa34e4a8a50 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a0488a9bdaa67e4 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a0488a9bdaa67e4 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a94ffa34e4a8a50 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a94ffa34e4a8a50 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a7c20a2981a00c3 [data-item*=".title"], #a7c20a2981a00c3 [data-item*=".title"] a {max-line: 1;}#a7c20a2981a00c3 [data-item*=".abstract"], #a7c20a2981a00c3 [data-item*=".abstract"] a {show: false;}#a7c20a2981a00c3 [data-item*=".subTitle"], #a7c20a2981a00c3 [data-item*=".subTitle"] a {show: true;}#a7c20a2981a00c3 [data-item*=".category"], #a7c20a2981a00c3 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a0488a9bdaa67e4 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a709ea23fca7cc5 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a709ea23fca7cc5 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a8ffda7cc0aaf7b .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a8ffda7cc0aaf7b .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a709ea23fca7cc5 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a709ea23fca7cc5 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a9b93a6af0a56f9 [data-item*=".title"], #a9b93a6af0a56f9 [data-item*=".title"] a {max-line: 1;}#a9b93a6af0a56f9 [data-item*=".abstract"], #a9b93a6af0a56f9 [data-item*=".abstract"] a {show: false;}#a9b93a6af0a56f9 [data-item*=".subTitle"], #a9b93a6af0a56f9 [data-item*=".subTitle"] a {show: true;}#a9b93a6af0a56f9 [data-item*=".category"], #a9b93a6af0a56f9 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a8ffda7cc0aaf7b [data-item="logo"] {left: 18px;top: 3px; position: relative;}#aacd5a7df9a764a [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aacd5a7df9a764a .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#af4c2ae983ac07a .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#af4c2ae983ac07a .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#aacd5a7df9a764a [data-item="pages"] {left: -836px;top: -3px; position: relative;}#aacd5a7df9a764a [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a6e61a6e3eafa47 [data-item*=".title"], #a6e61a6e3eafa47 [data-item*=".title"] a {max-line: 1;}#a6e61a6e3eafa47 [data-item*=".abstract"], #a6e61a6e3eafa47 [data-item*=".abstract"] a {show: false;}#a6e61a6e3eafa47 [data-item*=".subTitle"], #a6e61a6e3eafa47 [data-item*=".subTitle"] a {show: true;}#a6e61a6e3eafa47 [data-item*=".category"], #a6e61a6e3eafa47 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#af4c2ae983ac07a [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a89b4a55f4a2d70 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a89b4a55f4a2d70 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a715facd81ad90f .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a715facd81ad90f .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a89b4a55f4a2d70 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a89b4a55f4a2d70 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a1a45aa1a4aa443 [data-item*=".title"], #a1a45aa1a4aa443 [data-item*=".title"] a {max-line: 1;}#a1a45aa1a4aa443 [data-item*=".abstract"], #a1a45aa1a4aa443 [data-item*=".abstract"] a {show: false;}#a1a45aa1a4aa443 [data-item*=".subTitle"], #a1a45aa1a4aa443 [data-item*=".subTitle"] a {show: true;}#a1a45aa1a4aa443 [data-item*=".category"], #a1a45aa1a4aa443 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a715facd81ad90f [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ac9a7a7d4da2ddf [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac9a7a7d4da2ddf .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ae93fa42edaa0bc .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#ae93fa42edaa0bc .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ac9a7a7d4da2ddf [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ac9a7a7d4da2ddf [data-item="logo"] {left: 317px;top: -4px; position: relative;}#ac873a2033aba30 [data-item*=".title"], #ac873a2033aba30 [data-item*=".title"] a {max-line: 1;}#ac873a2033aba30 [data-item*=".abstract"], #ac873a2033aba30 [data-item*=".abstract"] a {show: false;}#ac873a2033aba30 [data-item*=".subTitle"], #ac873a2033aba30 [data-item*=".subTitle"] a {show: true;}#ac873a2033aba30 [data-item*=".category"], #ac873a2033aba30 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ae93fa42edaa0bc [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a7671a85d5a0a43 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a7671a85d5a0a43 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a9b15a4265ae042 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a9b15a4265ae042 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a7671a85d5a0a43 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a7671a85d5a0a43 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a9d3aa645ba9060 [data-item*=".title"], #a9d3aa645ba9060 [data-item*=".title"] a {max-line: 1;}#a9d3aa645ba9060 [data-item*=".abstract"], #a9d3aa645ba9060 [data-item*=".abstract"] a {show: false;}#a9d3aa645ba9060 [data-item*=".subTitle"], #a9d3aa645ba9060 [data-item*=".subTitle"] a {show: true;}#a9d3aa645ba9060 [data-item*=".category"], #a9d3aa645ba9060 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9b15a4265ae042 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#aa155ada59a1303 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aa155ada59a1303 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#aa9e9af037a0d8a .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aa9e9af037a0d8a .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#aa155ada59a1303 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#aa155ada59a1303 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#aef48ad6aba8935 [data-item*=".title"], #aef48ad6aba8935 [data-item*=".title"] a {max-line: 1;}#aef48ad6aba8935 [data-item*=".abstract"], #aef48ad6aba8935 [data-item*=".abstract"] a {show: false;}#aef48ad6aba8935 [data-item*=".subTitle"], #aef48ad6aba8935 [data-item*=".subTitle"] a {show: true;}#aef48ad6aba8935 [data-item*=".category"], #aef48ad6aba8935 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa9e9af037a0d8a [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ab8caaebd3a4035 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab8caaebd3a4035 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ad5b0ad230a5775 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#ad5b0ad230a5775 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ab8caaebd3a4035 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ab8caaebd3a4035 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a382ea576faabd6 [data-item*=".abstract"], #a382ea576faabd6 [data-item*=".abstract"] a {show: true;}#a382ea576faabd6 [data-item*=".subTitle"], #a382ea576faabd6 [data-item*=".subTitle"] a {show: true;}#a382ea576faabd6 [data-item*=".category"], #a382ea576faabd6 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ad5b0ad230a5775 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a0b08af38da9e73 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0b08af38da9e73 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#aaec6ac80ca950d .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aaec6ac80ca950d .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a0b08af38da9e73 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a0b08af38da9e73 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a294caae5aadd30 [data-item*=".title"], #a294caae5aadd30 [data-item*=".title"] a {max-line: 1;}#a294caae5aadd30 [data-item*=".abstract"], #a294caae5aadd30 [data-item*=".abstract"] a {show: false;}#a294caae5aadd30 [data-item*=".subTitle"], #a294caae5aadd30 [data-item*=".subTitle"] a {show: true;}#a294caae5aadd30 [data-item*=".category"], #a294caae5aadd30 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aaec6ac80ca950d [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ae56aa88d0ad88b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae56aa88d0ad88b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a7642ad85fa77c8 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a7642ad85fa77c8 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ae56aa88d0ad88b [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ae56aa88d0ad88b [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a03daa46b8a3293 [data-item*=".title"], #a03daa46b8a3293 [data-item*=".title"] a {max-line: 1;}#a03daa46b8a3293 [data-item*=".abstract"], #a03daa46b8a3293 [data-item*=".abstract"] a {show: false;}#a03daa46b8a3293 [data-item*=".subTitle"], #a03daa46b8a3293 [data-item*=".subTitle"] a {show: true;}#a03daa46b8a3293 [data-item*=".category"], #a03daa46b8a3293 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7642ad85fa77c8 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a7084ab488ac397 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a7084ab488ac397 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a3c7aa23cbad68b .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a3c7aa23cbad68b .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a7084ab488ac397 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a7084ab488ac397 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a1b68a972fa51fb [data-item*=".title"], #a1b68a972fa51fb [data-item*=".title"] a {max-line: 1;}#a1b68a972fa51fb [data-item*=".abstract"], #a1b68a972fa51fb [data-item*=".abstract"] a {show: false;}#a1b68a972fa51fb [data-item*=".subTitle"], #a1b68a972fa51fb [data-item*=".subTitle"] a {show: true;}#a1b68a972fa51fb [data-item*=".category"], #a1b68a972fa51fb [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3c7aa23cbad68b [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a6503a6adfa340b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a6503a6adfa340b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a4346aa2dfadc49 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a4346aa2dfadc49 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a6503a6adfa340b [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a6503a6adfa340b [data-item="logo"] {left: 317px;top: -4px; position: relative;}#abe42a272ba775d [data-item*=".title"], #abe42a272ba775d [data-item*=".title"] a {max-line: 1;}#abe42a272ba775d [data-item*=".abstract"], #abe42a272ba775d [data-item*=".abstract"] a {show: false;}#abe42a272ba775d [data-item*=".subTitle"], #abe42a272ba775d [data-item*=".subTitle"] a {show: true;}#abe42a272ba775d [data-item*=".category"], #abe42a272ba775d [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a4346aa2dfadc49 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ab87ea2232a6465 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab87ea2232a6465 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a074aa0c19a9288 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a074aa0c19a9288 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ab87ea2232a6465 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ab87ea2232a6465 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a6968aa0eca07c5 [data-item*=".title"], #a6968aa0eca07c5 [data-item*=".title"] a {max-line: 1;}#a6968aa0eca07c5 [data-item*=".abstract"], #a6968aa0eca07c5 [data-item*=".abstract"] a {show: false;}#a6968aa0eca07c5 [data-item*=".subTitle"], #a6968aa0eca07c5 [data-item*=".subTitle"] a {show: true;}#a6968aa0eca07c5 [data-item*=".category"], #a6968aa0eca07c5 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a074aa0c19a9288 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a208ba95fdaaa73 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a208ba95fdaaa73 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a0c52a30eaa0b29 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a0c52a30eaa0b29 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a208ba95fdaaa73 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a208ba95fdaaa73 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a0c52a30eaa0b29 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a6f88aa568aa152 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a6f88aa568aa152 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a41eaaa25caddfc .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a41eaaa25caddfc .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a6f88aa568aa152 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a6f88aa568aa152 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a41eaaa25caddfc [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a76e3ad661a32d3 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a76e3ad661a32d3 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ac7d7a4a58abfda .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#ac7d7a4a58abfda .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a76e3ad661a32d3 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a76e3ad661a32d3 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a89b8a2f30ae4c6 [data-item*=".title"], #a89b8a2f30ae4c6 [data-item*=".title"] a {max-line: 1;}#a89b8a2f30ae4c6 [data-item*=".abstract"], #a89b8a2f30ae4c6 [data-item*=".abstract"] a {show: false;}#a89b8a2f30ae4c6 [data-item*=".subTitle"], #a89b8a2f30ae4c6 [data-item*=".subTitle"] a {show: true;}#a89b8a2f30ae4c6 [data-item*=".category"], #a89b8a2f30ae4c6 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ac7d7a4a58abfda [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a73eca1e5ea4dc7 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a73eca1e5ea4dc7 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a7ba0ae2bcaf274 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a7ba0ae2bcaf274 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a73eca1e5ea4dc7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a73eca1e5ea4dc7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8265af0c8a1e70 [data-item*=".abstract"], #a8265af0c8a1e70 [data-item*=".abstract"] a {show: true;}#a8265af0c8a1e70 [data-item*=".subTitle"], #a8265af0c8a1e70 [data-item*=".subTitle"] a {show: true;}#a8265af0c8a1e70 [data-item*=".category"], #a8265af0c8a1e70 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7ba0ae2bcaf274 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ac583ae8c8a2bce [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac583ae8c8a2bce .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a415ca2013a6178 .card-content {
  padding-left: 70px;
}
#a415ca2013a6178 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a415ca2013a6178 .date-post {
  float: left;
  border: 2px solid #1e87f0;
  padding: 12px 10px 9px;
  text-align: center;
}
#a415ca2013a6178 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #1e87f0;
  text-transform: uppercase;
}
#a415ca2013a6178 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#ab848ac73fae820 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#ab848ac73fae820 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ac583ae8c8a2bce [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ac583ae8c8a2bce [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a415ca2013a6178 [data-item*=".abstract"], #a415ca2013a6178 [data-item*=".abstract"] a {show: true;}#a415ca2013a6178 [data-item*=".subTitle"], #a415ca2013a6178 [data-item*=".subTitle"] a {show: false;}#a415ca2013a6178 [data-item*=".category"], #a415ca2013a6178 [data-item*=".category"] a {show: false;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ab848ac73fae820 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#add1cab723ad44b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#add1cab723ad44b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ade46a1662a5483 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#ade46a1662a5483 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#add1cab723ad44b [data-item="pages"] {left: -836px;top: -3px; position: relative;}#add1cab723ad44b [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a616eabb37aa0c7 [data-item*=".abstract"], #a616eabb37aa0c7 [data-item*=".abstract"] a {show: true;}#a616eabb37aa0c7 [data-item*=".subTitle"], #a616eabb37aa0c7 [data-item*=".subTitle"] a {show: true;}#a616eabb37aa0c7 [data-item*=".category"], #a616eabb37aa0c7 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ade46a1662a5483 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad1fdab20aa869a [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad1fdab20aa869a .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a190eaa5edae979 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a190eaa5edae979 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad1fdab20aa869a [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad1fdab20aa869a [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a190eaa5edae979 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a39cdae6f2a6ee7 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a39cdae6f2a6ee7 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ad7f3aa4eeaac2e .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#ad7f3aa4eeaac2e .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a39cdae6f2a6ee7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a39cdae6f2a6ee7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#af768a7a07a1619 [data-item*=".title"], #af768a7a07a1619 [data-item*=".title"] a {max-line: 1;}#af768a7a07a1619 [data-item*=".abstract"], #af768a7a07a1619 [data-item*=".abstract"] a {show: false;}#af768a7a07a1619 [data-item*=".subTitle"], #af768a7a07a1619 [data-item*=".subTitle"] a {show: true;}#af768a7a07a1619 [data-item*=".category"], #af768a7a07a1619 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ad7f3aa4eeaac2e [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a80c3add6ea42df [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a80c3add6ea42df .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#aacaca0602a5ab3 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacaca0602a5ab3 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a80c3add6ea42df [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a80c3add6ea42df [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a6134a71c0a1106 [data-item*=".title"], #a6134a71c0a1106 [data-item*=".title"] a {max-line: 1;}#a6134a71c0a1106 [data-item*=".abstract"], #a6134a71c0a1106 [data-item*=".abstract"] a {show: false;}#a6134a71c0a1106 [data-item*=".subTitle"], #a6134a71c0a1106 [data-item*=".subTitle"] a {show: true;}#a6134a71c0a1106 [data-item*=".category"], #a6134a71c0a1106 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacaca0602a5ab3 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#adb60a8397a59ba [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#adb60a8397a59ba .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a135aa0e65a22e7 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a135aa0e65a22e7 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#adb60a8397a59ba [data-item="pages"] {left: -836px;top: -3px; position: relative;}#adb60a8397a59ba [data-item="logo"] {left: 317px;top: -4px; position: relative;}#aee25a39ada536a [data-item*=".title"], #aee25a39ada536a [data-item*=".title"] a {max-line: 1;}#aee25a39ada536a [data-item*=".abstract"], #aee25a39ada536a [data-item*=".abstract"] a {show: false;}#aee25a39ada536a [data-item*=".subTitle"], #aee25a39ada536a [data-item*=".subTitle"] a {show: true;}#aee25a39ada536a [data-item*=".category"], #aee25a39ada536a [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a135aa0e65a22e7 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a916fa7787a0b52 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a916fa7787a0b52 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ab586a5b90ac919 .category-tag,
#ab586a5b90ac919 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
#ab586a5b90ac919 .data-list:nth-last-child(2) {
  border-bottom: none;
}
#ab586a5b90ac919 .item-info i {
  display: inline-block;
  margin-right: 4px;
}
#ab586a5b90ac919 .filter-nav li {
  margin: 6px 10px;
  cursor: pointer;
  display: inline-block;
}
#ab586a5b90ac919 .filter-nav li.filter-active {
  background-color: #1e87f0;
  color: #fff;
}
#ad684aa281a2e01 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 0;
  bottom: 0;
  padding: 4px 15px 0 20px;
  z-index: 100;
  background: #007bff;
  color: #fff;
  line-height: 24px;
}
#ad684aa281a2e01 .uk-slider {
  padding-top: 30px;
}
#ad684aa281a2e01 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#ad684aa281a2e01 .uk-card {
  background-color: #007bff;
}
#ad684aa281a2e01 .uk-card-media-top {
  overflow: hidden;
}
#ad684aa281a2e01 .list-item:nth-child(4n+1) .uk-card {
  background-color: #ff5575;
}
#ad684aa281a2e01 .list-item:nth-child(4n+1) .uk-card .post-cate {
  background-color: #ff5575;
}
#ad684aa281a2e01 .list-item:nth-child(4n+1) .uk-card .post-cate::before {
  border-left-color: #ff5575;
}
#ad684aa281a2e01 .list-item:nth-child(4n+2) .uk-card {
  background-color: #ffaf31;
}
#ad684aa281a2e01 .list-item:nth-child(4n+2) .uk-card .post-cate {
  background-color: #ffaf31;
}
#ad684aa281a2e01 .list-item:nth-child(4n+2) .uk-card .post-cate::before {
  border-left-color: #ffaf31;
}
#ad684aa281a2e01 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#ad684aa281a2e01 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#ad684aa281a2e01 .list-item:nth-child(4n+3) .uk-card {
  background-color: #4ab106;
}
#ad684aa281a2e01 .list-item:nth-child(4n+3) .uk-card .post-cate {
  background-color: #4ab106;
}
#ad684aa281a2e01 .list-item:nth-child(4n+3) .uk-card .post-cate::before {
  border-left-color: #4ab106;
}
#ad684aa281a2e01 .uk-dotnav > * {
  padding-left: 6px;
}
#ad684aa281a2e01 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #add3fa;
}
#ad684aa281a2e01 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #1e87f0;
}
#ad684aa281a2e01 .post-cate::before {
  border-style: solid;
  border-width: 28px 0 0 20px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  right: -20px;
  top: 0;
  content: '';
}
#a0d37a1b08abc86 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a0d37a1b08abc86 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a916fa7787a0b52 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a916fa7787a0b52 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#ab586a5b90ac919 [data-item*=".abstract"], #ab586a5b90ac919 [data-item*=".abstract"] a {show: true;}#ab586a5b90ac919 [data-item*=".subTitle"], #ab586a5b90ac919 [data-item*=".subTitle"] a {show: true;}#ab586a5b90ac919 [data-item*=".category"], #ab586a5b90ac919 [data-item*=".category"] a {show: false;}#ad684aa281a2e01 [data-item*=".abstract"], #ad684aa281a2e01 [data-item*=".abstract"] a {show: true;}#ad684aa281a2e01 [data-item*=".subTitle"], #ad684aa281a2e01 [data-item*=".subTitle"] a {show: true;}#ad684aa281a2e01 [data-item*=".category"], #ad684aa281a2e01 [data-item*=".category"] a {show: false;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a0d37a1b08abc86 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#abf9eaf30ea860b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#abf9eaf30ea860b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#abb69a6afcaf812 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#abb69a6afcaf812 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#abf9eaf30ea860b [data-item="pages"] {left: -836px;top: -3px; position: relative;}#abf9eaf30ea860b [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a7e34ae734add4c [data-item*=".title"], #a7e34ae734add4c [data-item*=".title"] a {max-line: 1;}#a7e34ae734add4c [data-item*=".abstract"], #a7e34ae734add4c [data-item*=".abstract"] a {show: false;}#a7e34ae734add4c [data-item*=".subTitle"], #a7e34ae734add4c [data-item*=".subTitle"] a {show: true;}#a7e34ae734add4c [data-item*=".category"], #a7e34ae734add4c [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#abb69a6afcaf812 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a3eb9aea73a59bb [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a3eb9aea73a59bb .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a3936a0ad5a2058 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a3936a0ad5a2058 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a3eb9aea73a59bb [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a3eb9aea73a59bb [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a58fea339ca1bfe [data-item*=".title"], #a58fea339ca1bfe [data-item*=".title"] a {max-line: 1;}#a58fea339ca1bfe [data-item*=".abstract"], #a58fea339ca1bfe [data-item*=".abstract"] a {show: false;}#a58fea339ca1bfe [data-item*=".subTitle"], #a58fea339ca1bfe [data-item*=".subTitle"] a {show: true;}#a58fea339ca1bfe [data-item*=".category"], #a58fea339ca1bfe [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3936a0ad5a2058 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a6811a9541a358e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a6811a9541a358e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a5d93ae540a5c6a .timeline-item {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  #a5d93ae540a5c6a .timeline-item {
    padding-left: 60px;
  }
  #a5d93ae540a5c6a .timeline-item-date {
    position: absolute;
    top: -1px;
    right: 100%;
    white-space: nowrap;
    margin-right: 5px;
  }
}
#a5d93ae540a5c6a .timeline-item-point {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #1e87f0;
  padding: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#a5d93ae540a5c6a .timeline-item-point:before {
  content: '';
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  background-color: #1e87f0;
}
#a5d93ae540a5c6a .timeline-item-date:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: rgba(169, 177, 187, 0.5);
  margin-left: 15px;
}
#a5d93ae540a5c6a .timeline-item-line {
  position: absolute;
  top: 25px;
  left: 7px;
  bottom: 5px;
  width: 2px;
  border-left: 2px dashed #a9b1bb;
  border-right: 2px dashed #a9b1bb;
}
#a5d93ae540a5c6a .timeline-item-active .timeline-item-line {
  top: 18px;
  bottom: 0;
  left: 8px;
  margin: 0;
  background-color: #1e87f0;
  border: none!important;
}
#a92fbac610a0644 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a92fbac610a0644 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a6811a9541a358e [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a6811a9541a358e [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a92fbac610a0644 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a72aeae534a4648 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a72aeae534a4648 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ade92a2f20ab5a7 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#ade92a2f20ab5a7 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a72aeae534a4648 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a72aeae534a4648 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a6263ac2b4a56bd [data-item*=".title"], #a6263ac2b4a56bd [data-item*=".title"] a {max-line: 1;}#a6263ac2b4a56bd [data-item*=".abstract"], #a6263ac2b4a56bd [data-item*=".abstract"] a {show: false;}#a6263ac2b4a56bd [data-item*=".subTitle"], #a6263ac2b4a56bd [data-item*=".subTitle"] a {show: true;}#a6263ac2b4a56bd [data-item*=".category"], #a6263ac2b4a56bd [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ade92a2f20ab5a7 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a9958aa69ea760b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9958aa69ea760b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a73c0a241cafe54 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a73c0a241cafe54 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#a73c0a241cafe54 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a73c0a241cafe54 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a73c0a241cafe54 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#a73c0a241cafe54 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#a73c0a241cafe54 .main-item:hover::after {
  opacity: 1;
}
#a73c0a241cafe54 .main-info {
  z-index: 100;
}
#aa3bda51d1a7761 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aa3bda51d1a7761 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a9958aa69ea760b [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a9958aa69ea760b [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a86e1acdc3a92c8 [data-item="items[1].title"] {left: -250px;top: -18px; position: relative;}#a73c0a241cafe54 [data-item*=".abstract"], #a73c0a241cafe54 [data-item*=".abstract"] a {show: true;}#a73c0a241cafe54 [data-item*=".subTitle"], #a73c0a241cafe54 [data-item*=".subTitle"] a {show: true;}#a73c0a241cafe54 [data-item*=".category"], #a73c0a241cafe54 [data-item*=".category"] a {show: true;}#a7d1daea43adb1e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a7d1daea43adb1e .ele-wrap:hover {background-color: #0483cc;}#ad477ad685a301f [data-item="title"] {left: 0px;top: -85px; position: relative;}#ad477ad685a301f [data-item="subTitle"] {left: 1px;top: -97px; position: relative;}#ad477ad685a301f [data-item="feature.image"] {left: 11px;top: -121px; position: relative;}#ad477ad685a301f [data-item="abstract"] {left: -9px;top: -152px; position: relative;}#ad477ad685a301f [data-item="items"] {left: -7px;top: -168px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa3bda51d1a7761 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a3de9a5e57a44c7 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a3de9a5e57a44c7 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a2f29ae12aa73a4 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a2f29ae12aa73a4 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a3de9a5e57a44c7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a3de9a5e57a44c7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a072aac9b8ab12a [data-item*=".title"], #a072aac9b8ab12a [data-item*=".title"] a {max-line: 1;}#a072aac9b8ab12a [data-item*=".abstract"], #a072aac9b8ab12a [data-item*=".abstract"] a {show: false;}#a072aac9b8ab12a [data-item*=".subTitle"], #a072aac9b8ab12a [data-item*=".subTitle"] a {show: true;}#a072aac9b8ab12a [data-item*=".category"], #a072aac9b8ab12a [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a2f29ae12aa73a4 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad4e3acce3a3cd0 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad4e3acce3a3cd0 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#aad87a6a0aaa85e .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aad87a6a0aaa85e .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad4e3acce3a3cd0 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad4e3acce3a3cd0 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#aaa37ad3ceaf2ef [data-item*=".title"], #aaa37ad3ceaf2ef [data-item*=".title"] a {max-line: 1;}#aaa37ad3ceaf2ef [data-item*=".abstract"], #aaa37ad3ceaf2ef [data-item*=".abstract"] a {show: false;}#aaa37ad3ceaf2ef [data-item*=".subTitle"], #aaa37ad3ceaf2ef [data-item*=".subTitle"] a {show: true;}#aaa37ad3ceaf2ef [data-item*=".category"], #aaa37ad3ceaf2ef [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aad87a6a0aaa85e [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a3b6baac5da59ed [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a3b6baac5da59ed .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#aeb9ba5bb9a18d3 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aeb9ba5bb9a18d3 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a3b6baac5da59ed [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a3b6baac5da59ed [data-item="logo"] {left: 317px;top: -4px; position: relative;}#af65da1dcba5a36 [data-item*=".title"], #af65da1dcba5a36 [data-item*=".title"] a {max-line: 1;}#af65da1dcba5a36 [data-item*=".abstract"], #af65da1dcba5a36 [data-item*=".abstract"] a {show: false;}#af65da1dcba5a36 [data-item*=".subTitle"], #af65da1dcba5a36 [data-item*=".subTitle"] a {show: true;}#af65da1dcba5a36 [data-item*=".category"], #af65da1dcba5a36 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aeb9ba5bb9a18d3 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ac209a9c47aa1b1 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac209a9c47aa1b1 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a727caf942a7f65 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a727caf942a7f65 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ac209a9c47aa1b1 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ac209a9c47aa1b1 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#aa95bad8b5ae58c [data-item*=".title"], #aa95bad8b5ae58c [data-item*=".title"] a {max-line: 1;}#aa95bad8b5ae58c [data-item*=".abstract"], #aa95bad8b5ae58c [data-item*=".abstract"] a {show: false;}#aa95bad8b5ae58c [data-item*=".subTitle"], #aa95bad8b5ae58c [data-item*=".subTitle"] a {show: true;}#aa95bad8b5ae58c [data-item*=".category"], #aa95bad8b5ae58c [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a727caf942a7f65 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a7015a917bad75c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a7015a917bad75c .ele-wrap:hover {background-color: #0483cc;}#a2084a7122ab6e7 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a2084a7122ab6e7 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0537a8633a65f4 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a0537a8633a65f4 .ele-wrap:hover {background-color: #0483cc;}#ad709ae93fa42b9 [data-item="feature.image"] {left: -6px;top: 23px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a9c73a9063ac429 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9c73a9063ac429 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a8d0ead7b7a96b5 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a8d0ead7b7a96b5 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#a8d0ead7b7a96b5 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a8d0ead7b7a96b5 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a8d0ead7b7a96b5 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#a8d0ead7b7a96b5 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#a8d0ead7b7a96b5 .main-item:hover::after {
  opacity: 1;
}
#a8d0ead7b7a96b5 .main-info {
  z-index: 100;
}
#a75d3a98f0ae1cb .card-content {
  padding-left: 70px;
}
#a75d3a98f0ae1cb .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a75d3a98f0ae1cb .date-post {
  float: left;
  border: 2px solid #1e87f0;
  padding: 12px 10px 9px;
  text-align: center;
}
#a75d3a98f0ae1cb .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #1e87f0;
  text-transform: uppercase;
}
#a75d3a98f0ae1cb .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
#a8d6ea1af8a03c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a8d6ea1af8a03c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a9c73a9063ac429 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a9c73a9063ac429 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8d0ead7b7a96b5 [data-item*=".abstract"], #a8d0ead7b7a96b5 [data-item*=".abstract"] a {show: true;}#a8d0ead7b7a96b5 [data-item*=".subTitle"], #a8d0ead7b7a96b5 [data-item*=".subTitle"] a {show: true;}#a8d0ead7b7a96b5 [data-item*=".category"], #a8d0ead7b7a96b5 [data-item*=".category"] a {show: true;}#a75d3a98f0ae1cb [data-item*=".abstract"], #a75d3a98f0ae1cb [data-item*=".abstract"] a {show: true;}#a75d3a98f0ae1cb [data-item*=".subTitle"], #a75d3a98f0ae1cb [data-item*=".subTitle"] a {show: true;}#a75d3a98f0ae1cb [data-item*=".category"], #a75d3a98f0ae1cb [data-item*=".category"] a {show: false;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a8d6ea1af8a03c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a0384a819fa5173 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0384a819fa5173 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a660ca43aba87c2 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a660ca43aba87c2 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a0384a819fa5173 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a0384a819fa5173 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a5561add1ea17f3 [data-item*=".title"], #a5561add1ea17f3 [data-item*=".title"] a {max-line: 1;}#a5561add1ea17f3 [data-item*=".abstract"], #a5561add1ea17f3 [data-item*=".abstract"] a {show: false;}#a5561add1ea17f3 [data-item*=".subTitle"], #a5561add1ea17f3 [data-item*=".subTitle"] a {show: true;}#a5561add1ea17f3 [data-item*=".category"], #a5561add1ea17f3 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a660ca43aba87c2 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a1aaeab975a1167 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1aaeab975a1167 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a2464a8a02ada69 .timeline-item {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  #a2464a8a02ada69 .timeline-item {
    padding-left: 60px;
  }
  #a2464a8a02ada69 .timeline-item-date {
    position: absolute;
    top: -1px;
    right: 100%;
    white-space: nowrap;
    margin-right: 5px;
  }
}
#a2464a8a02ada69 .timeline-item-point {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #1e87f0;
  padding: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#a2464a8a02ada69 .timeline-item-point:before {
  content: '';
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  background-color: #1e87f0;
}
#a2464a8a02ada69 .timeline-item-date:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: rgba(169, 177, 187, 0.5);
  margin-left: 15px;
}
#a2464a8a02ada69 .timeline-item-line {
  position: absolute;
  top: 25px;
  left: 7px;
  bottom: 5px;
  width: 2px;
  border-left: 2px dashed #a9b1bb;
  border-right: 2px dashed #a9b1bb;
}
#a2464a8a02ada69 .timeline-item-active .timeline-item-line {
  top: 18px;
  bottom: 0;
  left: 8px;
  margin: 0;
  background-color: #1e87f0;
  border: none!important;
}
#af0b1a3b46ac07f .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#af0b1a3b46ac07f .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a1aaeab975a1167 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a1aaeab975a1167 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#acc39a8960ac56f [data-item="items"] {left: 0px;top: -1px; position: relative;}#acc39a8960ac56f [data-item="items[3].picture"] {left: 5px;top: 2px; position: relative;}#a57e9af0f4a8f51 [data-item="abstract"] {left: -2px;top: 0px; position: relative;}#a2464a8a02ada69 [data-item="items[0]"] {left: -1px;top: 0px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#af0b1a3b46ac07f [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a5227a45eea41c8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5227a45eea41c8 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a07abaf8a0aca4b .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a07abaf8a0aca4b .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a5227a45eea41c8 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a5227a45eea41c8 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a86d8adbfaa0caa [data-item="feature.image"] {left: 0px;top: 2px; position: relative;}#a97b7a7398a7280 [data-item="title"] {left: -1px;top: 0px; position: relative;}#a97b7a7398a7280 [data-item="feature.image"] {left: 35px;top: -38px; position: relative;}#ab532af6f0af4b7 [data-item*=".title"], #ab532af6f0af4b7 [data-item*=".title"] a {max-line: 1;}#ab532af6f0af4b7 [data-item*=".abstract"], #ab532af6f0af4b7 [data-item*=".abstract"] a {show: false;}#ab532af6f0af4b7 [data-item*=".subTitle"], #ab532af6f0af4b7 [data-item*=".subTitle"] a {show: false;}#ab532af6f0af4b7 [data-item*=".category"], #ab532af6f0af4b7 [data-item*=".category"] a {show: true;}#ab532af6f0af4b7 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ab532af6f0af4b7 [data-item="icon"] {left: -20px;top: 0px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a07abaf8a0aca4b [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a76d0af94ca1602 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a76d0af94ca1602 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ada3fab5f9a4555 .event-list {
  margin-bottom: 20px;
}
#ada3fab5f9a4555 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #1e87f0;
  border: 1px solid #1e87f0;
  padding: 0;
}
#ada3fab5f9a4555 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#ada3fab5f9a4555 .event-list p {
  margin: 0;
  padding: 0;
}
#ada3fab5f9a4555 .event-list .text-mon {
  font-size: 12px;
}
#ada3fab5f9a4555 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#ada3fab5f9a4555 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#ada3fab5f9a4555 .uk-card:hover .event-date {
  background-color: #1e87f0;
  color: #fff;
}
#ada3fab5f9a4555 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #1e87f0;
}
#aa9efa7df8af186 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 0;
  bottom: 0;
  padding: 4px 15px 0 20px;
  z-index: 100;
  background: #007bff;
  color: #fff;
  line-height: 24px;
}
#aa9efa7df8af186 .uk-slider {
  padding-top: 30px;
}
#aa9efa7df8af186 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#aa9efa7df8af186 .uk-card {
  background-color: #007bff;
}
#aa9efa7df8af186 .uk-card-media-top {
  overflow: hidden;
}
#aa9efa7df8af186 .list-item:nth-child(4n+1) .uk-card {
  background-color: #ff5575;
}
#aa9efa7df8af186 .list-item:nth-child(4n+1) .uk-card .post-cate {
  background-color: #ff5575;
}
#aa9efa7df8af186 .list-item:nth-child(4n+1) .uk-card .post-cate::before {
  border-left-color: #ff5575;
}
#aa9efa7df8af186 .list-item:nth-child(4n+2) .uk-card {
  background-color: #ffaf31;
}
#aa9efa7df8af186 .list-item:nth-child(4n+2) .uk-card .post-cate {
  background-color: #ffaf31;
}
#aa9efa7df8af186 .list-item:nth-child(4n+2) .uk-card .post-cate::before {
  border-left-color: #ffaf31;
}
#aa9efa7df8af186 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#aa9efa7df8af186 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#aa9efa7df8af186 .list-item:nth-child(4n+3) .uk-card {
  background-color: #4ab106;
}
#aa9efa7df8af186 .list-item:nth-child(4n+3) .uk-card .post-cate {
  background-color: #4ab106;
}
#aa9efa7df8af186 .list-item:nth-child(4n+3) .uk-card .post-cate::before {
  border-left-color: #4ab106;
}
#aa9efa7df8af186 .uk-dotnav > * {
  padding-left: 6px;
}
#aa9efa7df8af186 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #add3fa;
}
#aa9efa7df8af186 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #1e87f0;
}
#aa9efa7df8af186 .post-cate::before {
  border-style: solid;
  border-width: 28px 0 0 20px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  right: -20px;
  top: 0;
  content: '';
}
#add07a253da92fb .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#add07a253da92fb .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a76d0af94ca1602 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a76d0af94ca1602 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#ada3fab5f9a4555 [data-item*=".abstract"], #ada3fab5f9a4555 [data-item*=".abstract"] a {show: true;}#ada3fab5f9a4555 [data-item*=".subTitle"], #ada3fab5f9a4555 [data-item*=".subTitle"] a {show: true;}#ada3fab5f9a4555 [data-item*=".category"], #ada3fab5f9a4555 [data-item*=".category"] a {show: true;}#a36d7a5f03af5d1 [data-item*=".abstract"], #a36d7a5f03af5d1 [data-item*=".abstract"] a {show: true;}#a36d7a5f03af5d1 [data-item*=".subTitle"], #a36d7a5f03af5d1 [data-item*=".subTitle"] a {show: false;}#a36d7a5f03af5d1 [data-item*=".category"], #a36d7a5f03af5d1 [data-item*=".category"] a {show: false;}#aa9efa7df8af186 [data-item*=".abstract"], #aa9efa7df8af186 [data-item*=".abstract"] a {show: true;}#aa9efa7df8af186 [data-item*=".subTitle"], #aa9efa7df8af186 [data-item*=".subTitle"] a {show: true;}#aa9efa7df8af186 [data-item*=".category"], #aa9efa7df8af186 [data-item*=".category"] a {show: false;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#add07a253da92fb [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a2e85aa0b4a6d8f [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a2e85aa0b4a6d8f .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#afc5da7baca8fee .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#afc5da7baca8fee .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a2e85aa0b4a6d8f [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a2e85aa0b4a6d8f [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#afc5da7baca8fee [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a66dea8271a31e4 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a66dea8271a31e4 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a76d6af0b4afdea .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a76d6af0b4afdea .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a66dea8271a31e4 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a66dea8271a31e4 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a3a9dae01eaccef [data-item*=".title"], #a3a9dae01eaccef [data-item*=".title"] a {max-line: 1;}#a3a9dae01eaccef [data-item*=".abstract"], #a3a9dae01eaccef [data-item*=".abstract"] a {show: false;}#a3a9dae01eaccef [data-item*=".subTitle"], #a3a9dae01eaccef [data-item*=".subTitle"] a {show: true;}#a3a9dae01eaccef [data-item*=".category"], #a3a9dae01eaccef [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a76d6af0b4afdea [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a0aaea3827a5bcd [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0aaea3827a5bcd .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#aca57a316da778d .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aca57a316da778d .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a0aaea3827a5bcd [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a0aaea3827a5bcd [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a2606a8f76ac626 [data-item*=".title"], #a2606a8f76ac626 [data-item*=".title"] a {max-line: 1;}#a2606a8f76ac626 [data-item*=".abstract"], #a2606a8f76ac626 [data-item*=".abstract"] a {show: false;}#a2606a8f76ac626 [data-item*=".subTitle"], #a2606a8f76ac626 [data-item*=".subTitle"] a {show: true;}#a2606a8f76ac626 [data-item*=".category"], #a2606a8f76ac626 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aca57a316da778d [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a8a07acfb8aceb7 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a8a07acfb8aceb7 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a8ccba3bc5a9d4c .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a8ccba3bc5a9d4c .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a8a07acfb8aceb7 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a8a07acfb8aceb7 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a08ffacf92ac3cd [data-item*=".title"], #a08ffacf92ac3cd [data-item*=".title"] a {max-line: 1;}#a08ffacf92ac3cd [data-item*=".abstract"], #a08ffacf92ac3cd [data-item*=".abstract"] a {show: false;}#a08ffacf92ac3cd [data-item*=".subTitle"], #a08ffacf92ac3cd [data-item*=".subTitle"] a {show: true;}#a08ffacf92ac3cd [data-item*=".category"], #a08ffacf92ac3cd [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a8ccba3bc5a9d4c [data-item="logo"] {left: 18px;top: 3px; position: relative;}#aa626a575fa1bfc [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aa626a575fa1bfc .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ac619ad52ea1f42 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#ac619ad52ea1f42 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#aa626a575fa1bfc [data-item="pages"] {left: -836px;top: -3px; position: relative;}#aa626a575fa1bfc [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ac619ad52ea1f42 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a0f93a5d97a44e1 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0f93a5d97a44e1 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a8aeea46fba0839 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a8aeea46fba0839 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a0f93a5d97a44e1 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a0f93a5d97a44e1 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a5070ae1d0ac6ab [data-item*=".title"], #a5070ae1d0ac6ab [data-item*=".title"] a {max-line: 1;}#a5070ae1d0ac6ab [data-item*=".abstract"], #a5070ae1d0ac6ab [data-item*=".abstract"] a {show: false;}#a5070ae1d0ac6ab [data-item*=".subTitle"], #a5070ae1d0ac6ab [data-item*=".subTitle"] a {show: true;}#a5070ae1d0ac6ab [data-item*=".category"], #a5070ae1d0ac6ab [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a8aeea46fba0839 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ab0a0a5571a2608 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab0a0a5571a2608 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#aaffba0505aceff .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aaffba0505aceff .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ab0a0a5571a2608 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ab0a0a5571a2608 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a7df9adaa4a6582 [data-item*=".title"], #a7df9adaa4a6582 [data-item*=".title"] a {max-line: 1;}#a7df9adaa4a6582 [data-item*=".abstract"], #a7df9adaa4a6582 [data-item*=".abstract"] a {show: false;}#a7df9adaa4a6582 [data-item*=".subTitle"], #a7df9adaa4a6582 [data-item*=".subTitle"] a {show: true;}#a7df9adaa4a6582 [data-item*=".category"], #a7df9adaa4a6582 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aaffba0505aceff [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a0b52a7798a47ff [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0b52a7798a47ff .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a0d4faa743ae89b .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a0d4faa743ae89b .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a0b52a7798a47ff [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a0b52a7798a47ff [data-item="logo"] {left: 317px;top: -4px; position: relative;}#aa314a9d89aa46b [data-item*=".title"], #aa314a9d89aa46b [data-item*=".title"] a {max-line: 1;}#aa314a9d89aa46b [data-item*=".abstract"], #aa314a9d89aa46b [data-item*=".abstract"] a {show: false;}#aa314a9d89aa46b [data-item*=".subTitle"], #aa314a9d89aa46b [data-item*=".subTitle"] a {show: true;}#aa314a9d89aa46b [data-item*=".category"], #aa314a9d89aa46b [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a0d4faa743ae89b [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ab0fcad3cfa5150 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab0fcad3cfa5150 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#afd95a1ad4a5e19 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#afd95a1ad4a5e19 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ab0fcad3cfa5150 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ab0fcad3cfa5150 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#af918aca14a4903 [data-item*=".title"], #af918aca14a4903 [data-item*=".title"] a {max-line: 1;}#af918aca14a4903 [data-item*=".abstract"], #af918aca14a4903 [data-item*=".abstract"] a {show: false;}#af918aca14a4903 [data-item*=".subTitle"], #af918aca14a4903 [data-item*=".subTitle"] a {show: true;}#af918aca14a4903 [data-item*=".category"], #af918aca14a4903 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#afd95a1ad4a5e19 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a94f9ab3eeae5a0 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a94f9ab3eeae5a0 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a3d6ba0946a895e .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a3d6ba0946a895e .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a94f9ab3eeae5a0 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a94f9ab3eeae5a0 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#aa044a2db0a2118 [data-item*=".title"], #aa044a2db0a2118 [data-item*=".title"] a {max-line: 1;}#aa044a2db0a2118 [data-item*=".abstract"], #aa044a2db0a2118 [data-item*=".abstract"] a {show: false;}#aa044a2db0a2118 [data-item*=".subTitle"], #aa044a2db0a2118 [data-item*=".subTitle"] a {show: true;}#aa044a2db0a2118 [data-item*=".category"], #aa044a2db0a2118 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3d6ba0946a895e [data-item="logo"] {left: 18px;top: 3px; position: relative;}#acf94ad601ac1f5 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#acf94ad601ac1f5 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a5840a0886abd1c .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a5840a0886abd1c .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#acf94ad601ac1f5 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#acf94ad601ac1f5 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#aba3ea13cfadb82 [data-item*=".title"], #aba3ea13cfadb82 [data-item*=".title"] a {max-line: 1;}#aba3ea13cfadb82 [data-item*=".abstract"], #aba3ea13cfadb82 [data-item*=".abstract"] a {show: false;}#aba3ea13cfadb82 [data-item*=".subTitle"], #aba3ea13cfadb82 [data-item*=".subTitle"] a {show: true;}#aba3ea13cfadb82 [data-item*=".category"], #aba3ea13cfadb82 [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a5840a0886abd1c [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a322ca034bac8c2 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a322ca034bac8c2 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a349caf2baaaa3d .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#a349caf2baaaa3d .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a322ca034bac8c2 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a322ca034bac8c2 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a613fa2eb8a234f [data-item*=".title"], #a613fa2eb8a234f [data-item*=".title"] a {max-line: 1;}#a613fa2eb8a234f [data-item*=".abstract"], #a613fa2eb8a234f [data-item*=".abstract"] a {show: false;}#a613fa2eb8a234f [data-item*=".subTitle"], #a613fa2eb8a234f [data-item*=".subTitle"] a {show: true;}#a613fa2eb8a234f [data-item*=".category"], #a613fa2eb8a234f [data-item*=".category"] a {show: true;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a349caf2baaaa3d [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a6e82ab787a6a0e .search-highlight {
  background: yellow;
}
#a1f54abfd1a6e62 .search-highlight {
  background: yellow;
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#a1aaeab975a1167 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1aaeab975a1167 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a637dace32ab84a {
  /* 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------------------------*/
}
#a637dace32ab84a * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a637dace32ab84a .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a637dace32ab84a .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a637dace32ab84a .error .clip:nth-of-type(1) .shadow,
#a637dace32ab84a .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a637dace32ab84a .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a637dace32ab84a .error h2 {
  font-size: 32px;
}
#a637dace32ab84a .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a637dace32ab84a .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a637dace32ab84a .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a637dace32ab84a .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a637dace32ab84a .error .clip .shadow {
  overflow: hidden;
}
#a637dace32ab84a .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);
}
#a637dace32ab84a .error .clip:nth-of-type(3) .shadow:after,
#a637dace32ab84a .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%;
}
#a637dace32ab84a .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a637dace32ab84a .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a637dace32ab84a .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a637dace32ab84a .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a637dace32ab84a .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a637dace32ab84a .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a637dace32ab84a .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a637dace32ab84a .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a637dace32ab84a {
    /* Error Page */
    /* Error Page */
  }
  #a637dace32ab84a .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a637dace32ab84a .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a637dace32ab84a .error .clip:nth-of-type(1) .shadow,
  #a637dace32ab84a .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a637dace32ab84a .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a637dace32ab84a .error h2 {
    font-size: 24px;
  }
  #a637dace32ab84a .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a637dace32ab84a .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a637dace32ab84a .error .container-error-404 {
    height: 150px;
  }
}
#a637dace32ab84a .overlay {
  position: relative;
  z-index: 20;
}
#a637dace32ab84a .ground-color {
  background: white;
}
#a637dace32ab84a .item-bg-color {
  background: #EAEAEA;
}
#a637dace32ab84a .padding-top {
  padding-top: 10px;
}
#a637dace32ab84a .padding-bottom {
  padding-bottom: 10px;
}
#a637dace32ab84a .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a637dace32ab84a .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a637dace32ab84a .padding-all {
  padding: 10px;
}
#a637dace32ab84a .no-padding-left {
  padding-left: 0px;
}
#a637dace32ab84a .no-padding-right {
  padding-right: 0px;
}
#a637dace32ab84a .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a637dace32ab84a .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a637dace32ab84a .no-padding {
  padding: 0px;
}
#a637dace32ab84a .margin-top {
  margin-top: 10px;
}
#a637dace32ab84a .margin-bottom {
  margin-bottom: 10px;
}
#a637dace32ab84a .margin-right {
  margin-right: 10px;
}
#a637dace32ab84a .margin-left {
  margin-left: 10px;
}
#a637dace32ab84a .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a637dace32ab84a .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a637dace32ab84a .margin-all {
  margin: 10px;
}
#a637dace32ab84a .no-margin {
  margin: 0px;
}
#a637dace32ab84a .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a637dace32ab84a .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a637dace32ab84a .inside-col-shrink {
  margin: 0px 20px;
}
#a637dace32ab84a hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#af0b1a3b46ac07f .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#af0b1a3b46ac07f .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#a1aaeab975a1167 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#a1aaeab975a1167 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#af0b1a3b46ac07f [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ac434af33daeaf3 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ac434af33daeaf3 .slider {
  width: 420px;
  height: 600px;
}
#ac434af33daeaf3 .uk-slideshow-items {
  height: 100%;
}
#ac434af33daeaf3 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ac434af33daeaf3 .login-wrap {
  width: 100%;
  height: 100%;
}
#ac434af33daeaf3 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ac434af33daeaf3 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ac434af33daeaf3 .phone-login-box {
  margin: 40px auto 40px;
  display: inline-block;
}
#ac434af33daeaf3 .login-header {
  margin-bottom: 24px;
}
#ac434af33daeaf3 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ac434af33daeaf3 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
}
#ac434af33daeaf3 .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;
}
#ac434af33daeaf3 .input-item input.error,
#ac434af33daeaf3 .input-item input.error::placeholder {
  color: #fc4343;
}
#ac434af33daeaf3 .input-item input::placeholder {
  color: #999;
}
#ac434af33daeaf3 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
}
#ac434af33daeaf3 .verifycode-input {
  margin: 24px 0;
}
#ac434af33daeaf3 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ac434af33daeaf3 .send-code {
  float: right;
}
#ac434af33daeaf3 .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;
}
#ac434af33daeaf3 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ac434af33daeaf3 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ab620ad506a5345 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#ab620ad506a5345 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#ab620ad506a5345 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#ab620ad506a5345 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#ab620ad506a5345 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#ab620ad506a5345 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#ab620ad506a5345 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#ab620ad506a5345 .nav-list {
  padding: 0 20px;
}
#ab620ad506a5345 .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;
}
#ab620ad506a5345 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#ab620ad506a5345 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#ab620ad506a5345 .order-item:hover {
  background: #f7f7f7;
}
#ab620ad506a5345 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#ab620ad506a5345 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#ab620ad506a5345 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#ab620ad506a5345 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#ab620ad506a5345 .goods-item .goods-info {
  padding: 0 15px;
}
#ab620ad506a5345 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#ab620ad506a5345 .appoint-time {
  margin-bottom: 4px;
}
#ab620ad506a5345 .appoint-name {
  color: #333;
  font-size: 14px;
}
#ab620ad506a5345 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#ab620ad506a5345 .goods-item .goods-name {
  color: #333;
}
#ab620ad506a5345 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#ab620ad506a5345 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#ab620ad506a5345 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#ab620ad506a5345 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#ab620ad506a5345 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#ab620ad506a5345 .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;
}
#ab620ad506a5345 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#ab620ad506a5345 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a2de4aff71a6834 .search-highlight {
  background: yellow;
}
#a2de4aff71a6834 .category-list {
  background: #fff;
  padding: 20px 40px;
}
#a2de4aff71a6834 .goods-sort {
  padding: 10px 0;
}
#a2de4aff71a6834 .goods {
  padding-bottom: 20px;
}
#a2de4aff71a6834 .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#a2de4aff71a6834 .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#a2de4aff71a6834 .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#a2de4aff71a6834 .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
#a2de4aff71a6834 .goods-sort .sort-default.active,
#a2de4aff71a6834 .goods-sort .category-item.active {
  color: red;
}
#a2de4aff71a6834 .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#a2de4aff71a6834 .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#a2de4aff71a6834 .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#a2de4aff71a6834 .sorts .sort.active span {
  color: #e4393c;
}
#a2de4aff71a6834 .sorts .fa {
  color: #999;
}
#a2de4aff71a6834 .sorts .fa.active {
  color: #e4393c;
}
#a2de4aff71a6834 .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#a2de4aff71a6834 .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#a2de4aff71a6834 .uk-container {
  min-height: 200px;
}
#a2de4aff71a6834 .not-found {
  line-height: 200px;
}
#a2de4aff71a6834 .goods .item {
  color: #333;
  font-weight: 400;
}
#a2de4aff71a6834 .img-alter {
  display: none;
}
#a2de4aff71a6834 .goods .item:hover .img-main {
  display: none;
}
#a2de4aff71a6834 .goods .item:hover .img-alter {
  display: block;
}
#a2de4aff71a6834 .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#a2de4aff71a6834 .goods .item .title:hover {
  color: #d4282d;
}
#a2de4aff71a6834 .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a2de4aff71a6834 .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#a2de4aff71a6834 .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#a2de4aff71a6834 .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#a2de4aff71a6834 .uk-card .uk-card-media {
  background: #fff;
}
#a2de4aff71a6834 .uk-card:hover {
  background-color: #f4f0e9;
}
#a2de4aff71a6834 .sort-time.active .fa {
  color: #e4393c;
}
#a2de4aff71a6834 * + .uk-grid-margin-small,
#a2de4aff71a6834 .uk-grid + .uk-grid-small,
#a2de4aff71a6834 .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#ac8c3a6c61ad8f7 .uk-checkbox:not(:checked) {
  background: #fff;
}
#ac8c3a6c61ad8f7 .cart-wrap .column {
  float: left;
  text-align: center;
}
#ac8c3a6c61ad8f7 .cart-head,
#ac8c3a6c61ad8f7 .cart-footer,
#ac8c3a6c61ad8f7 .cart-item {
  margin-bottom: 10px;
  padding: 12px 0;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}
#ac8c3a6c61ad8f7 .cart-head {
  background-color: #efefef;
}
#ac8c3a6c61ad8f7 .cart-head,
#ac8c3a6c61ad8f7 .cart-footer {
  margin: 20px 0;
  padding: 12px;
}
#ac8c3a6c61ad8f7 .cart-footer {
  display: none;
}
#ac8c3a6c61ad8f7 .cart-head .c-checkbox {
  width: 150px;
}
#ac8c3a6c61ad8f7 .c-info {
  width: 410px;
}
#ac8c3a6c61ad8f7 .c-price {
  width: 180px;
}
#ac8c3a6c61ad8f7 .c-count {
  width: 170px;
}
#ac8c3a6c61ad8f7 .c-sum {
  width: 170px;
}
#ac8c3a6c61ad8f7 .cart-item {
  padding: 20px 12px;
}
#ac8c3a6c61ad8f7 .selected {
  background-color: #fdf5e9;
}
#ac8c3a6c61ad8f7 .cart-item .c-info {
  width: 500px;
}
#ac8c3a6c61ad8f7 .cart-item .c-checkbox {
  width: 60px;
}
#ac8c3a6c61ad8f7 .cart-item .pic {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
#ac8c3a6c61ad8f7 .cart-item .c-info .info {
  padding-left: 120px;
  min-height: 100px;
  width: 500px;
  padding-top: 10px;
  line-height: 1;
}
#ac8c3a6c61ad8f7 .cart-item .c-info .title {
  font-size: 14px;
  display: block;
  color: #333;
  text-align: left;
  margin-bottom: 6px;
}
#ac8c3a6c61ad8f7 .cart-item .c-info span {
  font-size: 12px;
  color: #999;
}
#ac8c3a6c61ad8f7 .cart-item .price {
  text-align: center;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ac8c3a6c61ad8f7 .cart-item .price-total {
  color: #d4282d;
  font-weight: bolder;
}
#ac8c3a6c61ad8f7 .cart-item .present-price {
  font-size: 14px;
  color: #333;
}
#ac8c3a6c61ad8f7 .cart-item .origin-price {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  text-decoration: line-through;
}
#ac8c3a6c61ad8f7 .cart-item .column {
  padding-top: 12px;
}
#ac8c3a6c61ad8f7 .cart-item .c-info {
  padding-top: 0;
}
#ac8c3a6c61ad8f7 .cart-item .del {
  color: #555;
}
#ac8c3a6c61ad8f7 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ac8c3a6c61ad8f7 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ac8c3a6c61ad8f7 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ac8c3a6c61ad8f7 .select-num i {
  line-height: 30px;
}
#ac8c3a6c61ad8f7 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ac8c3a6c61ad8f7 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ac8c3a6c61ad8f7 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ac8c3a6c61ad8f7 .price-info {
  color: #999;
  float: right;
  margin-left: 20px;
}
#ac8c3a6c61ad8f7 .price-info .discount {
  font-size: 12px;
}
#ac8c3a6c61ad8f7 .price-info .price-num {
  font-size: 16px;
  color: #E2231A;
  font-weight: 700;
}
#ac8c3a6c61ad8f7 .column-left {
  line-height: 36px;
}
#ac8c3a6c61ad8f7 .column-left a {
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
#ac8c3a6c61ad8f7 .column-left a:hover {
  color: #E2231A;
}
#ac8c3a6c61ad8f7 .column-right {
  padding-right: 130px;
}
#ac8c3a6c61ad8f7 .column-right .selected-num {
  color: #999;
  font-size: 13px;
  line-height: 26px;
}
#ac8c3a6c61ad8f7 .column-right .selected-num span {
  color: #E2231A;
  font-weight: bolder;
  display: inline-block;
  margin: 0 2px;
}
#ac8c3a6c61ad8f7 .order-btn {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 130px;
  line-height: 68px;
  color: #fff;
  font-size: 24px;
  background-color: #E2231A;
  text-align: center;
}
#ac8c3a6c61ad8f7 .cart-icon {
  width: 200px;
  fill: #ccc;
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#a368fad9cdabd4c .checkout-title {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
#a368fad9cdabd4c .checkout-wrap {
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  color: #666;
}
#a368fad9cdabd4c .add-addr {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
#a368fad9cdabd4c .checkout-wrap h3 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
#a368fad9cdabd4c .addr-list {
  height: 45px;
  overflow: hidden;
}
#a368fad9cdabd4c .addr-list.expand {
  height: auto;
}
#a368fad9cdabd4c .addr-item {
  list-style: none;
  height: 30px;
  margin: 6px 0 20px;
  display: block;
  position: relative;
}
#a368fad9cdabd4c .addr-item:hover {
  background-color: #fff3f3;
}
#a368fad9cdabd4c .addr-item .addr-item-name {
  list-style: none;
  position: relative;
  border: 1px solid #ddd;
  line-height: 28px;
  padding: 0 10px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #777;
  float: left;
  margin-right: 15px;
}
#a368fad9cdabd4c .addr-item.selected .addr-item-name {
  border: 2px solid #FF0036;
}
#a368fad9cdabd4c .addr-default {
  margin: 5px 10px;
  background-color: #999;
  color: #fff;
  padding: 0 4px;
  line-height: 20px;
  display: inline-block;
}
#a368fad9cdabd4c .addr-item.selected .addr-item-name i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#a368fad9cdabd4c .addr-item .addr-detail {
  line-height: 30px;
  font-size: 12px;
}
#a368fad9cdabd4c .addr-item .op-btns {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
}
#a368fad9cdabd4c .addr-item .op-btns a {
  color: #005ea7;
  display: inline-block;
  margin-right: 12px;
}
#a368fad9cdabd4c .addr-item .op-btns a:hover {
  color: #FF0036;
}
#a368fad9cdabd4c .addr-switch {
  line-height: 24px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 15px;
}
#a368fad9cdabd4c .addr-switch b {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  line-height: 10px;
  width: 9px;
  margin-left: 5px;
  background: url(/resources/sys/img/toggle-arrow.png) no-repeat 0 0;
}
#a368fad9cdabd4c .addr-switch.expand b {
  background-position: 0 -10px;
}
#a368fad9cdabd4c table {
  border: 1px solid #ececec;
  margin: 0 0 30px;
  color: #333;
}
#a368fad9cdabd4c table thead {
  color: #999;
  background-color: #f5f5f5;
}
#a368fad9cdabd4c table td {
  text-align: center;
}
#a368fad9cdabd4c table thead td {
  border-top: none;
}
#a368fad9cdabd4c table .goods-pic {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
}
#a368fad9cdabd4c table .goods-info a {
  color: #333;
  font-weight: bolder;
}
#a368fad9cdabd4c table .goods-info span {
  font-size: 12px;
  color: #999;
}
#a368fad9cdabd4c .origin-price {
  color: #999;
  text-decoration: line-through;
}
#a368fad9cdabd4c table .price {
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a368fad9cdabd4c .checkout-summary {
  margin: 20px 10px 10px;
}
#a368fad9cdabd4c .summary-item {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#a368fad9cdabd4c .summary-item > em {
  width: 120px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-family: verdana;
  font-style: normal;
}
#a368fad9cdabd4c .order-confirm {
  padding: 15px 10px 15px 0;
  text-align: right;
  border-top: 1px solid #e6e6e6;
  color: #999;
  background-color: #f4f4f4;
  line-height: 24px;
  font-size: 12px;
}
#a368fad9cdabd4c .order-confirm .total-price {
  display: inline-block;
  color: #e4393c;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  min-width: 122px;
}
#a368fad9cdabd4c .order-submit-btn {
  margin-top: 20px;
  display: inline-block;
  line-height: 42px;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#a368fad9cdabd4c .order-submit-btn:hover {
  background-color: #EF494D;
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#af32bae903a1a31 .title {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
#af32bae903a1a31 .order-id {
  color: #666;
}
#af32bae903a1a31 .payment {
  cursor: pointer;
}
#af32bae903a1a31 .payment img {
  min-height: 40px;
}
#af32bae903a1a31 .payment-wrap {
  border: 1px solid #ececec;
  margin: 20px 0;
}
#af32bae903a1a31 .payment-title {
  height: 42px;
  padding-left: 21px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #efefef;
  line-height: 41px;
  color: #999;
  font-size: 14px;
}
#af32bae903a1a31 .selected {
  border: 2px solid #e1251b;
}
#af32bae903a1a31 .go-pay {
  display: inline-block;
  line-height: 42px;
  padding: 2px 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#af32bae903a1a31 .go-pay:hover {
  background-color: #EF494D;
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}#ad6eba51e5a6e29 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad6eba51e5a6e29 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#adf92a1964a2b85 {
  max-width: 1200px;
  margin: 0 auto;
}
#adf92a1964a2b85 .m-header {
  background: #fff;
  height: 44px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#adf92a1964a2b85 .order-container {
  padding-bottom: 60px;
}
#adf92a1964a2b85 .express-date {
  color: #999;
  font-size: 12px;
}
#adf92a1964a2b85 .m-header-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
#adf92a1964a2b85 .m-header-back svg {
  width: 16px;
  fill: #666;
}
#adf92a1964a2b85 .m-header-title {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#adf92a1964a2b85 .order-status {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f66d70), to(#e93b3d));
  background-image: -webkit-linear-gradient(left, #f66d70, #e93b3d);
  background-image: linear-gradient(90deg, #f66d70, #e93b3d);
  color: #fff;
  padding: 12px 10px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
#adf92a1964a2b85 .order-status:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  left: 0;
  bottom: 0;
  border-radius: 0 100% 0 0;
  background-image: -webkit-linear-gradient(60deg, #e93c3e 32%, #f66c6c 69%);
  background-image: linear-gradient(30deg, #e93c3e 32%, #f66c6c 69%);
}
#adf92a1964a2b85 .order-status:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 48px;
  right: 0;
  bottom: 0;
  border-radius: 100% 0 0 2%;
  background-image: -webkit-linear-gradient(53deg, #e93c3e 8%, #f66d70 78%);
  background-image: linear-gradient(37deg, #e93c3e 8%, #f66d70 78%);
}
#adf92a1964a2b85 .state-desc {
  padding-left: 25px;
}
#adf92a1964a2b85 .order-status .icon-status {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/resources/sys/img/order_status_icon.png);
  background-size: 41px 41px;
  background-repeat: no-repeat;
  top: 25px;
}
#adf92a1964a2b85 .order-status .icon-status.status-1,
#adf92a1964a2b85 .order-status .icon-status.status-2,
#adf92a1964a2b85 .order-status .icon-status.status-3 {
  background-position: 0 -22px;
}
#adf92a1964a2b85 .order-status .icon-status.status--1 {
  background-position: -22px 0;
}
#adf92a1964a2b85 .state-desc .state-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#adf92a1964a2b85 .state-tip {
  font-size: 12px;
}
#adf92a1964a2b85 .top-content {
  padding: 0 10px;
  background: #fff;
}
#adf92a1964a2b85 .top-content .fa {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  width: 24px;
  text-align: center;
}
#adf92a1964a2b85 .top-content .desc {
  color: #333;
  line-height: 21px;
  font-size: 14px;
  background: #fff;
}
#adf92a1964a2b85 .top-content .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#adf92a1964a2b85 .top-content .content-wrap {
  padding: 12px 0;
  border-bottom: 1px solid #f7f7f7;
}
#adf92a1964a2b85 .top-content.address .content-wrap {
  border-bottom: none;
}
#adf92a1964a2b85 .goods-item {
  margin-top: 10px;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
#adf92a1964a2b85 .goods-item img {
  display: block;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-right: 10px;
}
#adf92a1964a2b85 .goods-info .title {
  font-size: 14px;
  margin-bottom: 3px;
  word-break: break-all;
  position: relative;
  color: #333;
  font-weight: 500;
}
#adf92a1964a2b85 .goods-info .sku-name {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
#adf92a1964a2b85 .goods-info .num-wrap {
  color: #999;
  font-size: 12px;
}
#adf92a1964a2b85 .goods-info .present-price {
  line-height: 30px;
  color: #e93b3d;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#adf92a1964a2b85 .panel {
  background: #fff;
  margin: 20px 0;
}
#adf92a1964a2b85 .panel-header {
  padding: 10px;
  color: #333;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
#adf92a1964a2b85 .panel-header .tip {
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
#adf92a1964a2b85 .contact {
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}
#adf92a1964a2b85 .hide {
  display: none;
}
#adf92a1964a2b85 .contact img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
}
#adf92a1964a2b85 .order-detail {
  padding: 15px 10px;
  background: #fff;
}
#adf92a1964a2b85 .order-detail .order-item {
  line-height: 22px;
  margin-bottom: 3px;
  color: #151515;
}
#adf92a1964a2b85 .order-detail .order-item span {
  color: #999;
  display: inline-block;
  margin-right: 6px;
}
#adf92a1964a2b85 .order-summary {
  border-top: 1px solid #f7f7f7;
  padding: 12px 0;
}
#adf92a1964a2b85 .order-id {
  font-size: 13px;
  font-style: normal;
}
#adf92a1964a2b85 .order-summary .order-price {
  line-height: 21px;
  color: #333;
  font-weight: 400;
}
#adf92a1964a2b85 .order-summary .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
#adf92a1964a2b85 .total-price {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
#adf92a1964a2b85 .total-price .price {
  color: #f2270c;
}
#adf92a1964a2b85 .order-bottom {
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  font-size: 12px;
  border-top: 1px solid #f7f7f7;
}
#adf92a1964a2b85 .pay-btn {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  cursor: pointer;
}
#aacd8abc76a80c5 .ap-list-content a {
  color: #696969;
  line-height: 1.5;
}
#aacd8abc76a80c5 .ap-list-content a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad6eba51e5a6e29 [data-item="pages"] {left: -836px;top: -3px; position: relative;}#ad6eba51e5a6e29 [data-item="logo"] {left: 317px;top: -4px; position: relative;}#a8a2aa589ea6cb7 form {
  width: 100%;
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#a8a2aa589ea6cb7 .inner-form .input-field {
  height: 100%;
}
#a8a2aa589ea6cb7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8a2aa589ea6cb7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeeec;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8a2aa589ea6cb7 .inner-form .input-field.first-wrap svg {
  width: 28px;
  height: 28px;
  fill: #000;
}
#a8a2aa589ea6cb7 .inner-form .input-field .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#a8a2aa589ea6cb7 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8a2aa589ea6cb7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
}
#a8a2aa589ea6cb7 .btn-search:hover {
  background: #00ad5f;
}
#a8a2aa589ea6cb7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aacd8abc76a80c5 [data-item="logo"] {left: 18px;top: 3px; position: relative;}