:root {
  --font-default: "Strawford", sans-serif;
  --font-headline: "Strawford", sans-serif;
  --grid-columns: 12;
  --grid-width-max: 1920px;
  --grid-color: 190, 100%, 50%;
  --color-blue-1: #222D3B;
  --color-green-1: #3EFFB0;
  --color-red-1: #CB1F1F;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey-border: #efefef;
  --color-grey-search: #F6F6F6;
}
:root {
  --grid-gutter: 10px;
}
@media only screen and (min-width: 375px) {
  :root {
    --grid-gutter: calc(10px + 6 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --grid-gutter: 16px;
  }
}
:root {
  --grid-offset: 20px;
}
@media only screen and (min-width: 375px) {
  :root {
    --grid-offset: calc(20px + 20 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --grid-offset: 40px;
  }
}

.block.block-page-title {
  position: relative;
  width: 100%;
}
.block.block-page-title {
  height: 300px;
}
@media only screen and (min-width: 375px) {
  .block.block-page-title {
    height: calc(300px + 260 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  .block.block-page-title {
    height: 560px;
  }
}
.block.block-page-title:first-child {
  margin-top: 0;
}
.block.block-page-title .block__background {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: var(--color-grey-border);
}
.block.block-page-title .block__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.block-page-title .block__background .background_overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
}
.block.block-page-title .block__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

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