:root {
  --strawberry-background-color: #f4f9ff;
  --strawberry-text-color: #222222;
  --strawberry-accent-color: #cc0000;
  --strawberry-header-background-color: #0F182A;
  --strawberry-header-text-color: #ffffff;
  --strawberry-navbar-background-color: #173D6C;
  --strawberry-navbar-text-color: #ffffff;
  --strawberry-footer-background-color: #000000;
  --strawberry-footer-text-color: #ffffff;
  --strawberry-modal-text-color: var(--strawberry-header-text-color);
  --strawberry-modal-background-color: var(--strawberry-header-background-color);
  --strawberry-text-font: "Roboto", "Helvetica", "Arial", sans-serif;
  --strawberry-title-font: "Roboto", "Helvetica", "Arial", sans-serif;
  --strawberry-sans-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --strawberry-serif-font: Georgia, "Times New Roman", serif;
  --strawberry-single-text-color: var(--strawberry-text-color);
  --swiper-theme-color: var(--strawberry-text-color);
  --swiper-navigation-color:#000000;
  --strawberry-magnifier-color: #ffffff;
  --strawberry-bars-color: #ffffff;
  --strawberry-divider-color: rgba(0, 0, 0, .1);
  --strawberry-sticky-top: 70px;
  --strawberry-form-background-color: #ffffff;
  --strawberry-form-text-color:#333333;
  --strawberry-form-font-size: 14px;
}

/*
@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);
        --strawberry-accent-color: rgba(255, 255, 255, .9);
    }
}

.dark {
    --strawberry-background-color: #0F182A;
    --strawberry-header-background-color: #090f1b;
    --strawberry-text-color: rgba(255, 255, 255, .9);
    --strawberry-divider-color: rgba(255, 255, 255, .2);
    --strawberry-accent-color: rgba(255, 255, 255, .9);
    --strawberry-modal-text-color: var(--strawberry-text-color);
    --strawberry-modal-background-color: var(--strawberry-header-background-color);
}

*/
body.single {
  --strawberry-background-color: #ffffff;
}

/* Colors */
@media (min-width: 971px) {
  .max-width-630 {
    max-width: 630px;
  }
}
.logged-in {
  --strawberry-sticky-top: 100px;
}

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

input#pushmenu-open:checked + .bars span.lines {
  opacity: 0.5;
}

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

.blockfill {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

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

.more-pages a {
  display: inline-block;
  background-color: #ed1b26;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
}

.page_wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

.headline {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding-top: 0.625rem;
  line-height: 100%;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
}
@media (max-width: 767px) {
  .headline {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.headline span, .headline a {
  display: inline-block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
.headline span:after, .headline a:after {
  content: "";
  position: absolute;
  width: calc(100% + 5px);
  height: 3px;
  left: 0;
  bottom: -1px;
  background-color: var(--strawberry-accent-color);
}
.headline span:hover, .headline a:hover {
  color: var(--strawberry-accent-color);
}

.cat {
  text-transform: uppercase;
  font-weight: bold;
}

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: 767px) {
  .breadcrumbs {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
  }
}

iframe.wp-embedded-content {
  max-width: 100% !important;
}

.teams-bar ul li {
  min-width: 40px;
}
.teams-bar ul li img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.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: 40px;
  height: 40px;
  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 {
  width: 100%;
  height: 100%;
}

#wpadminbar {
  max-width: 100%;
}
@media (max-width: 767px) {
  #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: 767px) {
  .animate-slide-left {
    animation-name: slide-left;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
  }
  @keyframes slide-left {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-100px);
    }
    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: #ed1b26;
  z-index: 999;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1em;
}
.label:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
}
.label-live {
  right: 0;
  left: auto;
  background-color: #ed1b26;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6875rem;
  padding: 1px 5px;
  border-radius: 2px;
}
.label-title {
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  font-size: 1em;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 3px;
  line-height: 1em;
}

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

.reversed {
  --strawberry-background-color: #11100a;
  --strawberry-text-color: rgba(255, 255, 255, .9);
  background-color: var(--strawberry-background-color);
  color: var(--strawberry-text-color);
}

.full-screen {
  position: relative;
  z-index: 2;
}
.full-screen:before {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: inherit;
  z-index: -1;
}

