/* Cover styles
--------------------------------------------- */

.wp-block-cover.alignfull,
.wp-block-cover.alignwide{
	padding: 0;
}

.wp-block-cover.alignfull .wp-block-cover__inner-container,
.wp-block-cover.alignwide .wp-block-cover__inner-container {
	/* max-width: var(--wp--style--global--content-size); */
	padding-right: var(--wp--custom--spacing--30);
	padding-left: var(--wp--custom--spacing--30);
}


@media only screen and (max-width: 781px) {
	.wp-block-cover.mobile--height--200 {
		min-height: 200px !important;
	}
	.wp-block-cover.mobile--height--300 {
		min-height: 300px !important;
	}
	.wp-block-cover.mobile--height--400 {
		min-height: 400px !important;
	}
	.wp-block-cover.mobile--height--500 {
		min-height: 500px !important;
	}
}

.wp-block-cover .wp-block-cover__inner-container > .wp-block-spacer { margin-top: 0 !important }
.wp-block-cover .wp-block-cover__inner-container > .wp-block-spacer:first-child + div[class*="wp-block-"] { margin-top: 0 !important }
.wp-block-cover .wp-block-cover__inner-container > .wp-block-spacer:nth-child(2) + div[class*="wp-block-"] { margin-top: 0 !important }

/* Pattern Background */
.wp-block-cover[class*="is-style-onq-dark-hex-pattern"] {
  overflow: hidden;
  position: relative;
}
.wp-block-cover[class*="is-style-onq-dark-hex-pattern"] .wp-block-cover__background {
  background-image: radial-gradient(
    165% 70% at 80% 80%,
    #143051 0%,
    #061425 100%
    ) !important;
}
.wp-block-cover.is-style-onq-dark-hex-pattern-1 .wp-block-cover__background {
  background-image: radial-gradient(
    165% 70% at 20% 80%, 
    #143051 0%, 
    #061425 100%
  ) !important;
}
.wp-block-cover[class*="is-style-onq-dark-hex-pattern"] .wp-block-cover__inner-container {
  position: relative;
  z-index: 10;
}
.block-editor .editor-styles-wrapper .wp-block-cover[class*="is-style-onq-dark-hex-pattern"]::before,
.block-editor .editor-styles-wrapper .wp-block-cover[class*="is-style-onq-dark-hex-pattern"]::after {
  content: none;
}
.wp-block-cover[class*="is-style-onq-dark-hex-pattern"]::before,
.wp-block-cover[class*="is-style-onq-dark-hex-pattern"]::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
}
/* Hex Pattern 1 */
.wp-block-cover.is-style-onq-dark-hex-pattern-1::before,
.wp-block-cover.is-style-onq-dark-hex-pattern-1::after {
  background-image: url('data:image/svg+xml,<svg width="686" height="267" viewBox="0 0 686 267" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.5"><path d="M570.555 100.707L627.445 133.558L684.325 100.707V35.0275L627.445 2.1875L570.555 35.0275V100.707Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M570.555 232.047L627.445 264.897L684.325 232.047V166.357L627.445 133.527L570.555 166.357V232.047Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M342.994 100.707L399.894 133.558L456.774 100.707V35.0275L399.894 2.1875L342.994 35.0275V100.707Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M456.776 100.707L513.676 133.558L570.546 100.707V35.0275L513.676 2.1875L456.776 35.0275V100.707Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M342.994 232.047L399.894 264.897L456.774 232.047V166.357L399.894 133.527L342.994 166.357V232.047Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M456.776 232.047L513.676 264.897L570.546 232.047V166.357L513.676 133.527L456.776 166.357V232.047Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M229.225 100.707L286.125 133.558L343.005 100.707V35.0275L286.125 2.1875L229.225 35.0275V100.707Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M229.225 232.047L286.125 264.897L343.005 232.047V166.357L286.125 133.527L229.225 166.357V232.047Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M1.67432 100.707L58.5743 133.558L115.444 100.707V35.0275L58.5743 2.1875L1.67432 35.0275V100.707Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M115.456 100.707L172.346 133.558L229.226 100.707V35.0275L172.346 2.1875L115.456 35.0275V100.707Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M1.67432 232.047L58.5743 264.897L115.444 232.047V166.357L58.5743 133.527L1.67432 166.357V232.047Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M115.456 232.047L172.346 264.897L229.226 232.047V166.357L172.346 133.527L115.456 166.357V232.047Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/></g></svg>');
  width: 686px;
  height: 267px;
}
.wp-block-cover.is-style-onq-dark-hex-pattern-1::before {
  top: -70px;
  left: -260px;
}
.wp-block-cover.is-style-onq-dark-hex-pattern-1::after {
  right: -340px;
  bottom: -70px;
}
/* Hex Pattern 2 */
.wp-block-cover.is-style-onq-dark-hex-pattern-2::before {
  background-image: url('data:image/svg+xml,<svg width="686" height="267" viewBox="0 0 686 267" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.5"><path d="M570.555 100.707L627.445 133.558L684.325 100.707V35.0275L627.445 2.1875L570.555 35.0275V100.707Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M570.555 232.047L627.445 264.897L684.325 232.047V166.357L627.445 133.527L570.555 166.357V232.047Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M342.994 100.707L399.894 133.558L456.774 100.707V35.0275L399.894 2.1875L342.994 35.0275V100.707Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M456.776 100.707L513.676 133.558L570.546 100.707V35.0275L513.676 2.1875L456.776 35.0275V100.707Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M342.994 232.047L399.894 264.897L456.774 232.047V166.357L399.894 133.527L342.994 166.357V232.047Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M456.776 232.047L513.676 264.897L570.546 232.047V166.357L513.676 133.527L456.776 166.357V232.047Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M229.225 100.707L286.125 133.558L343.005 100.707V35.0275L286.125 2.1875L229.225 35.0275V100.707Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M229.225 232.047L286.125 264.897L343.005 232.047V166.357L286.125 133.527L229.225 166.357V232.047Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M1.67432 100.707L58.5743 133.558L115.444 100.707V35.0275L58.5743 2.1875L1.67432 35.0275V100.707Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M115.456 100.707L172.346 133.558L229.226 100.707V35.0275L172.346 2.1875L115.456 35.0275V100.707Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M1.67432 232.047L58.5743 264.897L115.444 232.047V166.357L58.5743 133.527L1.67432 166.357V232.047Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/><path d="M115.456 232.047L172.346 264.897L229.226 232.047V166.357L172.346 133.527L115.456 166.357V232.047Z" stroke="%2327436E" stroke-width="3" stroke-miterlimit="10"/></g></svg>');
  width: 686px;
  height: 267px;
  bottom: 0;
  left: 0;
}
.wp-block-cover.is-style-onq-dark-hex-pattern-2::after { content: none; } 

