/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/styles.scss ***!
  \***************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
* {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.is-container {
  padding-left: var(--wp--style--block-gap);
  padding-right: var(--wp--style--block-gap);
}

.has-block-gap-left {
  margin-left: var(--wp--style--block-gap) !important;
}

.has-border-radius-sm {
  border-radius: 5px !important;
  overflow: hidden;
}

.has-flex {
  display: flex !important;
}

.has-list-no-style {
  list-style: none !important;
}

.has-no-margin {
  margin: 0 !important;
}

.has-no-margin-top {
  margin-top: 0 !important;
}

.has-no-margin-right {
  margin-right: 0 !important;
}

.has-no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-no-margin-left {
  margin-left: 0 !important;
}

.has-no-padding {
  padding: 0 !important;
}

.has-no-padding-top {
  padding-top: 0 !important;
}

.has-no-padding-right {
  padding-right: 0 !important;
}

.has-no-padding-bottom {
  padding-bottom: 0 !important;
}

.has-no-padding-left {
  padding-left: 0 !important;
}

@media only screen and (min-width: 600px) {
  .has-offest-left {
    margin-left: -25% !important;
  }
}

@media only screen and (min-width: 600px) {
  .has-offest-right {
    margin-right: -25% !important;
  }
}

@media only screen and (min-width: 600px) {
  .has-offest-top {
    margin-top: -25% !important;
  }
}

@media only screen and (min-width: 600px) {
  .has-offest-bottom {
    margin-bottom: -25% !important;
  }
}

@media only screen and (max-width: 599px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media only screen and (max-width: 781px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media only screen and (min-width: 782px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg-up {
    display: none !important;
  }
}

a:not(.wp-block-button__link) {
  border-bottom: var(--wp--custom--link--border--style) var(--wp--custom--link--border--width) var(--wp--custom--link--border--color);
  transition: border 0.2s ease-in-out;
}
a:not(.wp-block-button__link):hover {
  border-bottom-color: transparent;
}

@media only screen and (max-width: 781px) {
  .site-header .wp-block-column {
    flex: 1 0 0 !important;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

blockquote {
  font-size: var(--wp--custom--quote--typography--font-size);
  font-style: var(--wp--custom--quote--typography--font-style);
  margin-top: var(--wp--style--block-gap);
  margin-bottom: var(--wp--style--block-gap);
}
blockquote > p:last-of-type {
  margin-bottom: calc(var(--wp--style--block-gap) / 2);
}
blockquote [class*=citation],
blockquote cite {
  font-size: var(--wp--preset--font-size--normal);
  text-transform: none;
  font-style: italic;
}

pre {
  color: #ffffff;
  white-space: pre-wrap;
  padding: var(--wp--style--block-gap);
  background: #000000;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--wp--style--block-gap);
}
table th,
table td {
  padding: calc(var(--wp--style--block-gap) / 2);
  border: solid 1px rgba(0, 0, 0, 0.25);
  font-size: var(--wp--preset--font-size--normal);
  line-height: normal;
}
table th {
  color: inherit;
  background-color: transparent;
}

iframe {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

video {
  width: 100%;
}

audio {
  width: 100%;
}

figure {
  padding: 0;
  margin: 0;
}

figcaption,
.wp-caption-text {
  text-align: center;
  font-size: var(--wp--preset--font-size--small);
}

code {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
}

audio {
  width: 100%;
}

iframe {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0 0 var(--wp--style--block-gap) 0;
}
fieldset legend {
  margin: 0 0 calc(var(--wp--style--block-gap) / 2) 0;
}

.wp-block-site-logo a {
  border: none;
}

.wp-block-site-title a {
  border: none;
}

.wp-block-navigation:not([style*=text-decoration]) a {
  border-color: transparent;
}
.wp-block-navigation:not([style*=text-decoration]) a:hover {
  border-color: currentColor;
}
.wp-block-navigation:not([style*=text-decoration]) li.current-menu-item a {
  border-color: currentColor;
}
.wp-block-navigation:not([style*=text-decoration]) li ul a {
  border: none;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 0;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: var(--wp--preset--font-size--large);
}
.wp-block-quote.is-large cite, .wp-block-quote.is-style-large cite {
  font-size: var(--wp--preset--font-size--normal);
}
.wp-block-quote cite {
  font-size: var(--wp--preset--font-size--normal);
  font-style: italic;
}
.wp-block-quote.has-text-align-left cite {
  text-align: left;
}
.wp-block-quote.has-text-align-right cite {
  text-align: right;
}
.wp-block-quote.has-text-align-center cite {
  text-align: center;
}

.wp-block-pullquote p {
  font-size: var(--wp--custom--quote--typography--font-size);
}
.wp-block-pullquote cite {
  font-style: italic;
  text-transform: capitalize;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  transition: opacity 0.2s ease-in-out;
  border-width: 0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  opacity: 0.9;
}
.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline {
  border-width: var(--wp--custom--button--border--width);
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) - var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) - var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) - var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) - var(--wp--custom--button--border--width));
}

.wp-block-query a {
  border-color: transparent;
}

.wp-block-post-template.is-flex-container.is-flex-container,
.wp-block-query-loop.is-flex-container.is-flex-container {
  display: grid;
  gap: var(--wp--custom--gap--horizontal);
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-1,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-1 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-1 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}

.wp-block-post-featured-image {
  margin-top: 0;
  margin-bottom: var(--wp--custom--gap--vertical);
  overflow: hidden;
}
.wp-block-post-featured-image a {
  border: none;
}

.wp-block-post-title a {
  color: var(--wp--preset--color--heading-color);
  border-color: transparent;
}
.wp-block-post-title a:hover {
  border-color: currentColor;
}

.wp-block-post-terms a {
  border-color: transparent;
}
.wp-block-post-terms a:hover {
  border-color: currentColor;
}

.wp-block-post-date a {
  border-color: transparent;
}
.wp-block-post-date a:hover {
  border-color: currentColor;
}

.wp-block-query-pagination span.page-numbers,
.wp-block-query-pagination a.page-numbers {
  color: var(--wp--custo--color-body);
  display: inline-block;
  border: none;
  text-align: center;
  border: solid 1px var(--wp--preset--color--primary);
  width: calc(var(--wp--style--block-gap) / 3 * 3);
  height: calc(var(--wp--style--block-gap) / 3 * 3);
  line-height: calc(var(--wp--style--block-gap) / 3 * 3);
  margin: 0 0.25rem;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  font-size: var(--wp--preset--font-size--small);
}
.wp-block-query-pagination span.page-numbers.current,
.wp-block-query-pagination a.page-numbers.current {
  color: #ffffff;
  background-color: var(--wp--preset--color--primary);
}
.wp-block-query-pagination span.page-numbers:hover,
.wp-block-query-pagination a.page-numbers:hover {
  color: #ffffff;
  background-color: var(--wp--preset--color--primary);
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin: 0;
}

.wp-block-post-comments {
  clear: both;
}
.wp-block-post-comments a {
  color: var(--wp--preset--color--body);
  border-color: transparent;
}
.wp-block-post-comments a:hover {
  border-color: currentColor;
}
.wp-block-post-comments .comment-body {
  background-color: #ffffff;
  padding: var(--wp--style--block-gap);
  margin-bottom: var(--wp--style--block-gap);
}

.wp-block-code {
  padding: var(--wp--style--block-gap);
  border-radius: 0;
  white-space: pre-wrap;
  border: none;
}
.wp-block-code > code {
  color: #ffffff;
}

.wp-block-media-text:not(.has-background):not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text:not(.has-background).has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-media-text:not(.has-background) .wp-block-media-text__content {
  padding-top: var(--wp--style--block-gap);
  padding-bottom: var(--wp--style--block-gap);
}
@media only screen and (max-width: 781px) {
  .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding-top: 8%;
  padding-bottom: 8%;
}

.wp-block-table table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--wp--preset--color--tertiary);
}

