<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=====================================
  Table of Content
=======================================
  01. Normalize CSS
  02. Theme Default CSS
=====================================*/
/**color Variable**/
span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.admin-bar .ic-header-area,
.admin-bar .ic-sticky {
  top: 32px; }

@media screen and (max-width: 782px) {
  .admin-bar .ic-header-area,
  .admin-bar .ic-sticky {
    top: 46px; } }
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }
.loading-content {
  position: relative; }
  .loading-content:before {
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-left-color: #333;
    border-radius: 50%;
    vertical-align: middle;
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease, visibility .2s ease;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear; }
  .loading-content &gt; * {
    opacity: .5 !important;
    pointer-events: none; }

@media only screen and (max-width: 575.98px) {
  .widget_nav_menu ul.menu {
    text-align: center;
    margin-top: 30px; } }
.widget_nav_menu ul.menu a {
  color: #fff;
  line-height: 200%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .widget_nav_menu ul.menu a:hover {
    color: #4DB90B; }

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

button.ajax-loading {
  padding-right: 40px;
  position: relative; }
  button.ajax-loading:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -7px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease, visibility .2s ease;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear; }

@-webkit-keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*-------------------------
  # 404 Page
-------------------------*/
body.error404 .ic-header {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); }

.ic-error-content {
  text-align: center; }
  .ic-error-content h2 {
    color: #fff;
    font-size: 200px;
    font-weight: 800; }
    @media only screen and (max-width: 1650px) {
      .ic-error-content h2 {
        font-size: 160px; } }
    @media only screen and (max-width: 991.98px) {
      .ic-error-content h2 {
        font-size: 130px; } }
    @media only screen and (max-width: 767.98px) {
      .ic-error-content h2 {
        font-size: 120px; } }
    @media only screen and (max-width: 480px) {
      .ic-error-content h2 {
        font-size: 100px; } }
  .ic-error-content p {
    margin-top: 10px;
    margin-bottom: 30px; }

/*# sourceMappingURL=ic-core.css.map */
</pre></body></html>