/* Colors */
/* latin-ext */
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LL_tLp_A.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v35/0QIhMX1D_JOuMw_LIftL.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwT7I-NP.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwr7Iw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --strawberry-background-color: #f4f3ec;
  --strawberry-text-color: #000000;
  --strawberry-accent-color: #D2C092;
  --strawberry-text-font: "Lora", serif;
  --strawberry-title-font:"Lora", serif;
  --swiper-theme-color: #000000;
  --strawberry-magnifier-color: #D2C092;
  --strawberry-bars-color:#000000;
  --strawberry-divider-color: rgba(0, 0, 0, .2);
}

@media (prefers-color-scheme: dark) {
  :root {
    --strawberry-background-color: #11100a;
    --strawberry-text-color: rgba(255, 255, 255, .9);
    --strawberry-divider-color: rgba(255, 255, 255, .2);
  }
  .light {
    --strawberry-background-color: #f4f3ec;
    --strawberry-text-color: #000000;
    --strawberry-divider-color: rgba(0, 0, 0, .2);
  }
}
.dark {
  --strawberry-background-color: #11100a;
  --strawberry-text-color: rgba(255, 255, 255, .9);
  --strawberry-divider-color: rgba(255, 255, 255, .2);
}

@media (max-width: 768px) {
  #wpadminbar {
    max-width: 100%;
    overflow: hidden;
  }
}
body {
  font-family: var(--strawberry-text-font);
  font-weight: 500;
  background-color: var(--strawberry-background-color);
  color: var(--strawberry-text-color);
  line-height: 1.2;
}
body a {
  color: var(--strawberry-text-color);
}

.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}

.blockfill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.shadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.headline {
  font-family: var(--strawberry-text-font);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding-top: 0.625rem;
  border-top: 2px solid var(--strawberry-accent-color);
  line-height: 100%;
  margin-bottom: 1.25rem;
}
.headline span, .headline a {
  color: var(--strawberry-text-color);
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .headline {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.headline--xs {
  padding: 10px 0 0;
  font-size: 12px;
  margin-bottom: 10px;
  border: none;
  position: relative;
  border-top: 1px solid var(--strawberry-text-color);
}
.headline--xs span {
  padding: 0;
}
.headline--local {
  margin-bottom: 0;
}

hr.spacer {
  height: 0;
  border: 0;
  border-top: 1px solid #fff;
  background-color: transparent;
  margin: 10px 0;
}

.breadcrumbs {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .breadcrumbs {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
  }
}

.video-overlay a {
  display: block;
  position: relative;
}
.video-overlay a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%23fff' width='40' height='40' viewBox='0 0 32 32'%3E%3Cpath d='M5.92 24.096q0 1.088.928 1.728.512.288 1.088.288.448 0 .896-.224l16.16-8.064q.48-.256.8-.736T26.08 16t-.288-1.056-.8-.736L8.832 6.144q-.448-.224-.896-.224-.544 0-1.088.288-.928.608-.928 1.728v16.16z'/%3E%3C/svg%3E");
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 1;
  width: 70px;
  height: 70px;
  border-radius: 5px;
}
.video-overlay a:after {
  content: "";
}
.video-overlay.small a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%23fff' width='20' height='20' viewBox='0 0 32 32'%3E%3Cpath d='M5.92 24.096q0 1.088.928 1.728.512.288 1.088.288.448 0 .896-.224l16.16-8.064q.48-.256.8-.736T26.08 16t-.288-1.056-.8-.736L8.832 6.144q-.448-.224-.896-.224-.544 0-1.088.288-.928.608-.928 1.728v16.16z'/%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
}

.video-wrapper, .iframe_youtube_wrapper {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .video-wrapper, .iframe_youtube_wrapper {
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }
}
.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video, .iframe_youtube_wrapper embed,
.iframe_youtube_wrapper iframe,
.iframe_youtube_wrapper object,
.iframe_youtube_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wpadminbar {
  max-width: 100%;
}
@media (max-width: 768px) {
  #wpadminbar {
    overflow: hidden;
  }
}

.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}

.printr {
  background-color: #1d2327;
  color: #4AF626;
  position: fixed;
  top: 32px;
  bottom: 0;
  left: 0;
  width: 358px;
  overflow: auto;
  padding: 10px;
  box-sizing: border-box;
  z-index: 99999999999;
  font-size: 11px;
  line-height: 1.4;
  overflow-y: auto;
  font-weight: 500;
}
@media (max-width: 970px) {
  .printr {
    display: none;
  }
}

@media (max-width: 768px) {
  .animate-slide-left {
    animation-name: slide-left;
    animation-duration: 0.5s;
    animation-delay: 2s;
  }
  @keyframes slide-left {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-40px);
    }
    100% {
      transform: translateX(0);
    }
  }
}
.label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #eabc49;
  color: #000000;
  z-index: 999;
}
.label-live {
  right: 0;
  left: auto;
  background-color: #cc0000;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6875rem;
  padding: 1px 5px;
  border-radius: 2px;
}
.label-title {
  display: inline-block;
  color: #ffffff;
  font-size: 0.7em;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 3px;
  line-height: 1.3em;
}

