<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mobile_menu_container:not(.mm-menu) {
  display: none;
}

ul.related.scrollable {
  display: none !important;
}

#mm-blocker {
  background: rgba(0, 0, 0, 0.8) !important;
}

#wpadminbar {
  /* display: none;*/
}

body.admin-bar header {
  top: 32px !important;
}

.mm-wrapper__blocker.mm-slideout {
  background-color: rgba(0, 0, 0, 0.5);
}

.mm-menu_offcanvas {
  min-width: 20rem;
  width: 20rem;
}

#mobile_menu_container {
  font-size: 1.6rem;
}

.stripe_ist {
  display: none;
}

body.has_skin .skin_neck {
  height: 140px;
}

.top_stripe .top_stripe_content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_stripe .top_stripe_content span .desktop_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.top_stripe .top_stripe_content span .desktop_search .search-box {
  width: 0;
  height: 3rem;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  right: 4.5rem;
}

.top_stripe .top_stripe_content span .desktop_search .search-box input {
  width: 100%;
  height: 100%;
  font-size: 1.44rem;
  margin-right: 0.5rem;
  visibility: hidden;
}

.top_stripe .top_stripe_content span .desktop_search .search-box input:focus {
  outline: none;
}

.top_stripe .top_stripe_content span .desktop_search a {
  margin: 0 2rem;
}

.top_stripe .top_stripe_content span .desktop_search a i {
  color: white;
  font-weight: 900;
  font-size: 2.5rem;
}

body.scrolling .top_stripe_content {
  position: fixed;
  width: 100%;
  z-index: 2;
}

body.scrolling.has_skin .top_stripe_content {
  top: 70px;
}

.page-bottom .top_stripe {
  width: 100%;
}

.page-bottom .top_stripe .top_stripe_content {
  padding: 0;
  background: var(--blue-background-color);
}

.page-bottom .top_stripe .top_stripe_content .container_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem 0 0;
}

.page-bottom .top_stripe .top_stripe_content .container_inner .icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-bottom .top_stripe .top_stripe_content .container_inner .icons a img {
  height: 3rem;
  width: 3rem;
}

.page-bottom .top_stripe .top_stripe_content .container_inner #hamburger-icon-desktop {
  display: none;
}

.page-bottom .top_stripe .top_stripe_content .container_inner .menu-menu_cat-container {
  display: none;
}

.page-bottom .top_stripe i {
  color: white;
  font-weight: 900;
  font-size: 3rem;
}

.page-bottom .top_stripe i:hover {
  cursor: pointer;
}

.page-bottom .top_stripe #home-icon-desktop {
  height: 50px;
  width: 43px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--blue-background-lite-color);
}

.page-bottom .top_stripe #home-icon-desktop i {
  font-size: 2rem;
}

.logo_stripe {
  text-align: center;
}

.logo_stripe img {
  margin-top: 2rem;
  margin-bottom: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
}

.logo_stripe p {
  color: var(--text-lite-color);
  font-size: 1.6rem;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 2rem;
}

.logo_stripe.logo_stripe_desktop {
  display: none;
}

@media only screen and (min-width: 992px) {
  header .stripe_ist {
    display: block;
    background-color: var(--gray-background-color);
    height: 42px;
  }
  header .stripe_ist .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0;
  }
  header .stripe_ist .container .menu_ist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
  }
  header .stripe_ist .container .menu_ist ul li {
    margin-left: 2rem;
    text-transform: uppercase;
  }
  header .stripe_ist .container .menu_ist ul li a:link,
  header .stripe_ist .container .menu_ist ul li a:visited,
  header .stripe_ist .container .menu_ist ul li a:hover,
  header .stripe_ist .container .menu_ist ul li a:focus,
  header .stripe_ist .container .menu_ist ul li a:active {
    color: white;
    text-decoration: none;
  }
  header .stripe_ist .container .share_icons_container {
    margin-right: 1.5rem;
  }
  header .stripe_ist .container .share_icons_container .share_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
  }
  header .stripe_ist .container .share_icons_container .share_icons li {
    margin-left: 1rem;
  }
  header .stripe_ist .container .share_icons_container .share_icons li a:link,
  header .stripe_ist .container .share_icons_container .share_icons li a:visited,
  header .stripe_ist .container .share_icons_container .share_icons li a:hover,
  header .stripe_ist .container .share_icons_container .share_icons li a:focus,
  header .stripe_ist .container .share_icons_container .share_icons li a:active {
    color: white;
  }
  .logo_stripe {
    display: none;
  }
  .logo_stripe.logo_stripe_desktop {
    padding-top: 2.5rem;
    padding-bottom: 4.8rem;
    display: block;
    background-color: white;
    margin: 0 auto;
    max-width: 990px;
  }
  .logo_stripe.logo_stripe_desktop img {
    margin: 0;
  }
  .logo_stripe.logo_stripe_desktop p {
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .page-bottom .top_stripe .top_stripe_content .container.container_inner {
    padding: 0;
    max-width: none;
    height: 50px;
  }
  .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container {
    display: block;
  }
  .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container ul#menu-menu_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    letter-spacing: -4%;
    text-transform: uppercase;
  }
  .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container ul#menu-menu_cat li {
    padding: 0 2rem;
  }
  .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container ul#menu-menu_cat li a {
    height: 50px;
    display: block;
    width: 100%;
    line-height: 50px;
  }
  .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container ul#menu-menu_cat li a:link, .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container ul#menu-menu_cat li a:visited, .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container ul#menu-menu_cat li a:hover, .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container ul#menu-menu_cat li a:focus, .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container ul#menu-menu_cat li a:active {
    color: white;
    text-decoration: none;
  }
  .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container ul#menu-menu_cat li.current-menu-item,
  .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container ul#menu-menu_cat li:hover {
    background-color: var(--blue-background-lite-color);
  }
  .page-bottom .top_stripe .top_stripe_content #hamburger-icon-desktop {
    display: block;
    padding-left: 2rem;
    position: relative;
  }
  .page-bottom .top_stripe .top_stripe_content .mobile_menu_toggle {
    display: none;
  }
  .page-bottom .top_stripe .top_stripe_content span .desktop_search a i {
    font-size: 1.8rem;
  }
  .page-bottom .top_stripe #home-icon-desktop {
    display: none;
  }
  body.scrolling .top_stripe_content {
    position: fixed;
    top: 42px;
    width: 100% !important;
    height: 50px !important;
    z-index: 2;
    left: 0;
  }
  body.scrolling .top_stripe_content .container.container_inner {
    max-width: 990px !important;
  }
}

@media only screen and (min-width: 1300px) {
  .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container {
    display: block;
  }
  .page-bottom .top_stripe .top_stripe_content .container.container_inner .menu-menu_cat-container ul#menu-menu_cat {
    font-size: 1.6rem;
  }
  body.scrolling .top_stripe_content .container.container_inner {
    max-width: 1260px !important;
  }
  .logo_stripe.logo_stripe_desktop {
    max-width: 1260px;
  }
}
</pre></body></html>