.text-box p:not(:last-of-type) {
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.tabs a {
  background-color: rgba(255, 255, 255, 0);
  padding: 3px 10px;
  border-radius: 10px;
}
.tabs a.selected {
  color: #ed1b26;
  background-color: rgba(255, 255, 255, 0.1);
}
.tabs a:hover {
  color: #ffd203;
}

.live {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .live {
    position: absolute;
    bottom: 20px;
    right: 10px;
    transition: bottom 0.3s;
  }
  .scrolled .live {
    bottom: 12px;
    transition: bottom 0.3s;
  }
}
.live .link {
  color: inherit;
  padding: 10px;
  /* border-radius: 10px;*/
  overflow: hidden;
}
@media (max-width: 767px) {
  .live .link {
    background-color: #ed1b26;
    border-radius: 30px;
    padding: 7px;
  }
}
.live .text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ed1b26;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .live .text {
    font-size: 14px;
    color: #ffffff;
    line-height: normal;
  }
}
@media (max-width: 970px) {
  .live .title {
    white-space: nowrap;
  }
}
.live .circle {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}
.live .pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 16px;
}
.live .pulse:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed1b26;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@media (max-width: 767px) {
  .live .pulse:before {
    background-color: #ffffff;
  }
}
.live .pulse:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ed1b26;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@media (max-width: 767px) {
  .live .pulse:after {
    background-color: #ffffff;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

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: 767px) {
  body.admin-bar:after {
    content: "Phone";
  }
}
@media (min-width: 768px) {
  body.admin-bar:after {
    content: "Tablet";
  }
}
@media (min-width: 971px) {
  body.admin-bar:after {
    content: "Desktop";
  }
}

.permalink-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.header {
  width: 100%;
  left: 0;
  z-index: 9998;
}
.header .top {
  padding: 10px 0;
  background-color: var(--strawberry-header-background-color);
}
@media (max-width: 970px) {
  .header .top {
    padding: 10px 15px;
  }
}
.header .bottom {
  background-color: var(--strawberry-navbar-background-color);
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.25s;
  /*.scrolled & {
      max-height: 0;
      transition: max-height 0.25s;
  }*/
}
.header.sticky {
  position: sticky;
  top: 0;
}
@media (min-width: 971px) {
  .admin-bar .header {
    top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .admin-bar .header {
    top: 46px;
  }
}
.header .donate {
  position: relative;
}
.header .donate .caret {
  transform: rotate(-90deg);
}
.header .donate__instructions {
  display: none;
  background-color: var(--strawberry-header-background-color);
  position: absolute;
  padding: 20px;
  color: var(--strawberry-navbar-text-color);
  z-index: 9;
  min-width: 300px;
  top: calc(100% + 10px);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  font-weight: normal;
}
.header .donate__instructions p:not(:last-of-type) {
  margin-bottom: 10px;
}
.header .donate:hover .donate__instructions {
  display: block;
}
.header .logo img, .header .logo svg {
  width: 180px;
  height: 26px;
  transition: transform 0.3s;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .header .logo img, .header .logo svg {
    width: 180px;
    height: 26px;
  }
}
.header__wrapper {
  display: flex;
  flex-direction: column;
}
.header__wrapper .navbar {
  transition: padding 0.3s;
}
.header__wrapper .navbar ul {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 20px;
}
.header__wrapper .navbar ul li.video-icon a {
  padding-left: 20px;
  position: relative;
}
.header__wrapper .navbar ul li.video-icon a:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: red;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header__wrapper .navbar ul li.video-icon a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid white;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.header__wrapper .navbar ul li.menu-item-has-children a {
  padding-right: 10px;
}
.header__wrapper .navbar ul li a {
  padding: 15px 0 13px 0;
  font-family: var(--strawberry-text-font);
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  color: var(--strawberry-navbar-text-color);
  position: relative;
  transition: border-bottom-color 0.3s;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.header__wrapper .navbar ul li a:hover {
  border-bottom: 2px solid #fff;
  transition: border-bottom-color 0.3s;
}
.header__wrapper .navbar ul li a[data-route=home] {
  padding: 0 0 0 10px;
}
.header__wrapper .navbar ul li.highlight a {
  background-color: var(--strawberry-navbar-text-color);
  color: var(--strawberry-navbar-background-color);
  border-radius: 5px;
}
.header__wrapper .navbar ul li:has(.sub-menu) > a {
  position: relative;
}
.header__wrapper .navbar ul li:has(.sub-menu) > a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}
.header__wrapper .navbar ul li ul {
  display: none;
  flex-direction: column;
  gap: 0;
  position: absolute;
  z-index: 9;
  background-color: #000000;
  align-items: flex-start;
  min-width: 150px;
}
.header__wrapper .navbar ul li ul li a {
  padding: 10px;
  text-align: left;
  width: 100%;
  display: block;
}
.header__wrapper .navbar ul li:hover ul {
  display: block;
}

.footer {
  background-color: var(--strawberry-footer-background-color);
  color: var(--strawberry-footer-text-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;
}
@media (max-width: 970px) {
  .footer .menu ul {
    gap: 15px;
  }
}
.footer .menu ul li a {
  font-weight: 600;
  color: inherit;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 767px) {
  .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-footer-text-color);
  border-radius: 100%;
}
.footer .social-icons a svg {
  fill: var(--strawberry-footer-text-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: #0d1013;
  position: relative;
}
@media (max-width: 767px) {
  .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: #ABABAB;
  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;
  font-weight: bold;
  color: #183068;
}
.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: #ABABAB;
}
.comments .comment__content {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #0d1013;
}
@media (max-width: 767px) {
  .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: #ABABAB;
}
.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 a {
  text-decoration: underline;
}
.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: #ed1b26;
  border: 1px solid #ed1b26;
}
.comment-respond .form-submit .submit {
  font-size: 14px;
  background-color: #0d1013;
  color: #ffffff;
  padding: 7px 30px;
}

.homepage__left .headline {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.homepage__left .tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.homepage__left .tag-cloud .tag {
  position: relative;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 30px;
  color: var(--strawberry-text-color);
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--strawberry-divider-color);
  font-size: 0.875rem;
}
.dark .homepage__left .tag-cloud .tag {
  background-color: rgba(255, 255, 255, 0.1);
}
.homepage__left .tag-cloud .tag.selected {
  background-color: var(--strawberry-accent-color);
  color: #ffffff;
}
.homepage__left .tag-cloud .tag:hover {
  background-color: #000000;
  color: #ffffff;
}
.homepage__left .tag-cloud .tag:hover .count {
  opacity: 1;
  transition: opacity 0.2s;
}
.homepage__left .tag-cloud .tag .count {
  position: absolute;
  right: -12px;
  top: -12px;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ed1b26;
  color: #ffffff;
  opacity: 0;
  z-index: 99;
  transition: opacity 0.2s;
  outline: 2px solid #ffffff;
  line-height: 1;
}
.homepage__left .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.homepage__left .menu li.category-menu-item a {
  display: flex;
  gap: 10px;
}
.homepage__left .menu li.category-menu-item img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.homepage__left .menu li a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 0.3125rem;
  color: var(--strawberry-text-color);
  border: 1px solid var(--strawberry-divider-color);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.6);
}
.homepage__left .menu li a:hover {
  color: var(--strawberry-accent-color);
}
.dark .homepage__left .menu li a {
  background-color: rgba(255, 255, 255, 0.1);
}
.homepage__left .menu li:last-child {
  border-bottom: none;
}
.homepage__left .menu li:last-child a {
  padding-bottom: 0;
}
@media (max-width: 1059px) {
  .homepage__left .menu {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .homepage__left .menu li.category-menu-item a {
    padding: 5px 8px 5px 5px;
    font-size: 0.875rem;
  }
  .homepage__left .menu li.category-menu-item a img {
    width: 16px;
    height: 16px;
  }
}
.homepage__main .main-tabs {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--strawberry-divider-color);
  background-color: var(--strawberry-background-color);
  backdrop-filter: blur(7px);
  position: sticky;
  top: 56px;
  z-index: 99;
  width: 100%;
  padding: 10px 0;
}
.dark .homepage__main .main-tabs {
  background-color: rgba(1, 6, 23, 0.75);
}
@media (min-width: 971px) {
  .admin-bar .homepage__main .main-tabs {
    top: 88px;
  }
}
@media (max-width: 970px) {
  .homepage__main .main-tabs {
    top: 50px;
  }
}
.homepage__main .main-tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.homepage__main .main-tabs ul li a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .homepage__main .main-tabs ul li a {
    padding: 5px;
    font-size: 0.875rem;
  }
}
.homepage__main .main-tabs ul li a.selected {
  background-color: #ed1b26;
  color: white;
}
.homepage__main #wp-posts-container.loading {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><style>.spinner_S1WN{animation:spinner_MGfb .8s linear infinite;animation-delay:-.8s}.spinner_Km9P{animation-delay:-.65s}.spinner_JApP{animation-delay:-.5s}@keyframes spinner_MGfb{93.75%,100%{opacity:.2}}</style><circle class="spinner_S1WN" cx="4" cy="12" r="3"/><circle class="spinner_S1WN spinner_Km9P" cx="12" cy="12" r="3"/><circle class="spinner_S1WN spinner_JApP" cx="20" cy="12" r="3"/></svg>');
  background-position: center 200px;
  background-repeat: no-repeat;
}

