@charset "UTF-8";
/* @link https://utopia.fyi/space/calculator?c=240,16,1.125,1280,20,1.25,5,2,&s=0.75|0.5|0.25|0.125|0.0625,1.5|2|3|4|6|8,s-l&g=s,l,xl,12 */
/* @link https://utopia.fyi/space/calculator?c=240,16,1.125,1280,20,1.25,5,2,&s=0.75|0.5|0.25|0.125|0.0625,1.5|2|3|4|6|8,s-l&g=s,l,xl,12 */
.wp-block-list.is-style-circles-list ul {
  list-style: none;
}
.wp-block-list.is-style-circles-list li {
  list-style: none;
  padding: 0 0 1em 0;
  position: relative;
  font-size: 1.1rem;
}
.wp-block-list.is-style-circles-list li::before {
  background-image: url("/wp-content/themes/headscape-2025/assets/images/icon-bullet2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 0.9em;
  width: 0.9em;
  left: -1.6em;
  top: 0.4em;
}
.wp-block-list.is-style-circles-list li:last-of-type {
  padding-bottom: 0;
}

.wp-block-list.is-style-left-line-list {
  background: none;
}
.wp-block-list.is-style-left-line-list ul {
  list-style: none;
}
.wp-block-list.is-style-left-line-list li {
  list-style: none;
  padding: 0 0 0.25em 0;
  position: relative;
  font-size: 1.1rem;
}
.wp-block-list.is-style-left-line-list li::before {
  background-size: cover;
  background-repeat: no-repeat;
  content: "• ";
  position: absolute;
  height: 1.2em;
  width: 0.6em;
  left: -20px;
  top: -0.45em;
  font-size: 2em;
}
.wp-block-list.is-style-left-line-list li:last-of-type {
  padding-bottom: 0;
}

.wp-block-list.is-style-tick-list ul {
  list-style: none;
}
.wp-block-list.is-style-tick-list li {
  list-style: none;
  padding: 0 0 1em 0;
  position: relative;
  font-size: 1.1rem;
}
.wp-block-list.is-style-tick-list li::before {
  background-image: url("/wp-content/themes/headscape-2025/assets/images/icon-bullet-tick.svg");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 1em;
  width: 1em;
  left: -1.5em;
  top: 0.3em;
}
.wp-block-list.is-style-tick-list li:last-of-type {
  padding-bottom: 0;
}

.wrap-block-editor {
  margin: 2rem 0 0 0;
}

html {
  font-size: 12px !important;
}

body {
  font-size: 1rem !important;
}
body::before {
  top: 0;
  width: 5rem;
}

.no-print,
nav,
#primaryNav,
.js #primaryNav,
.otgs-development-site-front-end,
#onetrust-consent-sdk,
.wp-block-embed.is-type-video {
  display: none !important;
}

li, img, figure, blockquote, header, footer, pre,
.box, .banner, .slab, .card, .ctaBox {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

h2, h3, h4, h5, h6 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
h2::after, h3::after, h4::after, h5::after, h6::after {
  content: "";
  display: block;
  height: 200px;
  margin-bottom: -200px;
}

.align-full,
.alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

.align-wide,
.alignwide {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}
/*# sourceMappingURL=print.css.map */