/* Hex Pattern 3 */
.wp-block-cover.is-style-onq-dark-hex-pattern-3::before {
  background-image: url('data:image/svg+xml,<svg width="635" height="562" viewBox="0 0 635 562" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1"><mask id="mask0_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="635" height="562"><path d="M634.471 561.207L634.471 0L-6.10352e-05 -2.78431e-05L-8.54698e-05 561.207L634.471 561.207Z" fill="white"/><path d="M0.499939 0.499972L633.971 0.5L633.971 560.707L0.499915 560.707L0.499939 0.499972Z" stroke="white"/></mask><g mask="url(%23mask0_12181_124965)"><mask id="mask1_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="635" height="562"><path d="M634.471 561.207L634.471 0L-6.10352e-05 -2.78431e-05L-8.54698e-05 561.207L634.471 561.207Z" fill="white"/><path d="M0.499939 0.499972L633.971 0.5L633.971 560.707L0.499915 560.707L0.499939 0.499972Z" stroke="white"/></mask><g mask="url(%23mask1_12181_124965)"><mask id="mask2_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="-1" width="636" height="563"><path d="M634.617 561.354L634.617 -0.146973L-0.147278 -0.147001L-0.147302 561.354L634.617 561.354Z" fill="white"/><path d="M0.352722 0.352999L634.117 0.353027L634.117 560.854L0.352698 560.854L0.352722 0.352999Z" stroke="white"/></mask><g mask="url(%23mask2_12181_124965)"><mask id="mask3_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="635" height="562"><path d="M634.471 561.207L634.471 0L-6.10352e-05 -2.80845e-05L-8.56651e-05 561.207L634.471 561.207Z" fill="white"/><path d="M0.499939 0.499972L633.971 0.5L633.971 560.707L0.499914 560.707L0.499939 0.499972Z" stroke="white"/></mask><g mask="url(%23mask3_12181_124965)"><mask id="mask4_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="1" width="636" height="557"><path d="M634.617 557.947L634.617 1.78613L-0.147278 1.7861L-0.147302 557.947L634.617 557.947Z" fill="white"/><path d="M0.352722 2.2861L634.117 2.28613L634.117 557.447L0.352698 557.447L0.352722 2.2861Z" stroke="white"/></mask><g mask="url(%23mask4_12181_124965)"><mask id="mask5_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.471 557.964L634.471 1.76855L-6.10352e-05 1.76853L-8.61784e-05 557.964L634.471 557.964Z" fill="white"/><path d="M0.499939 2.26853L633.971 2.26855L633.971 557.464L0.499914 557.464L0.499939 2.26853Z" stroke="white"/></mask><g mask="url(%23mask5_12181_124965)"><g opacity="0.64"><mask id="mask6_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask6_12181_124965)"><mask id="mask7_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="527" width="636" height="3"><path d="M634.619 529.285L634.619 527.864L-0.145325 527.864L-0.145325 529.285L634.619 529.285Z" fill="white"/><path d="M0.354675 528.364L634.119 528.364L634.119 528.785L0.354675 528.785L0.354675 528.364Z" stroke="white"/></mask><g mask="url(%23mask7_12181_124965)"><mask id="mask8_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="527" width="635" height="3"><path d="M634.473 529.374L634.473 527.753L0.00189209 527.753L0.00189201 529.374L634.473 529.374Z" fill="white"/><path d="M0.501892 528.253L633.973 528.253L633.973 528.874L0.501892 528.874L0.501892 528.253Z" stroke="white"/></mask><g mask="url(%23mask8_12181_124965)"><path d="M639.76 528.195L-4.11048 528.195" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask9_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask9_12181_124965)"><mask id="mask10_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="492" width="636" height="2"><path d="M634.619 493.756L634.619 492.335L-0.145325 492.335L-0.145325 493.756L634.619 493.756Z" fill="white"/><path d="M0.354675 492.835L634.119 492.835L634.119 493.256L0.354675 493.256L0.354675 492.835Z" stroke="white"/></mask><g mask="url(%23mask10_12181_124965)"><mask id="mask11_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="492" width="635" height="2"><path d="M634.473 493.856L634.473 492.235L0.00189209 492.235L0.00189201 493.856L634.473 493.856Z" fill="white"/><path d="M0.501892 492.735L633.973 492.735L633.973 493.356L0.501892 493.356L0.501892 492.735Z" stroke="white"/></mask><g mask="url(%23mask11_12181_124965)"><path d="M639.76 493.414L-4.11048 493.414" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask12_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask12_12181_124965)"><mask id="mask13_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="456" width="636" height="3"><path d="M634.619 458.226L634.619 456.806L-0.145325 456.806L-0.145325 458.226L634.619 458.226Z" fill="white"/><path d="M0.354675 457.306L634.119 457.306L634.119 457.726L0.354675 457.726L0.354675 457.306Z" stroke="white"/></mask><g mask="url(%23mask13_12181_124965)"><mask id="mask14_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="456" width="635" height="3"><path d="M634.473 458.339L634.473 456.718L0.00189209 456.718L0.00189201 458.339L634.473 458.339Z" fill="white"/><path d="M0.501892 457.218L633.973 457.218L633.973 457.839L0.501892 457.839L0.501892 457.218Z" stroke="white"/></mask><g mask="url(%23mask14_12181_124965)"><path d="M639.76 457.455L-4.11048 457.455" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask15_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask15_12181_124965)"><mask id="mask16_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="421" width="636" height="2"><path d="M634.619 422.703L634.619 421.282L-0.145325 421.282L-0.145325 422.703L634.619 422.703Z" fill="white"/><path d="M0.354675 421.782L634.119 421.782L634.119 422.203L0.354675 422.203L0.354675 421.782Z" stroke="white"/></mask><g mask="url(%23mask16_12181_124965)"><mask id="mask17_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="421" width="635" height="2"><path d="M634.473 422.821L634.473 421.2L0.00189209 421.2L0.00189201 422.821L634.473 422.821Z" fill="white"/><path d="M0.501892 421.7L633.973 421.7L633.973 422.321L0.501892 422.321L0.501892 421.7Z" stroke="white"/></mask><g mask="url(%23mask17_12181_124965)"><path d="M639.76 422.673L-4.11048 422.673" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask18_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask18_12181_124965)"><mask id="mask19_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="385" width="636" height="3"><path d="M634.619 387.174L634.619 385.753L-0.145325 385.753L-0.145325 387.174L634.619 387.174Z" fill="white"/><path d="M0.354675 386.253L634.119 386.253L634.119 386.674L0.354675 386.674L0.354675 386.253Z" stroke="white"/></mask><g mask="url(%23mask19_12181_124965)"><mask id="mask20_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="385" width="635" height="3"><path d="M634.473 387.304L634.473 385.683L0.00189209 385.683L0.00189201 387.304L634.473 387.304Z" fill="white"/><path d="M0.501892 386.183L633.973 386.183L633.973 386.804L0.501892 386.804L0.501892 386.183Z" stroke="white"/></mask><g mask="url(%23mask20_12181_124965)"><path d="M639.76 386.125L-4.11048 386.124" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask21_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask21_12181_124965)"><mask id="mask22_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="350" width="636" height="2"><path d="M634.619 351.644L634.619 350.223L-0.145325 350.223L-0.145325 351.644L634.619 351.644Z" fill="white"/><path d="M0.354675 350.723L634.119 350.723L634.119 351.144L0.354675 351.144L0.354675 350.723Z" stroke="white"/></mask><g mask="url(%23mask22_12181_124965)"><mask id="mask23_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="350" width="635" height="2"><path d="M634.473 351.786L634.473 350.165L0.00189209 350.165L0.00189201 351.786L634.473 351.786Z" fill="white"/><path d="M0.501892 350.665L633.973 350.665L633.973 351.286L0.501892 351.286L0.501892 350.665Z" stroke="white"/></mask><g mask="url(%23mask23_12181_124965)"><path d="M639.76 350.753L-4.11048 350.753" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask24_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask24_12181_124965)"><mask id="mask25_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="314" width="636" height="3"><path d="M634.619 316.12L634.619 314.7L-0.145325 314.7L-0.145325 316.12L634.619 316.12Z" fill="white"/><path d="M0.354675 315.2L634.119 315.2L634.119 315.62L0.354675 315.62L0.354675 315.2Z" stroke="white"/></mask><g mask="url(%23mask25_12181_124965)"><mask id="mask26_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="314" width="635" height="3"><path d="M634.473 316.121L634.473 314.647L0.00189209 314.647L0.00189202 316.121L634.473 316.121Z" fill="white"/><path d="M0.501892 315.147L633.973 315.147L633.973 315.621L0.501892 315.621L0.501892 315.147Z" stroke="white"/></mask><g mask="url(%23mask26_12181_124965)"><path d="M639.76 315.384L-4.11048 315.384" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask27_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask27_12181_124965)"><mask id="mask28_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="279" width="636" height="2"><path d="M634.619 280.591L634.619 279.17L-0.145325 279.17L-0.145325 280.591L634.619 280.591Z" fill="white"/><path d="M0.354675 279.67L634.119 279.67L634.119 280.091L0.354675 280.091L0.354675 279.67Z" stroke="white"/></mask><g mask="url(%23mask28_12181_124965)"><mask id="mask29_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="279" width="635" height="2"><path d="M634.473 280.604L634.473 279.13L0.00189209 279.13L0.00189202 280.604L634.473 280.604Z" fill="white"/><path d="M0.501892 279.63L633.973 279.63L633.973 280.104L0.501892 280.104L0.501892 279.63Z" stroke="white"/></mask><g mask="url(%23mask29_12181_124965)"><path d="M639.76 280.014L-4.11048 280.014" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask30_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask30_12181_124965)"><mask id="mask31_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="243" width="636" height="3"><path d="M634.619 245.062L634.619 243.641L-0.145325 243.641L-0.145325 245.062L634.619 245.062Z" fill="white"/><path d="M0.354675 244.141L634.119 244.141L634.119 244.562L0.354675 244.562L0.354675 244.141Z" stroke="white"/></mask><g mask="url(%23mask31_12181_124965)"><mask id="mask32_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="243" width="635" height="3"><path d="M634.473 245.086L634.473 243.612L0.00189209 243.612L0.00189202 245.086L634.473 245.086Z" fill="white"/><path d="M0.501892 244.112L633.973 244.112L633.973 244.586L0.501892 244.586L0.501892 244.112Z" stroke="white"/></mask><g mask="url(%23mask32_12181_124965)"><path d="M639.76 244.644L-4.11048 244.644" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask33_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask33_12181_124965)"><mask id="mask34_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="208" width="636" height="2"><path d="M634.619 209.538L634.619 208.118L-0.145325 208.118L-0.145325 209.538L634.619 209.538Z" fill="white"/><path d="M0.354675 208.618L634.119 208.618L634.119 209.038L0.354675 209.038L0.354675 208.618Z" stroke="white"/></mask><g mask="url(%23mask34_12181_124965)"><mask id="mask35_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="208" width="635" height="2"><path d="M634.473 209.568L634.473 208.095L0.00189209 208.095L0.00189202 209.568L634.473 209.568Z" fill="white"/><path d="M0.501892 208.595L633.973 208.595L633.973 209.068L0.501892 209.068L0.501892 208.595Z" stroke="white"/></mask><g mask="url(%23mask35_12181_124965)"><path d="M639.76 208.095L-4.11048 208.095" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask36_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask36_12181_124965)"><mask id="mask37_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="172" width="636" height="3"><path d="M634.619 174.009L634.619 172.588L-0.145325 172.588L-0.145325 174.009L634.619 174.009Z" fill="white"/><path d="M0.354675 173.088L634.119 173.088L634.119 173.509L0.354675 173.509L0.354675 173.088Z" stroke="white"/></mask><g mask="url(%23mask37_12181_124965)"><mask id="mask38_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="172" width="635" height="3"><path d="M634.473 174.05L634.473 172.577L0.00189209 172.577L0.00189202 174.05L634.473 174.05Z" fill="white"/><path d="M0.501892 173.077L633.973 173.077L633.973 173.55L0.501892 173.55L0.501892 173.077Z" stroke="white"/></mask><g mask="url(%23mask38_12181_124965)"><path d="M640.936 173.903L-5.87207 173.903" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask39_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask39_12181_124965)"><mask id="mask40_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="137" width="636" height="2"><path d="M634.619 138.48L634.619 137.059L-0.145325 137.059L-0.145325 138.48L634.619 138.48Z" fill="white"/><path d="M0.354675 137.559L634.119 137.559L634.119 137.98L0.354675 137.98L0.354675 137.559Z" stroke="white"/></mask><g mask="url(%23mask40_12181_124965)"><mask id="mask41_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="137" width="635" height="2"><path d="M634.473 138.533L634.473 137.059L0.00189209 137.059L0.00189202 138.533L634.473 138.533Z" fill="white"/><path d="M0.501892 137.559L633.973 137.559L633.973 138.033L0.501892 138.033L0.501892 137.559Z" stroke="white"/></mask><g mask="url(%23mask41_12181_124965)"><path d="M639.76 137.943L-4.11048 137.943" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask42_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask42_12181_124965)"><mask id="mask43_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="101" width="636" height="2"><path d="M634.619 102.956L634.619 101.536L-0.145325 101.536L-0.145325 102.956L634.619 102.956Z" fill="white"/><path d="M0.354675 102.036L634.119 102.036L634.119 102.456L0.354675 102.456L0.354675 102.036Z" stroke="white"/></mask><g mask="url(%23mask43_12181_124965)"><mask id="mask44_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="101" width="635" height="3"><path d="M634.473 103.016L634.473 101.395L0.00189209 101.395L0.00189201 103.016L634.473 103.016Z" fill="white"/><path d="M0.501892 101.895L633.973 101.895L633.973 102.516L0.501892 102.516L0.501892 101.895Z" stroke="white"/></mask><g mask="url(%23mask44_12181_124965)"><path d="M639.76 102.573L-4.11048 102.573" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask45_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask45_12181_124965)"><mask id="mask46_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="66" width="636" height="2"><path d="M634.619 67.427L634.619 66.0063L-0.145325 66.0063L-0.145325 67.427L634.619 67.427Z" fill="white"/><path d="M0.354675 66.5063L634.119 66.5063L634.119 66.927L0.354675 66.927L0.354675 66.5063Z" stroke="white"/></mask><g mask="url(%23mask46_12181_124965)"><mask id="mask47_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="65" width="635" height="3"><path d="M634.473 67.4981L634.473 65.877L0.00189209 65.8769L0.00189201 67.4981L634.473 67.4981Z" fill="white"/><path d="M0.501892 66.3769L633.973 66.377L633.973 66.9981L0.501892 66.9981L0.501892 66.3769Z" stroke="white"/></mask><g mask="url(%23mask47_12181_124965)"><path d="M639.76 66.6133L-4.11048 66.6133" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask48_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask48_12181_124965)"><mask id="mask49_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="30" width="636" height="2"><path d="M634.619 31.9036L634.619 30.4829L-0.145325 30.4829L-0.145325 31.9036L634.619 31.9036Z" fill="white"/><path d="M0.354675 30.9829L634.119 30.9829L634.119 31.4036L0.354675 31.4036L0.354675 30.9829Z" stroke="white"/></mask><g mask="url(%23mask49_12181_124965)"><mask id="mask50_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="30" width="635" height="2"><path d="M634.473 31.981L634.473 30.3599L0.00189209 30.3598L0.00189201 31.981L634.473 31.981Z" fill="white"/><path d="M0.501892 30.8598L633.973 30.8599L633.973 31.481L0.501892 31.481L0.501892 30.8598Z" stroke="white"/></mask><g mask="url(%23mask50_12181_124965)"><path d="M639.76 30.6538L-4.11048 30.6538" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask51_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask51_12181_124965)"><mask id="mask52_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="33" y="1" width="2" height="558"><path d="M34.4863 558.112L34.4863 1.62158L33.0706 1.62158L33.0705 558.112L34.4863 558.112Z" fill="white"/><path d="M33.5706 2.12158L33.9863 2.12158L33.9863 557.612L33.5705 557.612L33.5706 2.12158Z" stroke="white"/></mask><g mask="url(%23mask52_12181_124965)"><mask id="mask53_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="33" y="1" width="2" height="557"><path d="M34.5156 557.964L34.5156 1.76855L33.0469 1.76855L33.0469 557.964L34.5156 557.964Z" fill="white"/><path d="M33.5469 2.26855L34.0156 2.26855L34.0156 557.464L33.5469 557.464L33.5469 2.26855Z" stroke="white"/></mask><g mask="url(%23mask53_12181_124965)"><path d="M34.0742 -119.669L34.0742 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask54_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask54_12181_124965)"><mask id="mask55_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="68" y="1" width="2" height="558"><path d="M69.8945 558.112L69.8945 1.62158L68.4787 1.62158L68.4787 558.112L69.8945 558.112Z" fill="white"/><path d="M68.9787 2.12158L69.3945 2.12158L69.3945 557.612L68.9787 557.612L68.9787 2.12158Z" stroke="white"/></mask><g mask="url(%23mask55_12181_124965)"><mask id="mask56_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="68" y="1" width="2" height="557"><path d="M69.9121 557.964L69.9121 1.76855L68.4434 1.76855L68.4434 557.964L69.9121 557.964Z" fill="white"/><path d="M68.9434 2.26855L69.4121 2.26855L69.4121 557.464L68.9434 557.464L68.9434 2.26855Z" stroke="white"/></mask><g mask="url(%23mask56_12181_124965)"><path d="M68.7363 -119.669L68.7363 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask57_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask57_12181_124965)"><mask id="mask58_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="103" y="1" width="3" height="558"><path d="M105.301 558.112L105.301 1.62109L103.885 1.62109L103.885 558.112L105.301 558.112Z" fill="white"/><path d="M104.385 2.12109L104.801 2.12109L104.801 557.612L104.385 557.612L104.385 2.12109Z" stroke="white"/></mask><g mask="url(%23mask58_12181_124965)"><mask id="mask59_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="103" y="1" width="3" height="557"><path d="M105.307 557.964L105.307 1.76807L103.838 1.76807L103.838 557.964L105.307 557.964Z" fill="white"/><path d="M104.338 2.26807L104.807 2.26807L104.807 557.464L104.338 557.464L104.338 2.26807Z" stroke="white"/></mask><g mask="url(%23mask59_12181_124965)"><path d="M105.16 -119.67L105.16 675.569" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask60_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask60_12181_124965)"><mask id="mask61_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="1" width="2" height="558"><path d="M140.701 558.112L140.701 1.62158L139.285 1.62158L139.285 558.112L140.701 558.112Z" fill="white"/><path d="M139.785 2.12158L140.201 2.12158L140.201 557.612L139.785 557.612L139.785 2.12158Z" stroke="white"/></mask><g mask="url(%23mask61_12181_124965)"><mask id="mask62_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="1" width="2" height="557"><path d="M140.848 557.964L140.848 1.76855L139.232 1.76855L139.232 557.964L140.848 557.964Z" fill="white"/><path d="M139.732 2.26855L140.348 2.26855L140.348 557.464L139.732 557.464L139.732 2.26855Z" stroke="white"/></mask><g mask="url(%23mask62_12181_124965)"><path d="M139.82 -119.669L139.82 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask63_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask63_12181_124965)"><mask id="mask64_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="174" y="1" width="3" height="558"><path d="M176.109 558.112L176.109 1.62158L174.694 1.62158L174.694 558.112L176.109 558.112Z" fill="white"/><path d="M175.194 2.12158L175.609 2.12158L175.609 557.612L175.194 557.612L175.194 2.12158Z" stroke="white"/></mask><g mask="url(%23mask64_12181_124965)"><mask id="mask65_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="174" y="1" width="3" height="557"><path d="M176.244 557.964L176.244 1.76855L174.629 1.76855L174.629 557.964L176.244 557.964Z" fill="white"/><path d="M175.129 2.26855L175.744 2.26855L175.744 557.464L175.129 557.464L175.129 2.26855Z" stroke="white"/></mask><g mask="url(%23mask65_12181_124965)"><path d="M175.656 -119.669L175.656 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask66_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask66_12181_124965)"><mask id="mask67_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="210" y="1" width="2" height="558"><path d="M211.516 558.112L211.516 1.62158L210.1 1.62158L210.1 558.112L211.516 558.112Z" fill="white"/><path d="M210.6 2.12158L211.016 2.12158L211.016 557.612L210.6 557.612L210.6 2.12158Z" stroke="white"/></mask><g mask="url(%23mask67_12181_124965)"><mask id="mask68_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="210" y="1" width="2" height="557"><path d="M211.639 557.964L211.639 1.76855L210.023 1.76855L210.023 557.964L211.639 557.964Z" fill="white"/><path d="M210.523 2.26855L211.139 2.26855L211.139 557.464L210.523 557.464L210.523 2.26855Z" stroke="white"/></mask><g mask="url(%23mask68_12181_124965)"><path d="M210.316 -119.669L210.316 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask69_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask69_12181_124965)"><mask id="mask70_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="245" y="1" width="2" height="558"><path d="M246.916 558.112L246.916 1.62158L245.5 1.62158L245.5 558.112L246.916 558.112Z" fill="white"/><path d="M246 2.12158L246.416 2.12158L246.416 557.612L246 557.612L246 2.12158Z" stroke="white"/></mask><g mask="url(%23mask70_12181_124965)"><mask id="mask71_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="245" y="1" width="3" height="557"><path d="M247.033 557.964L247.033 1.76855L245.418 1.76855L245.418 557.964L247.033 557.964Z" fill="white"/><path d="M245.918 2.26855L246.533 2.26855L246.533 557.464L245.918 557.464L245.918 2.26855Z" stroke="white"/></mask><g mask="url(%23mask71_12181_124965)"><path d="M245.564 -119.669L245.564 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask72_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask72_12181_124965)"><mask id="mask73_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="280" y="1" width="3" height="558"><path d="M282.324 558.112L282.324 1.62158L280.908 1.62158L280.908 558.112L282.324 558.112Z" fill="white"/><path d="M281.408 2.12158L281.824 2.12158L281.824 557.612L281.408 557.612L281.408 2.12158Z" stroke="white"/></mask><g mask="url(%23mask73_12181_124965)"><mask id="mask74_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="280" y="1" width="3" height="557"><path d="M282.43 557.964L282.43 1.76855L280.814 1.76855L280.814 557.964L282.43 557.964Z" fill="white"/><path d="M281.314 2.26855L281.93 2.26855L281.93 557.464L281.314 557.464L281.314 2.26855Z" stroke="white"/></mask><g mask="url(%23mask74_12181_124965)"><path d="M281.402 -119.669L281.402 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask75_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask75_12181_124965)"><mask id="mask76_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="316" y="1" width="2" height="558"><path d="M317.73 558.112L317.73 1.62158L316.315 1.62158L316.315 558.112L317.73 558.112Z" fill="white"/><path d="M316.815 2.12158L317.23 2.12158L317.23 557.612L316.815 557.612L316.815 2.12158Z" stroke="white"/></mask><g mask="url(%23mask76_12181_124965)"><mask id="mask77_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="316" y="1" width="2" height="557"><path d="M317.824 557.964L317.824 1.76855L316.209 1.76855L316.209 557.964L317.824 557.964Z" fill="white"/><path d="M316.709 2.26855L317.324 2.26855L317.324 557.464L316.709 557.464L316.709 2.26855Z" stroke="white"/></mask><g mask="url(%23mask77_12181_124965)"><path d="M317.236 -119.669L317.236 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask78_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask78_12181_124965)"><mask id="mask79_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="351" y="1" width="3" height="558"><path d="M353.133 558.112L353.133 1.62158L351.717 1.62158L351.717 558.112L353.133 558.112Z" fill="white"/><path d="M352.217 2.12158L352.633 2.12158L352.633 557.612L352.217 557.612L352.217 2.12158Z" stroke="white"/></mask><g mask="url(%23mask79_12181_124965)"><mask id="mask80_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="351" y="1" width="3" height="557"><path d="M353.221 557.964L353.221 1.76855L351.605 1.76855L351.605 557.964L353.221 557.964Z" fill="white"/><path d="M352.105 2.26855L352.721 2.26855L352.721 557.464L352.105 557.464L352.105 2.26855Z" stroke="white"/></mask><g mask="url(%23mask80_12181_124965)"><path d="M352.486 -119.669L352.486 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask81_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask81_12181_124965)"><mask id="mask82_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="387" y="1" width="2" height="558"><path d="M388.539 558.112L388.539 1.62158L387.123 1.62158L387.123 558.112L388.539 558.112Z" fill="white"/><path d="M387.623 2.12158L388.039 2.12158L388.039 557.612L387.623 557.612L387.623 2.12158Z" stroke="white"/></mask><g mask="url(%23mask82_12181_124965)"><mask id="mask83_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="387" y="1" width="2" height="557"><path d="M388.615 557.964L388.615 1.76855L387 1.76855L387 557.964L388.615 557.964Z" fill="white"/><path d="M387.5 2.26855L388.115 2.26855L388.115 557.464L387.5 557.464L387.5 2.26855Z" stroke="white"/></mask><g mask="url(%23mask83_12181_124965)"><path d="M387.734 -119.669L387.734 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask84_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask84_12181_124965)"><mask id="mask85_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="564" y="1" width="2" height="558"><path d="M565.562 558.112L565.562 1.62158L564.147 1.62158L564.147 558.112L565.562 558.112Z" fill="white"/><path d="M564.647 2.12158L565.062 2.12158L565.062 557.612L564.647 557.612L564.647 2.12158Z" stroke="white"/></mask><g mask="url(%23mask85_12181_124965)"><mask id="mask86_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="564" y="1" width="2" height="557"><path d="M565.592 557.964L565.592 1.76855L564.123 1.76855L564.123 557.964L565.592 557.964Z" fill="white"/><path d="M564.623 2.26855L565.092 2.26855L565.092 557.464L564.623 557.464L564.623 2.26855Z" stroke="white"/></mask><g mask="url(%23mask86_12181_124965)"><path d="M565.15 -119.669L565.15 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask87_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask87_12181_124965)"><mask id="mask88_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="599" y="1" width="2" height="558"><path d="M600.969 558.112L600.969 1.62158L599.553 1.62158L599.553 558.112L600.969 558.112Z" fill="white"/><path d="M600.053 2.12158L600.469 2.12158L600.469 557.612L600.053 557.612L600.053 2.12158Z" stroke="white"/></mask><g mask="url(%23mask88_12181_124965)"><mask id="mask89_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="599" y="1" width="2" height="557"><path d="M600.986 557.964L600.986 1.76855L599.518 1.76855L599.518 557.964L600.986 557.964Z" fill="white"/><path d="M600.018 2.26855L600.486 2.26855L600.486 557.464L600.018 557.464L600.018 2.26855Z" stroke="white"/></mask><g mask="url(%23mask89_12181_124965)"><path d="M599.225 -119.669L599.225 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask90_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask90_12181_124965)"><mask id="mask91_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="493" y="1" width="2" height="558"><path d="M494.754 558.112L494.754 1.62158L493.338 1.62158L493.338 558.112L494.754 558.112Z" fill="white"/><path d="M493.838 2.12158L494.254 2.12158L494.254 557.612L493.838 557.612L493.838 2.12158Z" stroke="white"/></mask><g mask="url(%23mask91_12181_124965)"><mask id="mask92_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="493" y="1" width="2" height="557"><path d="M494.801 557.964L494.801 1.76855L493.332 1.76855L493.332 557.964L494.801 557.964Z" fill="white"/><path d="M493.832 2.26855L494.301 2.26855L494.301 557.464L493.832 557.464L493.832 2.26855Z" stroke="white"/></mask><g mask="url(%23mask92_12181_124965)"><path d="M494.066 -119.669L494.066 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask93_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask93_12181_124965)"><mask id="mask94_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="528" y="1" width="3" height="558"><path d="M530.16 558.112L530.16 1.62158L528.744 1.62158L528.744 558.112L530.16 558.112Z" fill="white"/><path d="M529.244 2.12158L529.66 2.12158L529.66 557.612L529.244 557.612L529.244 2.12158Z" stroke="white"/></mask><g mask="url(%23mask94_12181_124965)"><mask id="mask95_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="528" y="1" width="3" height="557"><path d="M530.195 557.964L530.195 1.76855L528.727 1.76855L528.727 557.964L530.195 557.964Z" fill="white"/><path d="M529.227 2.26855L529.695 2.26855L529.695 557.464L529.227 557.464L529.227 2.26855Z" stroke="white"/></mask><g mask="url(%23mask95_12181_124965)"><path d="M529.314 -119.669L529.314 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask96_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask96_12181_124965)"><mask id="mask97_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="422" y="1" width="2" height="558"><path d="M423.945 558.112L423.945 1.62158L422.53 1.62158L422.529 558.112L423.945 558.112Z" fill="white"/><path d="M423.03 2.12158L423.445 2.12158L423.445 557.612L423.029 557.612L423.03 2.12158Z" stroke="white"/></mask><g mask="url(%23mask97_12181_124965)"><mask id="mask98_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="422" y="1" width="3" height="557"><path d="M424.01 557.964L424.01 1.76855L422.394 1.76855L422.394 557.964L424.01 557.964Z" fill="white"/><path d="M422.894 2.26855L423.51 2.26855L423.51 557.464L422.894 557.464L422.894 2.26855Z" stroke="white"/></mask><g mask="url(%23mask98_12181_124965)"><path d="M422.982 -119.669L422.982 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><g opacity="0.64"><mask id="mask99_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.473 557.964L634.473 1.76855L0.00189209 1.76853L0.00186695 557.964L634.473 557.964Z" fill="white"/><path d="M0.501892 2.26853L633.973 2.26855L633.973 557.464L0.501867 557.464L0.501892 2.26853Z" stroke="white"/></mask><g mask="url(%23mask99_12181_124965)"><mask id="mask100_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="457" y="1" width="3" height="558"><path d="M459.348 558.112L459.348 1.62158L457.932 1.62158L457.932 558.112L459.348 558.112Z" fill="white"/><path d="M458.432 2.12158L458.848 2.12158L458.848 557.612L458.432 557.612L458.432 2.12158Z" stroke="white"/></mask><g mask="url(%23mask100_12181_124965)"><mask id="mask101_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="457" y="1" width="3" height="557"><path d="M459.406 557.964L459.406 1.76855L457.791 1.76855L457.791 557.964L459.406 557.964Z" fill="white"/><path d="M458.291 2.26855L458.906 2.26855L458.906 557.464L458.291 557.464L458.291 2.26855Z" stroke="white"/></mask><g mask="url(%23mask101_12181_124965)"><path d="M458.23 -119.669L458.23 675.57" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g><path d="M396.662 279.884L316.972 141.386L396.662 2.92382L556.009 2.92382L635.664 141.386L556.009 279.884L396.662 279.884Z" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/><path d="M78.0589 279.884L-1.63176 141.386L78.059 2.92333L237.405 2.92334L317.061 141.386L237.405 279.884L78.0589 279.884Z" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g><path d="M408.239 405.631L335.875 279.866L408.239 154.137L552.934 154.137L625.264 279.866L552.934 405.631L408.239 405.631Z" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/><path d="M78.4972 405.631L6.1323 279.866L78.4972 154.137L223.186 154.137L295.521 279.866L223.186 405.631L78.4972 405.631Z" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/><mask id="mask102_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="1" width="636" height="557"><path d="M634.617 557.947L634.617 1.78613L-0.147278 1.7861L-0.147302 557.947L634.617 557.947Z" fill="white"/><path d="M0.352722 2.2861L634.117 2.28613L634.117 557.447L0.352698 557.447L0.352722 2.2861Z" stroke="white"/></mask><g mask="url(%23mask102_12181_124965)"><mask id="mask103_12181_124965" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="1" width="635" height="557"><path d="M634.471 557.964L634.471 1.76855L-6.10352e-05 1.76853L-8.61784e-05 557.964L634.471 557.964Z" fill="white"/><path d="M0.499939 2.26853L633.971 2.26855L633.971 557.464L0.499914 557.464L0.499939 2.26853Z" stroke="white"/></mask><g mask="url(%23mask103_12181_124965)"><path d="M396.661 556.844L316.97 418.347L396.661 279.884L556.007 279.884L635.662 418.347L556.007 556.844L396.661 556.844Z" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/><path d="M78.057 556.844L-1.63371 418.347L78.057 279.884L237.403 279.884L317.059 418.347L237.403 556.844L78.057 556.844Z" stroke="%23143051" stroke-opacity="0.5" stroke-width="3" stroke-miterlimit="10"/></g></g></g></g></g></g></g></svg>');
  width: 635px;
  height: 562px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.wp-block-cover.is-style-onq-dark-hex-pattern-3::after { content: none; } 

@media (max-width: 768px) {
  .wp-block-cover.is-style-onq-dark-hex-pattern-1::before,
  .wp-block-cover.is-style-onq-dark-hex-pattern-1::after {
    background-size: 419px 163px;
  }
  .wp-block-cover.is-style-onq-dark-hex-pattern-1::before {
    top: -70px;
    left: -260px;
  }
  .wp-block-cover.is-style-onq-dark-hex-pattern-1::after {
    right: -570px;
    bottom: -103px;
  }
  .wp-block-cover.is-style-onq-dark-hex-pattern-2::before {
    background-size: 419px 163px;
    bottom: -105px;
    left: -137px;
  }
  .wp-block-cover.is-style-onq-dark-hex-pattern-3::before {
    bottom: -390px;
  }
}