.archive__intro {
  padding-bottom: 30px;
  margin: 0 0 30px 0;
  border-bottom: 2px solid #000000;
}
.archive__intro img {
  max-width: 100%;
  height: auto;
}
.archive__intro .title {
  font-size: 1.875rem;
  font-weight: bold;
}
@media (max-width: 970px) {
  .archive__intro .title {
    font-size: 1.625rem;
  }
}
.archive__intro .description {
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 20px;
  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 .toggle-description {
  color: blue;
}
.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;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 970px) {
  .single__container {
    gap: 15px;
  }
}
.single__breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0.7;
}
.single__title {
  grid-area: title;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.single__title h1 {
  color: inherit;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}
.single__taxonomy {
  font-family: var(--strawberry-title-font);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.single__excerpt {
  font-size: 1rem;
  font-weight: 500;
  color: inherit;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .single__excerpt {
    line-height: 1.4;
  }
}
.single__media {
  grid-area: media;
  position: relative;
}
.single__media .video_play_overlay {
  display: flex;
  position: absolute;
  inset: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.single__media .video_play_overlay svg {
  fill: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .single__media .video_play_overlay svg {
    width: 50px;
    height: 50px;
  }
}
.single__media .video_play_overlay:hover svg {
  transition: all 0.3s;
  fill: white;
}
.single__media .icon {
  display: none;
}
.single__media .feature-image-caption {
  font-size: 0.8rem;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #ffffff;
}
.dark .single__media .feature-image-caption {
  background-color: #000000;
}
@media (max-width: 767px) {
  .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: #0d1013;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 10px;
}
@media (max-width: 767px) {
  .single__label {
    font-size: 16px;
  }
}
.single__label-exclusiv {
  background-color: #ffd203;
  color: #0d1013;
}
.single__photo_caption {
  font-size: 12px;
  font-style: italic;
  padding: 5px 10px;
  color: #ABABAB;
  border-bottom: 1px solid #ABABAB;
}
.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;
  right: 40px;
  padding: 10px 30px 10px 10px;
  text-transform: uppercase;
  font-family: var(--strawberry-sans-font);
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  background-color: #0d1013;
  color: #ffffff;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .single__gallery-button {
    font-size: 12px;
  }
}
.single__gallery-button i {
  font-size: 2em;
  font-style: normal;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  overflow: hidden;
  background-color: #ffffff;
  color: #0d1013;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -1em;
}
.single__gallery-button:hover {
  background-color: #ed1b26;
}
.single__gallery-button:hover i {
  color: red;
}
.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;
  z-index: 999;
  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;
}
@media (max-width: 767px) {
  .single__inline-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.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;
  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: #ed1b26;
}
.single__gallery-hint span {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.single__meta a {
  text-decoration: underline;
}
.single__meta a:hover {
  color: var(--strawberry-accent-color);
  text-decoration: underline;
}
.single__meta .sma_authors_images, .single__meta .avatar {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
.single__meta .sma_authors_images img, .single__meta .avatar img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__content {
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 970px) {
  .single__content {
    padding-bottom: 20px;
    max-width: 100%;
  }
}
.single__text {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--strawberry-single-text-color);
  line-height: 1.5;
  text-align: left !important;
}
.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;
  }
}
.single__text a {
  color: inherit;
}
.single__text p {
  margin: 0 0 20px 0;
  word-wrap: break-word;
  text-align: left !important;
}
.single__text p > a {
  color: #2f45ff;
  padding: 0;
}
.dark .single__text p > a {
  color: #ffd203;
}
.single__text p > a:hover {
  text-decoration: underline;
}
.single__text h2, .single__text h3, .single__text h4, .single__text h5, .single__text h6 {
  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: #ed1b26;
}
.single__text h2:has(a), .single__text h3:has(a), .single__text h4:has(a), .single__text h5:has(a), .single__text h6:has(a) {
  font-size: 1.125rem;
}
.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 !important;
}
.single__text img.alignnone {
  margin: 10px auto;
}
.single__text figure {
  padding: 0;
  max-width: 100%;
}
.single__text figure figcaption {
  font-size: 13px;
  color: #fff;
  background-color: #222;
  padding: 5px 10px;
}
.single__text figure p > figure {
  margin-bottom: 20px;
}
.single__text .strawberry-ads {
  min-height: 280px;
  margin-bottom: 10px;
}
.single__text .wp-block-quote, .single__text blockquote {
  color: inherit;
  margin: 0 0 20px 0;
  position: relative;
  padding: 20px 40px 20px 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-family: var(--strawberry-serif-font);
  font-size: 1.2em;
}
.dark .single__text .wp-block-quote, .dark .single__text blockquote {
  background-color: rgba(255, 255, 255, 0.1);
}
.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;
}
.single__text .wp-block-quote:before, .single__text blockquote:before {
  display: table;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+CiAgPHBhdGggZD0iTTEyIDE1SDYuMTFBOSA5IDAgMCAxIDEwIDguODZsMS43OS0xLjJMMTAuNjkgNiA4LjkgNy4yQTExIDExIDAgMCAwIDQgMTYuMzVWMjNhMiAyIDAgMCAwIDIgMmg2YTIgMiAwIDAgMCAyLTJ2LTZhMiAyIDAgMCAwLTItMiIvPgogIDxwYXRoIGQ9Ik0yNiAxNWgtNS44OUE5IDkgMCAwIDEgMjQgOC44NmwxLjc5LTEuMkwyNC43IDZsLTEuOCAxLjJhMTEgMTEgMCAwIDAtNC45IDkuMTVWMjNhMiAyIDAgMCAwIDIgMmg2YTIgMiAwIDAgMCAyLTJ2LTZhMiAyIDAgMCAwLTItMiIvPgogIDxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMzJ2MzJIMHoiIGRhdGEtbmFtZT0iJmx0O1RyYW5zcGFyZW50IFJlY3RhbmdsZSZndDsiLz4KPC9zdmc+");
  width: 40px;
  height: 40px;
  font-size: 1.875rem;
  fill: var(--strawberry-accent-color);
  line-height: 1;
}
.single__text .wp-block-quote:before svg, .single__text blockquote:before svg {
  fill: var(--strawberry-accent-color);
}
.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] {
  background-color: #ffffff;
  max-width: 100%;
}
.single__text iframe[src*=instag] {
  background-color: #ffffff;
  max-width: 100%;
  margin: 0 auto 20px !important;
}
.single__text .wp-caption {
  background-color: rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
  width: 100% !important;
  max-width: 100% !important;
}
.single__text .wp-caption .wp-caption-text {
  text-align: left;
  background-color: inherit;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 100px;
}
@media (max-width: 970px) {
  .single__text .wp-caption .wp-caption-text {
    padding: 10px 20px;
  }
}
.single__text .wp-caption > p {
  margin: 0;
}
.single__text--gallery {
  position: relative;
}
.single__text--gallery button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
}
.single__text--gallery button svg {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .single__text--gallery button svg {
    width: 40px;
    height: 40px;
  }
}
.single__text .containedArticle {
  font-size: 0.875rem;
  margin-top: 10px;
}
.single__text .containedArticle a {
  text-decoration: underline;
}
.single__text .containedArticle a:first-of-type {
  display: none;
}
.single__text .containedArticle .containedArticleClear {
  display: none;
}
.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 #ed1b26;
  border-style: solid;
  border-width: 5px 7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .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: #ed1b26;
}
.single__tags {
  font-size: 0.8rem;
  line-height: 2em;
  font-weight: bold;
  color: #0d1013;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .single__tags {
    margin-bottom: 20px;
  }
}
.single__tags a {
  font-size: 0.8125rem;
  line-height: 1.4;
  padding: 3px 10px;
  color: var(--strawberry-background-color);
  background-color: var(--strawberry-text-color);
  text-transform: lowercase;
  font-weight: normal;
  border-radius: 10px;
}
.single__follow {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .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: 20px;
  width: auto;
}
@media (max-width: 767px) {
  .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: 768px) 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-text-color);
  color: var(--strawberry-background-color);
}
.single__social .network a svg {
  width: 16px;
  height: 16px;
  fill: var(--strawberry-background-color);
}
.single__social .network a span {
  display: block;
  margin-left: 10px;
  font-size: 13px;
}

