.editor-styles-wrapper .block-editor-block-list__layout .boxes, body.frontend .boxes {
  overflow: hidden;
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__layout .boxes__wrapper, body.frontend .boxes__wrapper {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes__wrapper, body.frontend .boxes__wrapper {
    flex-flow: row;
    flex-wrap: wrap;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .boxes .box, body.frontend .boxes .box {
  padding: 40px 20px;
  display: grid;
  align-content: center;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes .box, body.frontend .boxes .box {
    padding: 70px 50px;
    width: 50%;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .boxes .box.box-image, body.frontend .boxes .box.box-image {
  padding: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .boxes .box__title, .editor-styles-wrapper .block-editor-block-list__layout .boxes .box__date, .editor-styles-wrapper .block-editor-block-list__layout .boxes .box__location, body.frontend .boxes .box__title, body.frontend .boxes .box__date, body.frontend .boxes .box__location {
  text-transform: uppercase;
}
.editor-styles-wrapper .block-editor-block-list__layout .boxes .box__date, .editor-styles-wrapper .block-editor-block-list__layout .boxes .box__title, body.frontend .boxes .box__date, body.frontend .boxes .box__title {
  margin-bottom: 4px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes .box__date, .editor-styles-wrapper .block-editor-block-list__layout .boxes .box__title, body.frontend .boxes .box__date, body.frontend .boxes .box__title {
    margin-bottom: 8px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .boxes .box__tagline, body.frontend .boxes .box__tagline {
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes .box__tagline, body.frontend .boxes .box__tagline {
    margin-bottom: 16px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .boxes .box__location, .editor-styles-wrapper .block-editor-block-list__layout .boxes .box__description, body.frontend .boxes .box__location, body.frontend .boxes .box__description {
  margin-bottom: 30px;
}
.editor-styles-wrapper .block-editor-block-list__layout .boxes .box__description p, body.frontend .boxes .box__description p {
  font-size: 16px;
  font-size: 16px;
}
@media only screen and (min-width: 390px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes .box__description p, body.frontend .boxes .box__description p {
    font-size: calc(16px + 0 * (100vw - 390px) / 601);
  }
}
@media only screen and (min-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes .box__description p, body.frontend .boxes .box__description p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes .box__description p, body.frontend .boxes .box__description p {
    font-size: calc(16px + 6 * (100vw - 992px) / 343);
  }
}
@media only screen and (min-width: 1335px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes .box__description p, body.frontend .boxes .box__description p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes .box .btn, body.frontend .boxes .box .btn {
    width: -moz-max-content;
    width: max-content;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .boxes .box__image, body.frontend .boxes .box__image {
  aspect-ratio: 1;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes .box__image, body.frontend .boxes .box__image {
    aspect-ratio: 7/5;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .boxes .box__image img, body.frontend .boxes .box__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.editor-styles-wrapper .block-editor-block-list__layout .boxes__image, body.frontend .boxes__image {
  background-size: auto 100%;
  background-position: center;
  height: 75px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes__image, body.frontend .boxes__image {
    height: 116px;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes__image, body.frontend .boxes__image {
    height: calc(116px + 54 * (100vw - 992px) / 448);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes__image, body.frontend .boxes__image {
    height: 170px;
  }
}
@media only screen and (min-width: 1400px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes__image, body.frontend .boxes__image {
    background-size: auto;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .boxes__accent-line, body.frontend .boxes__accent-line {
    width: 120px;
    background-color: #00bafd;
    height: 2000px;
    mix-blend-mode: overlay;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg) translate(50vw, 0);
  }
}

/*# sourceMappingURL=block.css.map*/