<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
  display: block;
  position: relative;
  z-index: 99; }
  @media (max-width: 991px) {
    .header {
      height: 90px; } }
  .header .logo {
    margin-top: 1px; }
    @media (max-width: 991px) {
      .header .logo {
        margin-top: 7px;
        /* margin-left: 8px; */ } }
    @media (max-width: 767px) {
      .header .logo {
        /*margin-top: -2px;
        margin-left: 4px;*/ } }
  .header ul {
    margin: 0; }
    .header ul li {
      padding-left: 0; }
      .header ul li:before {
        display: none; }
  .header__content {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 991px) {
      .header__content {
        position: fixed; } }
    .header__content.fixed {
      position: fixed;
      top: -40px; }
      @media (max-width: 991px) {
        .header__content.fixed {
          top: 0; } }
  .header__top {
    display: block;
    background-color: #00589c;
    color: #ffffff; }
    .header__top-container {
      height: 40px; }
  .header__help-center {
    display: inline-block;
    margin-left: -1px;
    margin-bottom: 1px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px; }
  .header__top-menu {
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    line-height: 13px; }
    .header__top-menu .item {
      display: inline-block;
      vertical-align: middle;
      margin-right: 21px;
      margin-bottom: 4px;
      font-size: 0; }
      .header__top-menu .item:last-child {
        margin-right: 0; }
      .header__top-menu .item__link span {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        line-height: 13px;
        font-weight: 400;
        color: #ffffff; }
        .header__top-menu .item__link span.svg-icon {
          max-width: 15px;
          height: 13px;
          margin-right: 8px;
          margin-bottom: 2px; }
  .header__lang {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 20px;
    font-size: 13px;
    line-height: 13px; }
    .header__lang-link {
      font-weight: 400;
      color: #ffffff; }
  .header__search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: 16px;
    height: 16px;
    margin-top: -3px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 0; }
    .header__search .svg-icon {
      display: block;
      max-width: 14px;
      height: 14px; }
  .header__bottom {
    display: block;
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #EDEEEF; }
    .header__bottom-container {
      height: 79px; }
      @media (max-width: 991px) {
        .header__bottom-container {
          height: 89px; } }
    .header__bottom &gt; .container {
      position: static; }
    .header__bottom .btn-search {
      color: #00589c;
      cursor: pointer; }
      .header__bottom .btn-search .svg-icon {
        display: block;
        max-width: 32px;
        height: 32px; }
  .header__bottom-menu {
    font-size: 0;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    line-height: 16px; }
    .header__bottom-menu .item {
      position: static;
      display: inline-block;
      vertical-align: middle;
      margin-right: 24px;
      font-size: 0; }
      .header__bottom-menu .item:last-child {
        margin-right: 0; }
      .header__bottom-menu .item__link {
        display: block;
        font-size: 14px;
        line-height: 81px;
        font-weight: 500;
        color: #000000; }
        .header__bottom-menu .item__link:hover {
          color: #00589c; }
  .header .submenu {
    display: none;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 1px;
    padding-top: 8px;
    padding-bottom: 24px;
    opacity: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06); }
    .header .submenu.hover {
      opacity: 1; }
    .header .submenu__title {
      font-family: "Roboto Slab", "Helvetica Neue", sans-serif;
      font-weight: 400;
      font-size: 31px;
      line-height: 40px;
      color: #000000; }
    .header .submenu__img {
      margin-top: 24px;
      margin-bottom: 20px;
      text-align: left; }
      .header .submenu__img img {
        max-width: 100%;
        max-height: 300px; }
    .header .submenu__left {
      flex: 1;
      margin-right: 10px;}
    .header .submenu__col-1 {
      width: 275px;
      padding-top: 19px; }
      .header .submenu__col-1 .list-submenu {
        margin-left: -2px; }
    .header .submenu__col-2 {
      width: 360px;
      padding-top: 19px; }
      .header .submenu__col-2 .list-submenu {
        margin-left: 3px; }
  .header .list-submenu {
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 16px; }
    .header .list-submenu__item {
      margin-top: 16px;
      padding-right: 16px; }
      .header .list-submenu__item:first-child {
        margin-top: 0; }
    .header .list-submenu__link {
      display: inline-block;
      font-weight: 500;
      color: #000000; }
      .header .list-submenu__link:hover {
        color: #00589c; }
    .header .list-submenu .sub-submenu {
      margin: 0;
      padding-bottom: 8px;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-size: 12px;
      line-height: 14px; }
      .header .list-submenu .sub-submenu__item {
        margin-top: 10px; }
      .header .list-submenu .sub-submenu__link {
        font-weight: 300;
        color: #000000; }
        .header .list-submenu .sub-submenu__link:hover {
          color: #00589c; }

.col2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
</pre></body></html>