@media (min-width: 1280px) {
  .single-with-video .page_wrapper .single__header {
    width: 100%;
  }
}

.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 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .page__wrapper {
    max-width: 700px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .page__wrapper {
    padding: 15px;
  }
}
.page__content {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page__content {
    font-size: 14px;
    padding: 0;
  }
}
.page__content a {
  color: #2f45ff;
  text-decoration: underline;
}
.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 {
  font-weight: bold;
  zoom: 0.6;
  margin: 0 0 20px 0;
}
.page__content ul, .page__content ol {
  padding-left: 1em;
}
.page__content ul li:not(:last-child), .page__content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.page__content table {
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  text-align: left;
  overflow-x: auto;
  margin-bottom: 10px;
}
.page__content table tr:not(:last-child) td {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.page__title h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.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: #000000;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  gap: 20px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .fototeca {
    flex-direction: column;
    padding: 0;
  }
}
.fototeca__header {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
}
.fototeca__playground {
  flex-grow: 1;
  background-color: #0d1013;
  padding: 10px;
}
.fototeca__info {
  padding: 10px;
}
.fototeca__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 700px;
}
@media (max-width: 767px) {
  .fototeca__image {
    min-height: 500px;
  }
}
.fototeca__image .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.fototeca__image .arrow--right {
  left: auto;
  right: 10px;
}
@media (min-width: 971px) {
  .fototeca__sidebar {
    max-width: 350px;
    width: 350px;
    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: 767px) {
  .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: 768px) {
  .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: 768px) 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: 1059px) {
  .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: 1059px) {
  .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: 1060px) {
  .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;
  opacity: 1;
  transition: opacity 0.3s;
}
.article.blur {
  transition: opacity 0.3s;
  opacity: 0;
}
.article .avatar {
  border-radius: 100%;
  overflow: hidden;
}
.article .avatar img {
  -o-object-fit: cover;
     object-fit: cover;
}
.article__media {
  position: relative;
}
@media (max-width: 970px) {
  .article__media img {
    width: 100%;
    height: auto;
  }
}
.article__media figure {
  position: relative;
}
.article__media picture {
  font-size: 8px;
}
.article__media iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.article__media .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.article__media .icon svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .article__media .icon svg {
    width: 20px;
    height: 20px;
  }
}
.article__media .icon--video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.article__media .icon--video svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.article a:hover .icon--video {
  background-color: rgba(255, 0, 0, 0.5);
  transition: all 0.3s;
}
.article a:hover .icon--video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 200%;
  height: 200%;
  box-sizing: border-box;
  border-radius: 100%;
  background-color: rgb(255, 0, 0);
  animation: pulse-center 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  z-index: -1;
}
@keyframes pulse-center {
  0% {
    transform: translate(-50%, -50%) scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
.article__title {
  font-family: var(--strawberry-title-font);
}
.article__title a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.article__title a:hover {
  text-decoration: underline;
}
.article__eyebrow {
  font-size: 0.75rem;
  color: inherit;
  line-height: 1.2;
  opacity: 0.8;
  text-transform: capitalize;
}
.article__eyebrow i {
  font-style: normal;
  display: inline-block;
  padding: 0 10px;
}
.article__eyebrow a:hover {
  text-decoration: underline;
}
.article__excerpt {
  font-size: 1rem;
  color: inherit;
  opacity: 0.8;
  line-height: 1.3;
}
.article__date {
  font-weight: 500;
  font-size: 0.75rem;
}
.article__permalink {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 9;
}

:root {
  --strawberry-card-background-color: #ffffff;
  --strawberry-card-text-color: #036;
}

.dark {
  --strawberry-card-background-color: var(--strawberry-header-background-color);
  --strawberry-card-text-color: #ffffff;
}

.article--card {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1019607843);
  background-color: var(--strawberry-card-background-color);
  color: var(--strawberry-card-text-color);
}

.article--overlay {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.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) 0%, rgb(0, 0, 0) 100%);
}
.article--overlay .article__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 8;
  width: auto;
  box-sizing: border-box;
}
.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__content .sponsored-text {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 3px 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .article.xs\:article--overlay {
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  .article.xs\: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) 0%, rgb(0, 0, 0) 100%);
  }
  .article.xs\:article--overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
  }
  .article.xs\:article--overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article.xs\:article--overlay .article__title a {
    color: #fff;
  }
  .article.xs\:article--overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .article.xs\:article--overlay .article__content {
    top: auto;
  }
}
@media (min-width: 768px) {
  .article.sm\:article--overlay {
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  .article.sm\: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) 0%, rgb(0, 0, 0) 100%);
  }
  .article.sm\:article--overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
  }
  .article.sm\:article--overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article.sm\:article--overlay .article__title a {
    color: #fff;
  }
  .article.sm\:article--overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .article.sm\:article--overlay .article__content {
    top: auto;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .article.smo\:article--overlay {
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  .article.smo\: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) 0%, rgb(0, 0, 0) 100%);
  }
  .article.smo\:article--overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
  }
  .article.smo\:article--overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article.smo\:article--overlay .article__title a {
    color: #fff;
  }
  .article.smo\:article--overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .article.smo\:article--overlay .article__content {
    top: auto;
  }
}
@media (max-width: 970px) {
  .article.smb\:article--overlay {
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  .article.smb\: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) 0%, rgb(0, 0, 0) 100%);
  }
  .article.smb\:article--overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
  }
  .article.smb\:article--overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article.smb\:article--overlay .article__title a {
    color: #fff;
  }
  .article.smb\:article--overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .article.smb\:article--overlay .article__content {
    top: auto;
  }
}
@media (min-width: 971px) {
  .article.md\:article--overlay {
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  .article.md\: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) 0%, rgb(0, 0, 0) 100%);
  }
  .article.md\:article--overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
  }
  .article.md\:article--overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article.md\:article--overlay .article__title a {
    color: #fff;
  }
  .article.md\:article--overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .article.md\:article--overlay .article__content {
    top: auto;
  }
}
@media (min-width: 971px) and (max-width: 1059px) {
  .article.mdo\:article--overlay {
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  .article.mdo\: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) 0%, rgb(0, 0, 0) 100%);
  }
  .article.mdo\:article--overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
  }
  .article.mdo\:article--overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article.mdo\:article--overlay .article__title a {
    color: #fff;
  }
  .article.mdo\:article--overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .article.mdo\:article--overlay .article__content {
    top: auto;
  }
}
@media (max-width: 1059px) {
  .article.mdb\:article--overlay {
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  .article.mdb\: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) 0%, rgb(0, 0, 0) 100%);
  }
  .article.mdb\:article--overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
  }
  .article.mdb\:article--overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article.mdb\:article--overlay .article__title a {
    color: #fff;
  }
  .article.mdb\:article--overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .article.mdb\:article--overlay .article__content {
    top: auto;
  }
}
@media (min-width: 1060px) {
  .article.lg\:article--overlay {
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  .article.lg\: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) 0%, rgb(0, 0, 0) 100%);
  }
  .article.lg\:article--overlay .article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    width: auto;
    box-sizing: border-box;
  }
  .article.lg\:article--overlay .article__title {
    color: #fff;
    margin: 0;
  }
  .article.lg\:article--overlay .article__title a {
    color: #fff;
  }
  .article.lg\:article--overlay .permalink {
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .article.lg\:article--overlay .article__content {
    top: auto;
  }
}

