/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/frontend.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
.text-h1-p, .text-h1-p.is-admin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: calc(21px + (220 - 21) * (100vw - 400px) / (1920 - 400)) 0;
  padding: 0 var(--page-external-padding);
}
@media screen and (min-width: 1920px) {
  .text-h1-p, .text-h1-p.is-admin {
    margin: 220px 0;
  }
}
.text-h1-p h2, .text-h1-p.is-admin h2 {
  color: #1E1E1E;
  /* H2 */
  font-family: var(--font-family-Adelphi);
  font-size: calc(25px + (48 - 25) * (100vw - 400px) / (1920 - 400));
  font-style: normal;
  font-weight: 800;
  line-height: calc(33px + (51 - 33) * (100vw - 400px) / (1920 - 400));
  text-transform: uppercase;
  margin: calc(24px + (33 - 24) * (100vw - 400px) / (1920 - 400)) 0;
  max-width: 1200px;
  margin: calc(24px + (30 - 24) * (100vw - 400px) / (1920 - 400)) 0;
  text-align: left !important;
}
@media screen and (min-width: 1920px) {
  .text-h1-p h2, .text-h1-p.is-admin h2 {
    font-size: 48px;
    line-height: 51px;
    margin: 33px 0;
  }
}
@media screen and (min-width: 1920px) {
  .text-h1-p h2, .text-h1-p.is-admin h2 {
    margin: 30px 0;
  }
}
.text-h1-p p, .text-h1-p.is-admin p {
  max-width: 932px;
  text-align: center;
  font-family: var(--font-family-Adelphi);
  font-size: calc(13px + (13 - 13) * (100vw - 400px) / (1920 - 400));
  font-style: normal;
  font-weight: 450;
  line-height: calc(21px + (21 - 21) * (100vw - 400px) / (1920 - 400));
  text-transform: uppercase;
}
@media screen and (min-width: 1920px) {
  .text-h1-p p, .text-h1-p.is-admin p {
    font-size: 13px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .text-h1-p h1, .text-h1-p p, .text-h1-p.is-admin h1, .text-h1-p.is-admin p {
    text-align: left;
  }
}

.text-h1-p.is-admin {
  pointer-events: none;
}
.text-h1-p.is-admin:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
}

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