

  body {
    background: ;
    color: #303030;
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 400;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #303030!important;
    font-family: 'Manrope';
    font-weight: 700;
  }

  h1 { color: ; }
  h2 { color: ; }
  h3 { color: ; }
  h4 { color: ; }
  h5 { color: ; }
  h6 { color: ; }

  p, li, small, pre {
    color: #303030;
    font-size: 18px;
  }

  a {
    font-family: 'Manrope';
    font-weight: 400;
    color: #1e6192;
    text-decoration: underline;
  }

  a:hover {
    color: #1e6192;
    opacity: .8;
  }

  a.button {
    color: #ffffff;
  }

  a.button.hollow {
    color: #1e6192;
    border: 2px solid #1e6192;
  }

  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background: #1e6192;
    color: #ffffff;
    border-radius: 0;
  }

  .button:hover, .button:focus {
    background: ;
    color: ;
    opacity: 1;
  }

  .navbar {
    background: ;
  }

  .navbar a {
    font-family: 'Manrope';
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
  }

  .navbar .topbar .gg-icon {
    color: #ffffff;
  }

  @media (min-width: 320px) {
    .navbar .content-nav .brand img { width: 80px; }
  }

  @media (min-width: 1024px) {
    .navbar .content-nav .brand img { width: 150px; }
  }

  .dropdown.menu li a:hover,
  .dropdown.menu li a:focus,
  .dropdown.menu li a:active,
  .dropdown.menu > li.is-active > a,
  .dropdown.menu li.is-dropdown-submenu-parent::after  {
    color: #ffffff!important;
  }

  .dropdown.menu .submenu {
    background: #141028;
  }

  .dropdown.menu .submenu a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
  }

  .dropdown.menu .submenu a:hover {
    color: #ffffff!important;
  }

  .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #ffffff transparent transparent;
  }

  .hamburger span {
    background: #ffffff;
  }

  .overlay {
    background: #141028;
  }

  .overlay-content .menu a {
    color: #ffffff;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
  }

  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #ffffff transparent transparent;
  }

  .search-bar-container {
    background: #303030;
  }

  .search-bar {
    color: #ffffff;
  }

  .search-bar-container .search-bar input[type=text] {
    color: #ffffff;
    border-color: #ffffff;
  }

  .search-bar-container .search-bar ::placeholder {
    color: #ffffff;
  }

  .search-bar-container .search-bar ::focus {
    color: #ffffff;
    border-color: #ffffff;
  }

  .search-bar-container .search-bar .close-button {
    color: #ffffff;
  }

  .pagination .current {
    color: #303030;
  }

  footer {
    background: #303030;
  }

  footer p,
  footer li,
  small
  {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }

  footer h1,
  footer h2,
  footer h3,
  footer h4,
  footer h5,
  footer h6
  {
    color: #ffffff!important;
    font-weight: 600;
    text-decoration: none;
    text-transform: inherit;
  }

  footer a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    text-transform: none;
  }

  footer a:hover {
    color: #ffffff;
    opacity: .8;
  }