.cat {
  font-family: Arial, Helvetica, sans, sans-serif;
  font-size: 11px;
  color: inherit;
  text-transform: uppercase;
}

.aligncenter {
  text-align: center;
}
.aligncenter img {
  margin: 0 auto;
}

.with-frame {
  position: relative;
  z-index: 3;
  padding: 3px;
}
.with-frame > * {
  background-color: #f1f1f1;
  padding: 10px;
}
.with-frame:before {
  content: "";
  width: 20%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #cc0000;
}
.with-frame:after {
  content: "";
  width: 20%;
  height: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #cc0000;
}

body.admin-bar:after {
  content: "display size";
  display: block;
  bottom: 0;
  position: fixed;
  right: 0;
  background-color: red;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  body.admin-bar:after {
    content: "Phone";
  }
}
@media (min-width: 769px) {
  body.admin-bar:after {
    content: "Tablet";
  }
}
@media (min-width: 971px) {
  body.admin-bar:after {
    content: "Desktop";
  }
}

.header__wrapper {
  display: flex;
  flex-direction: column;
}
.header__wrapper .center .logo {
  margin: 0 auto;
}
.header__wrapper .center .logo a {
  display: block;
  /*
                      display: inline-block;
                      padding: 5px;
                      margin: 0;
                      border: 1px solid #d2c092;*/
}
.header__wrapper .center .logo svg {
  display: block;
}
.header__wrapper .center .tools {
  position: absolute;
  top: 50px;
  transform: translateY(-50%);
  right: 15px;
}
.header__wrapper .top {
  background-color: #D2C092;
}
.header__wrapper .social-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
@media (max-width: 970px) {
  .header__wrapper .social-icons {
    display: none;
  }
}
.header__wrapper .social-icons ul li a {
  display: flex;
}
.header__wrapper .social-icons svg {
  fill: var(--strawberry-accent-color);
  width: 20px;
  height: 20px;
}
@media (max-width: 970px) {
  .header__wrapper .navbar {
    padding: 0 15px;
  }
}
.header__wrapper .navbar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 970px) {
  .header__wrapper .navbar ul {
    gap: 0.625rem;
  }
}
@media (max-width: 1024px) {
  .header__wrapper .navbar ul {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .header__wrapper .navbar ul li:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 970px) {
  .header__wrapper .navbar ul li:nth-child(n+8) {
    display: none;
  }
}
.header__wrapper .navbar ul li a {
  font-family: var(--strawberry-title-font);
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #000000;
  position: relative;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  display: block;
  padding: 10px 0;
}
@media (max-width: 970px) {
  .header__wrapper .navbar ul li a {
    padding: 10px 0;
    white-space: nowrap;
  }
}
.header__wrapper .navbar ul li a:hover {
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  text-decoration: underline;
}
.header__wrapper .navbar ul li > ul {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 999;
  background-color: var(--strawberry-accent-color);
  padding: 10px;
  flex-direction: column;
}
.header__wrapper .navbar ul li > ul li a {
  font-size: 0.875rem;
  line-height: 1;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
}
@media (min-width: 971px) {
  .header__wrapper .navbar ul li:hover > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 300px;
    max-width: 300px;
    justify-content: flex-start;
  }
}

.footer {
  background-color: #000000;
  color: var(--strawberry-accent-color);
  position: relative;
  font-size: 15px;
  padding: 1.875rem 0;
}
.footer .logo svg {
  max-height: 3.125rem;
  height: 3.125rem;
  width: 4.0625rem;
}
.footer .menu {
  flex-basis: 100%;
}
.footer .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.footer .menu ul li a {
  font-family: var(--strawberry-title-font);
  font-weight: 600;
  color: var(--strawberry-accent-color);
  text-transform: capitalize;
  display: block;
}
@media (max-width: 768px) {
  .footer .menu ul li a {
    padding: 0 0.5em;
  }
}
.footer .menu ul li > ul {
  display: none;
}
.footer .social-icons a {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--strawberry-accent-color);
  border-radius: 100%;
}
.footer .social-icons a svg {
  fill: var(--strawberry-accent-color);
  width: 16px;
  height: 16px;
}

