:root {
  --bee-gap: 2rem;
  --hex-width: 250px;
}

.section {
  padding: 0 0 6rem 0;
}

.beehive {
  gap: var(--bee-gap);
  justify-content: end;
}
.beehive > * {
  width: var(--hex-width);
  height: var(--hex-width);
}
.beehive > * > a {
  width: 100%;
  height: 115%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  color: white !important;
  opacity: 1;
  position: relative;
  font-size: 1.25rem !important;
  background-color: black !important;
}
.beehive > * > a:hover {
  background-color: rgb(var(--color-cta)) !important;
  color: rgb(0, 0, 0) !important;
}
.beehive > * > a:hover img {
  transform: scale(125%);
  opacity: 0.25;
  mix-blend-mode: multiply;
  filter: grayscale(1) brightness(1.8);
}
.beehive > * > a img {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  border-radius: 3px;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1) brightness(0.5);
  opacity: 1;
  transform: scale(100%);
  transform-origin: 50% 50%;
  mix-blend-mode: normal;
}
.beehive > *:nth-child(4n) {
  margin-right: calc(var(--hex-width) / 2 + var(--bee-gap) / 2);
}
.beehive > *:nth-child(3n), .beehive > *:nth-child(4n) {
  margin-top: calc(var(--hex-width) - var(--hex-width) * 1.15 - var(--bee-gap) / 2);
}
@media (((max-width: 1399px) and (min-width: 992px)) or (max-width: 768px)) {
  .beehive > * * {
    margin-right: initial;
    margin-top: initial;
  }
  .beehive > *:nth-child(1) {
    margin-right: calc(var(--hex-width) / 2 + var(--bee-gap) / 2);
  }
  .beehive > *:nth-child(2n), .beehive > *:nth-child(3n) {
    margin-top: calc(var(--hex-width) - var(--hex-width) * 1.15 - var(--bee-gap) / 2);
  }
}
@media (max-width: 768px) and (min-width: 495px) {
  .beehive > * {
    --hex-width: 220px;
  }
}
@media (max-width: 495px) {
  .beehive > * {
    --hex-width: 220px;
  }
  .beehive > *:nth-child(n) {
    margin-right: initial;
    margin-top: initial;
  }
  .beehive > *:nth-child(2), .beehive > *:nth-child(4) {
    margin-right: calc(var(--hex-width) / 2 + var(--bee-gap) / 2);
  }
  .beehive > *:nth-child(n) {
    margin-top: calc(var(--hex-width) - var(--hex-width) * 1.15 - var(--bee-gap) / 2);
  }
}

a.cta-link, .cta-link a {
  --color-text: 0, 0, 0;
  --color-back: 255, 255, 255;
  --color-cta: 255, 221, 0;
  display: inline-block;
  padding: calc(1rem - 8px) calc(1.25rem - 8px) !important;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 1;
  color: rgb(var(--color-text));
  background-color: rgb(var(--color-back));
  border: 4px solid rgb(var(--color-text));
  transition: border 0.4s cubic-bezier(0.075, 0.82, 0.165, 1.05);
}
a.cta-link:hover, .cta-link a:hover {
  color: rgb(var(--color-back));
  background-color: rgb(var(--color-text));
}

.entry-content figcaption.wp-caption-text {
  border: 0;
  font-style: normal;
  font-size: 0.75rem;
  padding: 0;
  text-align: end;
}

@media (max-width: 992px) {
  .hex-blocks {
    margin-top: 5rem;
    flex-direction: column;
  }
}

.entry-content h2, .entry-content .h2 {
  font: normal normal 800 44px/52px JetBrains Mono;
}

section.generic .align-items-start.wp-block-columns {
  align-items: start !important;
}

form.wpcf7-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
  gap: 1rem;
  margin: auto;
}
form.wpcf7-form > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
  gap: 1rem;
}
form.wpcf7-form label {
  width: 100%;
}
form.wpcf7-form label input[type=text],
form.wpcf7-form label input[type=email],
form.wpcf7-form label input[type=file],
form.wpcf7-form label textarea {
  width: 100%;
  background-color: white;
  border: 3px solid black;
}
form.wpcf7-form label input[type=file] {
  padding: 1rem;
}
form.wpcf7-form .wpcf7-acceptance {
  font-size: 0.8rem;
}
form.wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
form.wpcf7-form .wpcf7-checkbox > * {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-basis: calc(50% - 2rem);
}/*# sourceMappingURL=content-styles.css.map */