.article--video .article__content a {
  position: relative;
  padding: 0 0 0 100px;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.article--video .article__content a:before {
  content: "";
  display: block;
  width: 80px;
  background-color: #2f45ff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.article--video .article__content a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: transparent;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.card {
  border: 3px solid #2f45ff;
  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: #2f45ff;
  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: #ed1b26;
  text-decoration: underline;
}

.author-card {
  color: var(--strawberry-text-color);
}
.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: 767px) {
  .author-card__media--lg {
    min-width: 70px;
    min-height: 70px;
  }
}
.author-card__media--lg span {
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  .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: 767px) {
  .author-card__name {
    font-size: 1.125rem;
  }
}
.author-card__description {
  font-size: 0.875rem;
  color: var(--strawberry-text-color);
  opacity: 0.8;
  line-height: 1.3;
}
.archive .author-card__description {
  color: var(--strawberry-text-color);
  font-size: 14px;
}
.author-card__description p {
  line-height: 1.3;
  margin: 0;
}
.author-card__description a {
  border: 0;
}

.modalbox--pushmenu {
  width: 303px;
  opacity: 1;
  transform: translate(-300%, 0);
  transition: transform 1s 0.3s;
  background-color: var(--strawberry-modal-background-color);
  height: auto;
  font-family: var(--strawberry-text-font);
  box-shadow: -1px 5px 4px 2px rgba(0, 0, 0, 0.1019607843);
  top: 56px;
}
.admin-bar .modalbox--pushmenu {
  top: 96px;
}
@media (max-width: 970px) {
  .modalbox--pushmenu {
    top: 50px;
  }
}
@media (min-width: 971px) {
  .modalbox--pushmenu {
    top: 0;
    bottom: 0;
    background-color: var(--strawberry-modal-background-color);
    padding: 5px;
  }
  .admin-bar .modalbox--pushmenu {
    top: 86px;
  }
}
.modalbox--pushmenu .modalbox__close {
  display: none;
}
.modalbox--pushmenu .modalbox__content {
  background-color: var(--strawberry-modal-background-color);
  height: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 5px 10px;
}
.modalbox--pushmenu .modalbox__content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.modalbox--pushmenu .modalbox__content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 7px;
}
.modalbox--pushmenu .modalbox__content::-webkit-scrollbar-track {
  background: #efefef;
}
.modalbox--pushmenu .modalbox__content .navbar ul {
  font-size: 23px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modalbox--pushmenu .modalbox__content .navbar ul li a {
  display: block;
  color: var(--strawberry-modal-text-color);
  position: relative;
  overflow: hidden;
  transition: padding-left 0.3s ease-in;
}
.modalbox--pushmenu .modalbox__content .navbar ul li a:hover {
  color: var(--strawberry-accent-color);
}
.modalbox--pushmenu .modalbox__content .navbar ul li ul {
  font-size: 14px;
  padding-left: 10px;
  opacity: 0.8;
  margin-top: 5px;
}
.modalbox--pushmenu .modalbox__content .form {
  margin-bottom: 30px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 20px;
  justify-content: space-between;
}
.modalbox--pushmenu .modalbox__content .form .input {
  flex: 1;
  line-height: 2;
  font-size: 16px;
  max-width: 100%;
  background-color: var(--strawberry-modal-text-color);
  color: var(--strawberry-modal-background-color);
  border-radius: 30px;
  text-indent: 10px;
}
.modalbox--pushmenu .modalbox__content .form .button {
  display: none;
}
.modalbox--pushmenu .modalbox__content .form .button svg {
  width: 16px;
  height: 16px;
  fill: var(--strawberry-text-color);
}
.modalbox--pushmenu .social {
  margin-top: 30px;
  width: 30px;
  position: absolute;
  bottom: 10px;
  right: 16px;
}
@media (max-width: 767px) {
  .modalbox--pushmenu .social {
    right: 24px;
  }
}
.modalbox--pushmenu .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modalbox--pushmenu .social ul li svg {
  width: 30px;
  height: 30px;
}

input#pushmenu-open {
  visibility: hidden;
  position: absolute;
}
input#pushmenu-open:checked + #pushmenu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
input#pushmenu-open:checked + #pushmenu .modalbox {
  transform: translateX(0);
  transition: opacity 0.5s, transform 0.3s;
}
@media (max-width: 767px) {
  input#pushmenu-open:checked + #pushmenu .modalbox {
    max-width: 100%;
  }
}

.swiper-container .swiper-button {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.swiper-container .swiper-button:after {
  font-size: 32px;
  font-weight: 900;
  color: black;
}
.swiper-container .swiper-button:hover:after {
  color: red;
}
@media (max-width: 767px) {
  .swiper-container .swiper-button {
    width: 50px;
    height: 50px;
  }
  .swiper-container .swiper-button:after {
    font-size: 28px;
  }
}
.swiper-container .swiper-button-next {
  top: 50px;
  right: 30px;
}
@media (max-width: 767px) {
  .swiper-container .swiper-button-next {
    top: auto;
    bottom: 10px;
    right: 10px;
  }
}
.swiper-container .swiper-button-prev {
  top: 50px;
  left: 30px;
}
@media (max-width: 767px) {
  .swiper-container .swiper-button-prev {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 70px;
  }
}

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
/*# sourceMappingURL=style.css.map */
