<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 992px) {
  .blogs-author .section--blog-author .section--outer {
    padding-block-start: 0;
  }
}
.blogs-author .static-breadcrumbs {
  height: 48px;
}
.blogs-author .section--blog-author div:empty {
  display: none;
}
.blogs-author .section--blog-author .container {
  display: grid;
  gap: 30px;
}
@media (min-width: 992px) {
  .blogs-author .section--blog-author .container {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 991.98px) {
  .blogs-author .section--blog-author .container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .blogs-author .section--blog-author .container::before {
    content: "";
    grid-row: 1;
    height: 100%;
    border-inline-start-width: 1px;
    border-inline-start-style: solid;
    border-inline-start-color: #d1d1d1;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .blogs-author .section--blog-author .container::before {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blogs-author .section--blog-author .container::before {
    grid-column-start: 6;
    grid-column-end: 7;
  }
}
.blogs-author .section--blog-author .column--author-details {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row: 1;
}
.blogs-author .section--blog-author .column--author-details .block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1b1b1b;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
  color: #8C8C8C;
}
.blogs-author .section--blog-author .column--author-details .footer {
  display: contents;
}
.blogs-author .section--blog-author .column--author-details .author-name {
  font-family: "silkasemibold", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1b1b1b;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
}
.blogs-author .section--blog-author .column--author-details .author-role {
  margin-top: -24px;
}
.blogs-author .section--blog-author .column--author-details .author-description {
  margin-trim: block;
}
@supports not (margin-trim: block) {
  .blogs-author .section--blog-author .column--author-details .author-description &gt; :first-child {
    margin-block-start: 0;
  }
  .blogs-author .section--blog-author .column--author-details .author-description &gt; :last-child {
    margin-block-end: 0;
  }
}
.blogs-author .section--blog-author .column--author-details .author-profile-image {
  order: -1;
}
.blogs-author .section--blog-author .column--author-details .author-profile-image img {
  display: inline-block;
  inline-size: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.blogs-author .section--blog-author .column--author-details .btn-group:has([popovertarget=modal-subscribe-to-author]:hover) ~ .author-tooltip {
  opacity: 1;
}
.blogs-author .section--blog-author .column--author-details .author-tooltip {
  margin-trim: block;
  padding: 12px;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1b1b1b;
  font-style: normal;
  letter-spacing: -0.4px;
  color: white;
  border-radius: 8px;
  background-color: #1b1b1b;
  opacity: 0;
  transition: 200ms ease all;
  transition-delay: 350ms;
}
@supports not (margin-trim: block) {
  .blogs-author .section--blog-author .column--author-details .author-tooltip &gt; :first-child {
    margin-block-start: 0;
  }
  .blogs-author .section--blog-author .column--author-details .author-tooltip &gt; :last-child {
    margin-block-end: 0;
  }
}
@media (min-width: 992px) {
  .blogs-author .section--blog-author .column--author-details .author-tooltip {
    font-size: 11px;
    line-height: 18px;
  }
}
@media (max-width: 991.98px) {
  .blogs-author .section--blog-author .column--author-details .author-tooltip {
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 22px;
    font-style: normal;
  }
}
@media (max-width: 991.98px) {
  .blogs-author .section--blog-author .column--latest-posts {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media (min-width: 992px) {
  .blogs-author .section--blog-author .column--latest-posts {
    grid-column-start: 7;
    grid-column-end: 13;
  }
}
.blogs-author .section--blog-author .column--latest-posts .column--title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1b1b1b;
  font-style: normal;
  margin-block-end: 32px;
}
@media (min-width: 992px) {
  .blogs-author .section--blog-author .column--latest-posts .column--title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
@media (max-width: 991.98px) {
  .blogs-author .section--blog-author .column--latest-posts .column--title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 992px) {
  .blogs-author .section--blog-author .column--latest-posts .blog-item .title {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #1b1b1b;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
}
.blogs-author .section--blog-author .column--latest-posts .grid-item:not(:first-of-type) {
  padding-block-start: 24px;
  border-block-start-color: #d1d1d1;
  border-block-start-style: solid;
  border-block-start-width: 1px;
}
.blogs-author .section--blog-author .column--latest-posts .grid-item:not(:last-child) {
  padding-block-end: 24px;
}

#modal-subscribe-to-author {
  border: 0;
  padding: 0;
  border-radius: 6px;
  max-width: 660px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#modal-subscribe-to-author::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media (max-width: 991.98px) {
  #modal-subscribe-to-author:popover-open {
    position: fixed;
    inset: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding-inline: 10dvw;
  }
}
#modal-subscribe-to-author .close {
  display: grid;
  place-content: center;
  inline-size: 36px;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  color: inherit;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ECEDEF;
  transition: 200ms ease all;
}
#modal-subscribe-to-author .close:hover {
  background-color: #d1d1d1;
}
#modal-subscribe-to-author .close .fa-kit {
  font-size: 20px;
}
#modal-subscribe-to-author .close:not(:has(.fa-kit)) {
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path d="M112.9 143.1c-8.3-8.3-8.3-21.8 0-30.2s21.8-8.3 30.2 0L256 225.8 368.9 112.9c8.3-8.3 21.8-8.3 30.2 0s8.3 21.8 0 30.2L286.2 256 399.1 368.9c8.3 8.3 8.3 21.8 0 30.2s-21.8 8.3-30.2 0L256 286.2 143.1 399.1c-8.3 8.3-21.8 8.3-30.2 0s-8.3-21.8 0-30.2L225.8 256 112.9 143.1z"/&gt;&lt;/svg&gt;');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
}
#modal-subscribe-to-author .modal-header {
  padding-block: 16px;
  padding-inline: 32px;
  border-block-end-width: 1px;
  border-block-end-color: #ECEDEF;
  border-block-end-style: solid;
}
#modal-subscribe-to-author .modal-title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1b1b1b;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.7px;
}
#modal-subscribe-to-author .modal-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-block: 24px;
  padding-inline: 32px;
}
#modal-subscribe-to-author .info-text {
  margin-trim: block;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1b1b1b;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
}
@supports not (margin-trim: block) {
  #modal-subscribe-to-author .info-text &gt; :first-child {
    margin-block-start: 0;
  }
  #modal-subscribe-to-author .info-text &gt; :last-child {
    margin-block-end: 0;
  }
}
#modal-subscribe-to-author .model-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-block: 16px;
  padding-inline: 32px;
  border-block-start-width: 1px;
  border-block-start-color: #ECEDEF;
  border-block-start-style: solid;
}
@media (max-width: 991.98px) {
  #modal-subscribe-to-author .model-footer {
    flex-direction: column-reverse;
  }
}
#modal-subscribe-to-author .btn {
  margin-left: 0 !important;
}
@media (max-width: 991.98px) {
  #modal-subscribe-to-author .info-text {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #1b1b1b;
    font-style: normal;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  #modal-subscribe-to-author .info-text {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #1b1b1b;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
}
</pre></body></html>