<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



body.blog {
  line-height: 1.5;
  font-size: 1rem;
  background-image: none;
}
.blog .blog-content a {
  text-decoration: underline;
  border: none;
}

.blog .blog-content a:hover {
  text-decoration: underline;
  border: none;
  opacity: 0.8
}

.author a,
.tags a {
  text-decoration: none;
}

.article-image {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.1);
}

.featured-image {
  -webkit-box-shadow: 0px 12px 14px rgb(0 0 0 / 10%);
  box-shadow: 0px 12px 14px rgb(0 0 0 / 10%);
}

.article-name a {
  color: inherit;
}

.article-meta {
  font-size: .75rem;
  opacity: 0.9;
}

.sibebar-heading {
  border-bottom: 2px solid;
}

.sidebar-menu ul li a {
  display: block;
  padding: 0.3rem 0;
  font-size: .75rem;
  line-height: 1;
  text-decoration: none;
}
.sidebar-menu ul li::before {
  display: none;
}

.sidebar-menu ul li a:hover {
  text-decoration: underline;
}

.sidebar-menu ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

.sidebar-subscribe form {
  position: relative;
  margin-bottom: 1.25rem;
}

.sidebar-subscribe .hs-form-field {
  margin: 0;
}

.sidebar-subscribe .hs-error-msgs {
  list-style: none
    margin: 0;
}

.legal-consent-container {
  font-size: 80%;
  padding-top: 1rem;
}

.sidebar-subscribe .hs_error_rollup,
.hide-label-true .field&gt;label,
.hide-label-true .form-group label {
  display: none;
}

.hs-search-field {
  position: relative;
  margin-left: 0.5rem;
}

.hs-search-field ::-webkit-input-placeholder {
  /* Edge */
  color: inherit;
}

.hs-search-field :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: inherit;
}

.hs-search-field ::-moz-placeholder {
  color: inherit;
}

.hs-search-field ::-ms-input-placeholder {
  color: inherit;
}

.hs-search-field ::placeholder {
  color: inherit;
}

input.hs-search-field__input {
  background: transparent !important;
  border-radius: 27px !important;
  border: 2px solid !important;
  color: inherit !important;
  padding-right: 55px !important;
  min-height: 50px;
}

.hs-search-field button {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  border: 0;
  color: transparent;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hs-search-field__bar button svg {
  height: 20px !important;
}

.blog-nav a {
  padding: 1.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  font-size: 0.9rem;
  text-decoration: none;
}

.blog-nav a:hover {
  color: inherit;
  opacity: 0.75
}

.blog-nav .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  position: relative;
  width: 30px;
}

.meta {
  line-height: 1.2;
  opacity: .8;
}

.author-section {
  border-radius: 3px;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 14px rgb(0 0 0 / 10%);
  box-shadow: 0px 12px 14px rgb(0 0 0 / 10%);
  padding: 2rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

.author-social-links a:hover,
.author-social-links a:focus {
  background-color: #494A52;
}

.author-social-links {
  margin: 0 -5px;
}

.author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.author-heading {
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}

.author-heading:after {
  content: "";
  height: 8px;
  background: var(--primary);
  width: 55px;
  position: absolute;
  bottom: 0;
  left: 0;
}


.hs-search-field {
  position: relative;
  padding: 0.65rem 0;
}

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  color: #000;
  z-index: 1;
  width: 100%;
  text-align: left;
  padding: 1rem;
  -webkit-box-shadow: 0px 12px 14px rgb(0 0 0 / 10%);
  box-shadow: 0px 12px 14px rgb(0 0 0 / 10%);
  border: none !important;
  top: 100%;
}

.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  border-bottom: 1px solid;
  border-top: 1px solid transparent;
  padding: 0.75rem 0;
  line-height: 1.25;
}

.hs-search-field__suggestions li:last-child a {
  border-bottom: none
}

input.hs-search-field__input:focus {
  -webkit-box-shadow: 0 0 2pt 1pt #000 !important;
  box-shadow: 0 0 2pt 1pt #000 !important;
  -webkit-box-shadow: 0 0 2pt 1pt var(--primary) !important;
  box-shadow: 0 0 2pt 1pt var(--primary) !important;
  outline: 0;
}

.sidebar-subscribe input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.blog-authurs .avatar {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.blog-single .avatar {
  max-width: 50px;
  margin-right: 1rem;
}

.blog-single .avatar img {
  border-radius: 50%;
}

.blog-authurs .author-name {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.blog-authurs .author:not(:hover) .author-name {
  background-color: inherit !important
}

.tag {
  height: 100%;
}

.tag-count {
  width: 50px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.blog-authurs .author {
  height: 100%;
}
.author-name.p-3 {
  line-height: normal;
}
.sidebar-subscribe input.hs-button.primary.large:hover {
  background: #000 !important;
  color: #fff !important;
}
ul.hs-search-field__suggestions &gt;li::before{display:none;}
.tag-name.d-flex.align-items-center.p-3 {
    font-size: 16px;
}
h1.post-title, h1.author-heading {
    font-size: 2.0rem;
    line-height: 2.500000000000001rem;
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
  font-weight: 600;
  color:#7459a5;
}
.post-title:after {
    content: "";
    height: 8px;
    background: var(--primary);
    width: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.comment-reply-to {
    color: #000000;
}

@media (max-width: 768px) {
  .article-content {
    padding-left: 0rem;
    margin-top: 1rem;
  }

  .article-image {
    width: 100%;
  }
  .blog-authurs .avatar {
    height: 400px;
    background-position: top;
  }
}

@media(max-width:480px){
  .blog-authurs .avatar {
    height: 300px;
  }
}


.first-post h1, h1.top-post-title {
/*   color: #f3795a; */
  font-family: Bitter;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.5238095238095237rem;
  margin-bottom: 0.7619047619047619rem;
  line-height: 2.0571428571428574rem;
}</pre></body></html>