input.wp-block-search__input,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  -webkit-appearance: none;
  padding: var(--wp--custom--form--spacing--padding);
  width: 100%;
  background-color: var(--wp--custom--form--color--background);
  border: var(--wp--custom--form--border--style) var(--wp--custom--form--border--width) var(--wp--custom--form--border--color);
  transition: all 0.15s ease-in-out;
  border-radius: var(--wp--custom--form--border--radius);
}
input.wp-block-search__input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
}

select {
  background: var(--wp--custom--form--color--background) url("data:image/svg+xml;utf8,<svg viewBox=%270 0 140 140%27 width=%2716%27 height=%2716%27 xmlns=%27http://www.w3.org/2000/svg%27><g><path d=%27m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z%27 fill=%27black%27/></g></svg>") no-repeat;
  background-position: right 0.8rem top 50%;
  background-repeat: no-repeat;
}

button,
[type=button],
[type=reset],
[type=submit] {
  border: none !important;
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  font-weight: var(--wp--custom--button--typography--font-weight);
  color: #ffffff;
  display: inline-block;
  border-radius: var(--wp--custom--button--border--radius);
  border: var(--wp--custom--button--border--style) var(--wp--custom--button--border--width) var(--wp--custom--button--border--color);
  padding: var(--wp--custom--button--spacing--padding--top) var(--wp--custom--button--spacing--padding--right) var(--wp--custom--button--spacing--padding--bottom) var(--wp--custom--button--spacing--padding--left);
  font-size: var(--wp--preset--font-size--normal);
  background: var(--wp--preset--color--primary);
}

[type=radio] {
  -webkit-appearance: none;
  position: relative;
  border: var(--wp--custom--form--border--style) var(--wp--custom--form--border--width) var(--wp--custom--form--border--color);
  background-color: var(--wp--custom--form--color--background);
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 100%;
  outline: 0;
  vertical-align: middle;
  transform: translateY(-0.15rem);
}
[type=radio]:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
}
[type=radio]:checked:before {
  position: absolute;
  line-height: 0;
  top: 55%;
  left: 30%;
  content: "•";
  color: var(--unison--preset--primary-body-color);
}

[type=checkbox] {
  -webkit-appearance: none;
  border: var(--wp--custom--form--border--style) var(--wp--custom--form--border--width) var(--wp--custom--form--border--color);
  border-radius: var(--wp--custom--form--border--radius);
  background-color: var(--wp--custom--form--color--background);
  height: 1.5rem;
  width: 1.5rem;
  outline: 0;
  vertical-align: middle;
  transform: translateY(-0.15rem);
}
[type=checkbox]:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
}
[type=checkbox]:checked {
  background: var(--wp--custom--form--color--background) url("data:image/svg+xml;utf8,<svg enable-background=\"new 0 0 100 100\" viewBox=\"0 0 100 125\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m26 26h48v48h-48z\" fill=\"none\"/><path d=\"m33.3 71.3-22.3-22.3-7.6 7.5 29.9 29.9 64.1-64.1-7.5-7.5z\"/></svg>") no-repeat;
  background-size: 1rem;
  background-position: top 0.1rem left 50%;
}

.wp-site-blocks > * {
  margin-top: 0 !important;
}

@media only screen and (max-width: 781px) {
  .site-header .wp-block-column {
    flex: 1 0 0 !important;
  }
  .site-header .wp-block-navigation.items-justified-center {
    justify-content: flex-end !important;
  }
}

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