.comments {
  margin-bottom: 30px;
}
.comments__heading {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.comments__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.comments__list.children {
  padding-left: 30px;
  border-left: 3px solid #efefef;
}
.comments .comment {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
  color: #111;
  position: relative;
}
@media (max-width: 768px) {
  .comments .comment {
    gap: 10px;
  }
}
.comments .comment .children {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
}
.comments .comment:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.comments .comment__avatar {
  min-width: 40px;
  height: 40px;
}
.comments .comment__avatar a {
  display: block;
  overflow: hidden;
  border-radius: 100%;
}
.comments .comment__author {
  position: relative;
}
.comments .comment__author:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -15px;
}
.comments .comment__meta {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  gap: 30px;
  color: #000;
}
.comments .comment__datetime {
  color: #d7d7d7;
}
.comments .comment__content {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #111;
}
@media (max-width: 768px) {
  .comments .comment__content {
    font-size: 14px;
  }
}
.comments .comment__tools {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
  color: #d7d7d7;
}
.comments .comment__tools li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.comment-respond {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}
.comment-respond p {
  margin-bottom: 20px;
}
.comment-respond .comment-reply-title {
  font-family: var(--strawberry-title-font);
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.comment-respond .logged-in-as {
  margin-bottom: 10px;
}
.comment-respond .logged-in-as a {
  text-decoration: underline;
}
.comment-respond .comment-form-comment label {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 970px) {
  .comment-respond .comment-form-comment label {
    width: 100%;
  }
}
.comment-respond .comment-form-comment textarea {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  border: 1px solid #efefef;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
}
@media (max-width: 970px) {
  .comment-respond label {
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
}
.comment-respond input[type=text] {
  font-size: 14px;
  line-height: 30px;
  text-indent: 10px;
  border: 1px solid #efefef;
  color: #000;
  background-color: #fff;
  max-width: 100%;
  min-width: 50%;
}
@media (max-width: 970px) {
  .comment-respond input[type=text] {
    min-width: 100%;
  }
}
.comment-respond .comment-awaiting-moderation {
  margin-bottom: 10px;
  padding: 5px;
  color: #cc0000;
  border: 1px solid #cc0000;
}
.comment-respond .form-submit .submit {
  font-size: 14px;
  background-color: #111;
  color: #ffffff;
  padding: 7px 30px;
}

.archive__wrapper {
  max-width: 970px;
  margin: 0 auto;
}
.archive__intro {
  padding-bottom: 30px;
  margin: 0 0 30px 0;
  border-bottom: 2px solid #000000;
}
.archive__intro .title {
  font-size: 2.5rem;
  font-weight: bold;
}
@media (max-width: 970px) {
  .archive__intro .title {
    font-size: 1.625rem;
  }
}
.archive__intro .description {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 20px;
  max-height: 2.5em;
  overflow: hidden;
  transition: max-height 0.3s;
  margin-bottom: 10px;
}
.archive__intro .description.open {
  max-height: 500px;
  transition: max-height 0.3s;
}
.archive__intro .description h2 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.archive__intro .description p {
  margin-bottom: 10px;
}
.archive__intro .description p:last-of-type {
  margin-bottom: 0;
}
.archive__intro .biography__picture {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive__description {
  font-size: 0.875rem;
}
.archive__description.closed {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}
.archive__description.closed:before {
  content: "";
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
}
.archive__description.closed:after {
  content: "+";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #000;
  background-color: #fff;
  bottom: -10px;
  left: 50%;
  transform: translateY(-10px);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #000;
}
.archive__description h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.archive__description p {
  margin-bottom: 10px;
}
.archive__description p:last-of-type {
  margin-bottom: 0;
}

.sub {
  font-family: var(--strawberry-title-font);
  margin-bottom: 40px;
}
.sub__title {
  font-size: 2.5rem;
  font-weight: 900;
  padding: 20px 0;
  border-top: 5px solid #000;
  position: relative;
}
.sub__title a:hover {
  opacity: 0.6;
}
.sub__title a.more {
  font-size: 0.8125rem;
  font-weight: 400;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.searchpage {
  font-family: var(--strawberry-title-font);
}
.searchpage__title {
  font-size: 1.875rem;
  font-weight: 700;
  padding: 10px 0;
  border-top: 3px solid #000;
}
.searchpage__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}

.single__container {
  display: flex;
  gap: 30px;
}
@media (max-width: 970px) {
  .single__container {
    gap: 15px;
  }
}
.single__breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 15px 10px 0;
}
@media (max-width: 970px) {
  .single__breadcrumbs {
    display: none;
  }
}
.single__header {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .single__header {
    width: calc(100% - 300px - 30px);
  }
}
.single__title {
  grid-area: title;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.single__title h1 {
  font-family: var(--strawberry-title-font);
  color: var(--strawberry-text-color);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}
@media (max-width: 768px) {
  .single__title h1 {
    font-size: 1.4375rem;
  }
}
.single__taxonomy {
  font-family: var(--strawberry-title-font);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.single__excerpt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
}
.single__media {
  grid-area: media;
  position: relative;
}
.single__media .icon {
  display: none;
}
.single__media .feature-image-caption {
  font-size: 0.8rem;
  padding: 10px 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .single__media .feature-image-caption {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.single__media a.stretch {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.single__label {
  background-color: #111;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 10px;
}
@media (max-width: 768px) {
  .single__label {
    font-size: 16px;
  }
}
.single__label-exclusiv {
  background-color: #ffd203;
  color: #111;
}
.single__photo_caption {
  font-size: 12px;
  font-style: italic;
  padding: 5px 10px;
  color: #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.single__gallery {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  display: flex;
  gap: 5px;
}
.single__gallery-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans, sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  border-radius: 5px;
  background-color: #a91d7e;
  color: #ffffff;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.single__gallery-button i {
  position: absolute;
  right: 26px;
  bottom: 22px;
  line-height: 1;
  display: inline-block;
  font-size: 21px;
  font-style: normal;
  background-color: #a91d7e;
  transform: rotate(13deg);
  min-width: 26px;
  text-align: center;
}
@media (max-width: 970px) {
  .single__gallery-button {
    padding: 8px 16px;
    font-size: 1rem;
    white-space: nowrap;
  }
  .single__gallery-button i {
    right: 20px;
    bottom: 14px;
    font-size: 12px;
    min-width: 16px;
  }
  .single__gallery-button svg {
    width: 30px;
    height: 30px;
  }
}
.single__gallery button {
  margin: 0;
  padding: 0;
  position: relative;
}
.single__gallery .more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.single__gallery .more i, .single__gallery .more b {
  font-style: normal;
  display: block;
  color: #ffd203;
  font-size: 14px;
}
.single__gallery .more b {
  font-size: 16px;
}
.single__gallery-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single__gallery-hint:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #ffffff;
  top: -12px;
  left: -13px;
  border-radius: 0.625rem;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 10% 100%, 10% 17%, 11% 15%, 13% 12%, 16% 10%, 102% 10%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 10% 100%, 10% 17%, 11% 15%, 13% 12%, 16% 10%, 102% 10%, 100% 0%);
}
.single__gallery-hint em {
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-style: normal;
}
.single__gallery-hint b {
  font-size: 2.5rem;
  color: #cc0000;
}
.single__gallery-hint span {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.single__meta a:hover {
  color: var(--strawberry-accent-color);
  text-decoration: underline;
}
.single__meta .sma_authors_images {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
.single__meta .sma_authors_images img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__authors a {
  color: var(--strawberry-text-color);
  text-decoration: underline;
}
.single__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
@media (min-width: 1280px) {
  .single__content {
    width: calc(100% - 300px - 30px);
  }
}
@media (max-width: 970px) {
  .single__content {
    max-width: 100%;
  }
}
.single__text {
  font-size: 1.125rem;
  font-weight: 400;
  color: inherit;
  line-height: 1.6;
  text-align: left !important;
  padding-top: 20px;
  color: var(--strawberry-text-color);
}
.single__text ::-moz-selection {
  background-color: rgba(255, 210, 3, 0.6);
}
.single__text ::selection {
  background-color: rgba(255, 210, 3, 0.6);
}
@media (max-width: 970px) {
  .single__text {
    font-size: 1.125rem;
    padding: 15px;
  }
}
.single__text a {
  color: inherit;
}
.single__text p {
  margin: 0 0 20px 0;
  word-wrap: break-word;
  text-align: left !important;
  color: inherit;
}
.single__text p:first-of-type {
  font-weight: bold;
}
.single__text p > a {
  color: #cc0000;
  font-weight: bold;
  padding: 0;
}
.single__text p > a:hover {
  color: #000000;
  background-color: #ffd203;
  transition: all 0.3s;
}
.single__text h2, .single__text h3, .single__text h4, .single__text h5, .single__text h6 {
  font-family: var(--strawberry-title-font);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
  color: inherit;
  text-align: left !important;
}
.single__text h2 a, .single__text h3 a, .single__text h4 a, .single__text h5 a, .single__text h6 a {
  text-decoration: underline;
  color: #cc0000;
}
.single__text h2 {
  font-size: 1.5em;
  position: relative;
  line-height: 1.2;
}
.single__text h3 {
  font-size: 1.4em;
}
.single__text h4 {
  font-size: 1.3em;
}
.single__text strong {
  font-weight: 700;
}
.single__text em, .single__text i {
  font-style: italic;
}
.single__text ul {
  list-style-type: disc;
  margin-left: 0;
  padding: 0 0 0 20px;
}
.single__text ol {
  list-style-type: decimal;
  margin-left: 0;
  padding: 0 0 0 20px;
}
.single__text img {
  max-width: 100%;
  height: auto;
}
.single__text img.alignnone {
  margin: 10px auto;
}
.single__text figure {
  margin: 0 0 20px 0;
  padding: 0;
  max-width: 100%;
}
.single__text figure figcaption {
  font-size: 13px;
  color: #fff;
  background-color: #222;
  padding: 5px 10px;
}
.single__text .wp-block-quote, .single__text blockquote {
  color: #111;
  margin: 0 0 20px 0;
  position: relative;
}
.single__text .wp-block-quote p, .single__text blockquote p {
  font-style: italic;
}
.single__text .wp-block-quote p:last-of-type, .single__text blockquote p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single__text .wp-block-quote p, .single__text blockquote p {
    font-size: 18px;
    line-height: 1.2;
  }
}
.single__text .strawberry-ads, .single__text .ap_container {
  margin-bottom: 20px;
  padding: 0;
}
.single__text .video-wrapper {
  margin-bottom: 20px;
}
.single__text iframe[src*=youtu], .single__text iframe[src*=faceb] {
  max-width: 100%;
}
.single__text iframe[src*=instag] {
  max-width: 100%;
  margin: 0 auto 20px !important;
}
.single__text .wp-caption {
  background-color: #e2dfdf;
  max-width: 100%;
  width: 100% !important;
}
.single__text .wp-caption .wp-caption-text {
  text-align: left;
  background-color: #EFEFEF;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 500;
  padding: 10px;
}
.single__text--gallery {
  position: relative;
}
.single__text--gallery button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.4);
}
.single__text--gallery button svg {
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .single__text--gallery button svg {
    width: 40px;
    height: 40px;
  }
}
.single__summary {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.single__summary .headline {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  text-align: left;
}
.single__summary .chapters {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
.single__summary .chapters li:not(:last-child) {
  margin-bottom: 10px;
}
.single__summary .chapters li a {
  display: block;
  padding-left: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
.single__summary .chapters li a:after {
  content: "";
  display: block;
  width: 0;
  background-color: transparent;
  border-color: transparent transparent transparent #cc0000;
  border-style: solid;
  border-width: 5px 7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .single__summary .chapters li a:after {
    border-width: 3px 4px;
    transform: translate(3px, -50%);
  }
}
.single__summary .chapters li a:after {
  top: 4px;
  transform: none;
}
.single__summary .chapters li a:hover {
  color: #cc0000;
}
.single__tags {
  font-size: 0.8rem;
  line-height: 2em;
  font-weight: bold;
  color: #111;
  padding: 10px 0;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 768px) {
  .single__tags {
    margin-bottom: 20px;
  }
}
.single__tags span, .single__tags a {
  display: inline-block;
  padding: 1px 7px 2px;
  text-transform: lowercase;
  line-height: 1em;
}
.single__tags a {
  color: #d7d7d7;
  font-weight: normal;
  text-transform: capitalize;
}
.single__tags a:hover {
  color: #000000;
  text-decoration: underline;
}
.single__follow {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .single__follow {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.single__follow a {
  flex-basis: 100%;
  display: block;
  text-align: center;
}
.single__follow a svg {
  max-width: 100%;
  max-height: 40px;
  width: auto;
}
@media (max-width: 768px) {
  .single__follow a {
    flex-basis: auto;
  }
}
.single__aside {
  grid-area: aside;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single__aside .half {
  flex-basis: 100%;
}
.single__aside .half:nth-of-type(2) {
  display: flex;
  flex-direction: column;
}
.single__under {
  grid-area: under;
}
@media (min-width: 769px) and (max-width: 970px) {
  .single__related {
    max-width: 768px;
    margin: 20px auto 0;
  }
}
.single__social .network {
  display: flex;
  justify-content: left;
  gap: 20px;
  margin-top: auto;
  align-items: center;
}
.single__social .network strong {
  margin: 0;
}
.single__social .network a {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--strawberry-accent-color);
  color: var(--strawberry-text-color);
}
.single__social .network a svg {
  width: 16px;
  height: 16px;
}
.single__social .network a span {
  display: block;
  margin-left: 10px;
  font-size: 13px;
}

.single-special header.header {
  background-color: #000000;
  color: #ffffff !important;
}
.single-special header.header a {
  color: #ffffff !important;
}
.single-special header.header svg {
  fill: #ffffff !important;
}
.single-special header.header #main-nav.navbar {
  border-color: #ffffff;
}

.single-special .single__header {
  background-color: #000000;
  color: #ffffff;
}
.single-special .single__header a {
  color: #ffffff;
}
.single-special .single__header svg {
  fill: #ffffff;
}

.page__wrapper {
  margin-top: 80px;
  display: flex;
  gap: 80px;
  color: var(--strawberry-text-color);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page__media {
  min-width: 400px;
  max-width: 400px;
  flex: 1;
}
.page__title h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px 0;
  line-height: 1.2;
  color: inherit;
}
.page__content {
  color: inherit;
  line-height: 1.5;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .page__content {
    font-size: 14px;
    padding: 0;
  }
}
.page__content p {
  margin: 0 0 20px 0;
}
.page__content h1, .page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6 {
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.page__content h1 {
  font-size: 2em;
}
.page__content h2 {
  font-size: 1.8em;
}
.page__content h3 {
  font-size: 1.7em;
}
.page__content h4 {
  font-size: 1.6em;
}
.page__content blockquote p {
  font-style: italic;
}

.gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery__wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery__close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.fototeca {
  position: relative;
  background-color: #111;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  padding: 20px;
  gap: 20px;
}
@media (max-width: 768px) {
  .fototeca {
    flex-direction: column;
  }
}
.fototeca__header {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
}
.fototeca__playground {
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  min-height: 700px;
}
@media (max-width: 768px) {
  .fototeca__playground {
    min-height: 500px;
  }
}
.fototeca__playground .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: auto;
}
.fototeca__playground .arrow--right {
  left: auto;
  right: 10px;
}
@media (min-width: 971px) {
  .fototeca__sidebar {
    max-width: 300px;
    width: 300px;
    margin-left: auto;
  }
}

.articles {
  display: grid;
}
.articles img {
  max-width: 100%;
  height: auto;
}

.articles--1-c {
  grid-template-columns: repeat(1, 1fr);
}

.articles--2-c {
  grid-template-columns: repeat(2, 1fr);
}

.articles--3-c {
  grid-template-columns: repeat(3, 1fr);
}

.articles--4-c {
  grid-template-columns: repeat(4, 1fr);
}

.articles--5-c {
  grid-template-columns: repeat(5, 1fr);
}

.articles--6-c {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 768px) {
  .xs\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .xs\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .xs\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .xs\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .xs\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .xs\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 769px) {
  .sm\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .sm\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .smo\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .smo\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .smo\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .smo\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .smo\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 970px) {
  .smb\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .smb\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .smb\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .smb\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .smb\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .smb\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 971px) {
  .md\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .md\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .md\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .md\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .mdo\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .mdo\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .mdo\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .mdo\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .mdo\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1289px) {
  .mdb\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .mdb\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .mdb\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .mdb\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .mdb\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .mdb\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1290px) {
  .lg\:articles--1-c {
    grid-template-columns: repeat(1, 1fr);
  }
  .lg\:articles--2-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg\:articles--3-c {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg\:articles--4-c {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg\:articles--5-c {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg\:articles--6-c {
    grid-template-columns: repeat(6, 1fr);
  }
}
.article {
  position: relative;
}
.article__media {
  position: relative;
}
@media (max-width: 970px) {
  .article__media img {
    width: 100%;
    height: auto;
  }
}
.article__media iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.article__media .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  width: 26px;
  border-radius: 5px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}
.article__media .icon svg {
  fill: #fff;
}
@media (min-width: 769px) {
  .article__media .icon svg {
    width: 20px;
    height: 20px;
  }
}
.article__media .icon--video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.article__media .icon--video svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.article__title {
  margin: 0;
  font-family: var(--strawberry-title-font);
}
.article__title a {
  display: block;
  text-decoration: none;
}
.article__title a:hover {
  text-decoration: underline;
}
.article__over {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.article__source {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.article__eyebrow {
  font-family: Arial, Helvetica, sans, sans-serif;
  font-size: 0.75rem;
  color: inherit;
  text-transform: capitalize;
  line-height: 1.2;
  opacity: 0.8;
}
.article__eyebrow i {
  font-style: normal;
  display: inline-block;
  padding: 0 10px;
}
.article__excerpt {
  font-size: 1rem;
  color: var(--strawberry-text-color);
  opacity: 0.8;
  line-height: 130%;
}
.article__more a {
  color: #ffd203;
  font-size: 14px;
  display: inline-block;
}
.article__date {
  font-weight: 500;
  font-size: 0.75rem;
}
.article__taxonomy ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
.article__taxonomy ul li {
  display: inline-block;
  margin-right: 10px;
}
.article__taxonomy ul li:last-child {
  margin-right: 0;
}
.article__taxonomy a {
  font-size: 11px;
  color: #000;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #ffd203;
}
@media (max-width: 970px) {
  .article__taxonomy a {
    padding: 5px 10px;
  }
}
.article__permalink {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 9;
}

.articles--mosaic {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.articles--mosaic .article__title a {
  font-size: 21px;
}
@media (max-width: 768px) {
  .articles--mosaic .article__title a {
    font-size: 30px;
  }
}
@media (min-width: 769px) {
  .articles--mosaic {
    display: grid;
  }
}
@media (min-width: 971px) {
  .articles--mosaic {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.articles--mosaic .article[data-order="0"] {
  grid-area: 1/1/3/3;
}
.articles--mosaic .article[data-order="0"] .article__title a {
  font-size: 30px;
}
.articles--mosaic .article[data-order="0"] img {
  -o-object-fit: cover;
     object-fit: cover;
}

.article--overlay {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.article--overlay:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.article--overlay .article__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 16px;
  z-index: 8;
  width: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 970px) {
  .article--overlay .article__content {
    padding: 10px;
  }
}
.article--overlay .article__title {
  color: #fff;
  margin: 0;
}
.article--overlay .article__title a {
  color: #fff;
}
.article--overlay .permalink {
  position: absolute;
  z-index: 999;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.article--overlay .article__content {
  top: auto;
}
.article--overlay .article__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .article {
    flex: 1;
  }
  .article--xs-overlay {
    position: relative;
    overflow: hidden;
  }
  .article--xs-overlay:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .article--xs-overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 16px;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 768px) and (max-width: 970px) {
  .article--xs-overlay .article__content {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .article--xs-overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article--xs-overlay .article__title a {
    color: #fff;
  }
  .article--xs-overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .article {
    flex: 1;
  }
  .article--sm-overlay {
    position: relative;
    overflow: hidden;
  }
  .article--sm-overlay:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .article--sm-overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 16px;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .article--sm-overlay .article__content {
    padding: 10px;
  }
}
@media (min-width: 769px) {
  .article--sm-overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article--sm-overlay .article__title a {
    color: #fff;
  }
  .article--sm-overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .article {
    flex: 1;
  }
  .article--smo-overlay {
    position: relative;
    overflow: hidden;
  }
  .article--smo-overlay:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .article--smo-overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 16px;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 769px) and (max-width: 970px) and (max-width: 970px) {
  .article--smo-overlay .article__content {
    padding: 10px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .article--smo-overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article--smo-overlay .article__title a {
    color: #fff;
  }
  .article--smo-overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 970px) {
  .article {
    flex: 1;
  }
  .article--smb-overlay {
    position: relative;
    overflow: hidden;
  }
  .article--smb-overlay:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .article--smb-overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 16px;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 970px) and (max-width: 970px) {
  .article--smb-overlay .article__content {
    padding: 10px;
  }
}
@media (max-width: 970px) {
  .article--smb-overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article--smb-overlay .article__title a {
    color: #fff;
  }
  .article--smb-overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 971px) {
  .article {
    flex: 1;
  }
  .article--md-overlay {
    position: relative;
    overflow: hidden;
  }
  .article--md-overlay:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .article--md-overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 16px;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 971px) and (max-width: 970px) {
  .article--md-overlay .article__content {
    padding: 10px;
  }
}
@media (min-width: 971px) {
  .article--md-overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article--md-overlay .article__title a {
    color: #fff;
  }
  .article--md-overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .article {
    flex: 1;
  }
  .article--mdo-overlay {
    position: relative;
    overflow: hidden;
  }
  .article--mdo-overlay:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .article--mdo-overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 16px;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 971px) and (max-width: 1289px) and (max-width: 970px) {
  .article--mdo-overlay .article__content {
    padding: 10px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .article--mdo-overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article--mdo-overlay .article__title a {
    color: #fff;
  }
  .article--mdo-overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1289px) {
  .article {
    flex: 1;
  }
  .article--mdb-overlay {
    position: relative;
    overflow: hidden;
  }
  .article--mdb-overlay:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .article--mdb-overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 16px;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 1289px) and (max-width: 970px) {
  .article--mdb-overlay .article__content {
    padding: 10px;
  }
}
@media (max-width: 1289px) {
  .article--mdb-overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article--mdb-overlay .article__title a {
    color: #fff;
  }
  .article--mdb-overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1290px) {
  .article {
    flex: 1;
  }
  .article--lg-overlay {
    position: relative;
    overflow: hidden;
  }
  .article--lg-overlay:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .article--lg-overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 16px;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1290px) and (max-width: 970px) {
  .article--lg-overlay .article__content {
    padding: 10px;
  }
}
@media (min-width: 1290px) {
  .article--lg-overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article--lg-overlay .article__title a {
    color: #fff;
  }
  .article--lg-overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.article--h {
  display: flex;
  gap: 10px;
  container-name: article-h;
  container-type: inline-size;
}
.article--h .article__media {
  max-width: 150px;
  overflow: hidden;
}
@container article-h (width < 500px) {
  .article--h .article__media {
    max-width: 100px;
    min-width: 80px;
    width: 100px;
  }
  .article--h .article__media img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.article--h .article__content {
  padding: 0;
}
.article--h .article__title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article--h .article__title a > * {
  display: inline;
}

@media (max-width: 768px) {
  .xs\:article--h {
    display: flex;
    gap: 10px;
    container-name: article-h;
    container-type: inline-size;
  }
  .xs\:article--h .article__media {
    max-width: 150px;
    overflow: hidden;
  }
  @container article-h (width < 500px) {
    .xs\:article--h .article__media {
      max-width: 100px;
      min-width: 80px;
      width: 100px;
    }
    .xs\:article--h .article__media img {
      aspect-ratio: 1/1;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .xs\:article--h .article__content {
    padding: 0;
  }
  .xs\:article--h .article__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .xs\:article--h .article__title a > * {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sm\:article--h {
    display: flex;
    gap: 10px;
    container-name: article-h;
    container-type: inline-size;
  }
  .sm\:article--h .article__media {
    max-width: 150px;
    overflow: hidden;
  }
  @container article-h (width < 500px) {
    .sm\:article--h .article__media {
      max-width: 100px;
      min-width: 80px;
      width: 100px;
    }
    .sm\:article--h .article__media img {
      aspect-ratio: 1/1;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .sm\:article--h .article__content {
    padding: 0;
  }
  .sm\:article--h .article__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .sm\:article--h .article__title a > * {
    display: inline;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:article--h {
    display: flex;
    gap: 10px;
    container-name: article-h;
    container-type: inline-size;
  }
  .smo\:article--h .article__media {
    max-width: 150px;
    overflow: hidden;
  }
  @container article-h (width < 500px) {
    .smo\:article--h .article__media {
      max-width: 100px;
      min-width: 80px;
      width: 100px;
    }
    .smo\:article--h .article__media img {
      aspect-ratio: 1/1;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .smo\:article--h .article__content {
    padding: 0;
  }
  .smo\:article--h .article__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .smo\:article--h .article__title a > * {
    display: inline;
  }
}
@media (max-width: 970px) {
  .smb\:article--h {
    display: flex;
    gap: 10px;
    container-name: article-h;
    container-type: inline-size;
  }
  .smb\:article--h .article__media {
    max-width: 150px;
    overflow: hidden;
  }
  @container article-h (width < 500px) {
    .smb\:article--h .article__media {
      max-width: 100px;
      min-width: 80px;
      width: 100px;
    }
    .smb\:article--h .article__media img {
      aspect-ratio: 1/1;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .smb\:article--h .article__content {
    padding: 0;
  }
  .smb\:article--h .article__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .smb\:article--h .article__title a > * {
    display: inline;
  }
}
@media (min-width: 971px) {
  .md\:article--h {
    display: flex;
    gap: 10px;
    container-name: article-h;
    container-type: inline-size;
  }
  .md\:article--h .article__media {
    max-width: 150px;
    overflow: hidden;
  }
  @container article-h (width < 500px) {
    .md\:article--h .article__media {
      max-width: 100px;
      min-width: 80px;
      width: 100px;
    }
    .md\:article--h .article__media img {
      aspect-ratio: 1/1;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .md\:article--h .article__content {
    padding: 0;
  }
  .md\:article--h .article__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .md\:article--h .article__title a > * {
    display: inline;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:article--h {
    display: flex;
    gap: 10px;
    container-name: article-h;
    container-type: inline-size;
  }
  .mdo\:article--h .article__media {
    max-width: 150px;
    overflow: hidden;
  }
  @container article-h (width < 500px) {
    .mdo\:article--h .article__media {
      max-width: 100px;
      min-width: 80px;
      width: 100px;
    }
    .mdo\:article--h .article__media img {
      aspect-ratio: 1/1;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .mdo\:article--h .article__content {
    padding: 0;
  }
  .mdo\:article--h .article__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .mdo\:article--h .article__title a > * {
    display: inline;
  }
}
@media (max-width: 1289px) {
  .mdb\:article--h {
    display: flex;
    gap: 10px;
    container-name: article-h;
    container-type: inline-size;
  }
  .mdb\:article--h .article__media {
    max-width: 150px;
    overflow: hidden;
  }
  @container article-h (width < 500px) {
    .mdb\:article--h .article__media {
      max-width: 100px;
      min-width: 80px;
      width: 100px;
    }
    .mdb\:article--h .article__media img {
      aspect-ratio: 1/1;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .mdb\:article--h .article__content {
    padding: 0;
  }
  .mdb\:article--h .article__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .mdb\:article--h .article__title a > * {
    display: inline;
  }
}
@media (min-width: 1290px) {
  .lg\:article--h {
    display: flex;
    gap: 10px;
    container-name: article-h;
    container-type: inline-size;
  }
  .lg\:article--h .article__media {
    max-width: 150px;
    overflow: hidden;
  }
  @container article-h (width < 500px) {
    .lg\:article--h .article__media {
      max-width: 100px;
      min-width: 80px;
      width: 100px;
    }
    .lg\:article--h .article__media img {
      aspect-ratio: 1/1;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .lg\:article--h .article__content {
    padding: 0;
  }
  .lg\:article--h .article__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .lg\:article--h .article__title a > * {
    display: inline;
  }
}
.card {
  border: 3px solid #096ffa;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 20px;
  font-family: var(--strawberry-title-font);
  position: relative;
}
.card__title {
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  background-color: #096ffa;
  color: #fff;
  position: absolute;
  top: -13px;
  left: -13px;
  padding: 10px;
}

.products {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.products .product {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.products .product__media {
  flex-basis: 50%;
}
.products .product__title {
  font-size: 21px;
  font-weight: bold;
  color: #cc0000;
  text-decoration: underline;
}

.author-card {
  color: #000000;
}
.author-card__card {
  align-items: center;
}
.author-card__media {
  min-width: 40px;
  max-width: 40px;
  overflow: hidden;
  border-radius: 100%;
}
.author-card__media span {
  display: block;
  overflow: hidden;
}
.author-card__media img {
  -o-object-fit: cover;
     object-fit: cover;
}
.author-card__media--lg {
  margin-right: 20px;
  min-width: 120px;
  min-height: 120px;
}
@media (max-width: 768px) {
  .author-card__media--lg {
    min-width: 70px;
    min-height: 70px;
  }
}
.author-card__media--lg span {
  width: 120px;
  height: 120px;
}
@media (max-width: 768px) {
  .author-card__media--lg span {
    width: 70px;
    height: 70px;
  }
}
.author-card__content {
  width: 100%;
}
.author-card__name {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .author-card__name {
    font-size: 1.125rem;
  }
}
.author-card__description {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.3;
}
.archive .author-card__description {
  color: #fff;
  font-size: 14px;
}
.author-card__description p {
  line-height: 1.3;
  margin: 0;
}
.author-card__description a {
  border: 0;
}
/*# sourceMappingURL=style.css.map */
