<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav li ul {
  border-color: #e02b20;
}

#top-menu a,
.et_search_form_container input,
span.et_close_search_field:after {
  color: #20292f !important;
}

.et_search_form_container input::-moz-placeholder {
  color: #20292f;
}

.et_search_form_container input::-webkit-input-placeholder {
  color: #20292f;
}

.et_search_form_container input:-ms-input-placeholder {
  color: #20292f;
}

#main-header .nav li ul a {
  color: rgba(10, 10, 10, 0.7);
}

#top-menu li a {
  font-size: 12px;
}

#top-menu li a,
.et_search_form_container input {
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.et_search_form_container input::-moz-placeholder {
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.et_search_form_container input::-webkit-input-placeholder {
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.et_search_form_container input:-ms-input-placeholder {
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

#top-menu li.current-menu-item &gt; a {
  color: #e02b20 !important;
}

#footer-bottom {
  background-color: rgba(28, 28, 28, 0.21);
}

#footer-info,
#footer-info a {
  color: #fff;
}

@media only screen and (min-width: 981px) {
  #logo {
    max-height: 70%;
  }
}

@media only screen and (max-width: 980px) {
  #top-menu a,
  .et_search_form_container input {
    color: rgba(0, 0, 0, 0.6);
  }

  .et_close_search_field:after {
    color: rgba(0, 0, 0, 0.6) !important;
  }

  .et_search_form_container input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }

  .et_search_form_container input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }

  .et_search_form_container input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}

h2,
h3 {
  font-family: sans-serif;
}

body,
input,
select {
  font-family: sans-serif;
}

#et-top-navigation {
  display: block !important;
}

#top-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  padding: 10px;
}

html,
body,
div,
span,
h2,
h3,
p,
a,
img,
b,
ul,
li,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

:focus {
  outline: 0;
}

footer,
header,
nav {
  display: block;
}

body {
  font-family: sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

input {
  -webkit-appearance: none;
}

input[type='text'],
input[type='tel'],
select {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 14px;
  color: #4e4e4e;
}

input[type='text']:focus,
select:focus {
  border-color: #2d3940;
  color: #3e3e3e;
}

input[type='text'],
select {
  margin: 0;
}

input,
select,
button {
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

#top-menu li {
  word-wrap: break-word;
}

#top-menu li.current-menu-item &gt; a {
  color: #2ea3f2;
}

.et-search-form,
.nav li ul {
  border-color: #2ea3f2;
}

#main-header {
  -webkit-transition: background-color 0.4s, color 0.4s, transform 0.4s,
    opacity 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s, color 0.4s,
    opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out,
    -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, transform 0.4s,
    opacity 0.4s ease-in-out;
  transition: background-color 0.4s, color 0.4s, transform 0.4s,
    opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}

.container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

.container {
  text-align: left;
  position: relative;
}

#main-header {
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99999;
}

#logo {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  max-height: 55px;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
}

.logo_container {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

#top-menu-nav,
#top-menu {
  line-height: 0;
}

#et-top-navigation {
  font-weight: 600;
}

nav#top-menu-nav,
#top-menu {
  float: left;
}

#top-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
}

#top-menu &gt; li:last-child {
  padding-right: 0;
}

#top-menu a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#top-menu-nav &gt; ul &gt; li &gt; a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.et-search-form {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
}

.et-search-form input {
  width: 90%;
  border: none;
  color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: 0 0;
}

.et-search-form .et-search-field::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}

.et_search_form_container {
  animation: none;
  -o-animation: none;
  -webkit-animation: none;
  -moz-animation: none;
}

.container.et_search_form_container {
  position: relative;
  opacity: 0;
  height: 1px;
}

span.et_close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}

span.et_close_search_field:after {
  font-family: sans-serif;
  content: '\4d';
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container.et_menu_container {
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  gap: 12px;
  width: 100%;
}

.et_search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::input-placeholder {
  color: #fff;
}

#et-top-navigation {
  float: right;
}

#top-menu li li {
  padding: 0 20px;
  margin: 0;
}

#top-menu li li a {
  padding: 6px 20px;
  width: 200px;
}

#top-menu .menu-item-has-children &gt; a:first-child {
  padding-right: 20px;
}

#top-menu li .menu-item-has-children &gt; a:first-child {
  padding-right: 40px;
}

#top-menu li .menu-item-has-children &gt; a:first-child:after {
  right: 20px;
  top: 6px;
}

#et_mobile_nav_menu {
  float: right;
  display: none;
}

.mobile_nav .select_page {
  display: none;
}

#footer-bottom {
  background-color: #222 !important;
  background-color: rgba(0, 0, 0, 0.32);
  padding: 15px 0 5px;
}

#footer-bottom a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#footer-info {
  text-align: left;
  color: #fff !important;
  padding-bottom: 10px;
  float: left;
}

#footer-info a {
  font-weight: 700;
  color: #fff !important;
}

#footer-info a:hover {
  opacity: 0.7;
}

@media all and (max-width: 980px) {
  #main-header {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }

  #top-menu {
    display: none;
  }

  #et-top-navigation {
    margin-right: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }

  #logo,
  .logo_container,
  #main-header,
  .container {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }

  #footer-info {
    float: none;
    text-align: center;
  }

  #et_mobile_nav_menu {
    display: block;
  }
}

@media all and (max-width: 767px) {
  #et-top-navigation {
    margin-right: 0;
  }
}

@media all and (max-width: 479px) {
  #et-top-navigation {
    margin-right: 0;
  }
}

@media print {
  #main-header {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav li li {
  padding: 0 20px;
  margin: 0;
}

.nav li {
  position: relative;
  line-height: 1em;
}

.nav li li {
  position: relative;
  line-height: 2em;
}

.nav li ul {
  position: absolute;
  padding: 20px 0;
}

.nav li ul {
  z-index: 9999;
  width: 240px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav li ul {
  -webkit-transform: translate3d(0, 0, 0);
  text-align: left;
}

.nav li:hover &gt; ul {
  opacity: 1;
  visibility: visible;
}

.nav li li ul {
  z-index: 1000;
  top: -23px;
  left: 240px;
}

.nav li:hover {
  visibility: inherit;
}

.nav li li a {
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  opacity: 0.7;
}

.mobile_nav .select_page {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

@media (max-width: 980px) {
  .clearfix.et_menu_container:after {
    display: none;
  }
}
</pre></body></html>