/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/editor.scss ***!
  \***************************************************************************************************************/
.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;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body 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;
}
body a:not(.wp-block-button__link):hover {
  border-bottom-color: transparent;
}
@media only screen and (max-width: 781px) {
  body .site-header .wp-block-column {
    flex: 1 0 0 !important;
  }
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body 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);
}
body blockquote > p:last-of-type {
  margin-bottom: calc(var(--wp--style--block-gap) / 2);
}
body blockquote [class*=citation],
body blockquote cite {
  font-size: var(--wp--preset--font-size--normal);
  text-transform: none;
  font-style: italic;
}
body pre {
  color: #ffffff;
  white-space: pre-wrap;
  padding: var(--wp--style--block-gap);
  background: #000000;
}
body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--wp--style--block-gap);
}
body table th,
body 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;
}
body table th {
  color: inherit;
  background-color: transparent;
}
body iframe {
  width: 100%;
  vertical-align: bottom;
  border: none;
}
body video {
  width: 100%;
}
body audio {
  width: 100%;
}
body figure {
  padding: 0;
  margin: 0;
}
body figcaption,
body .wp-caption-text {
  text-align: center;
  font-size: var(--wp--preset--font-size--small);
}
body code {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
}
body audio {
  width: 100%;
}
body iframe {
  width: 100%;
  vertical-align: bottom;
  border: none;
}
body fieldset {
  border: none;
  padding: 0;
  margin: 0 0 var(--wp--style--block-gap) 0;
}
body fieldset legend {
  margin: 0 0 calc(var(--wp--style--block-gap) / 2) 0;
}
body .wp-block-site-logo a {
  border: none;
}
body .wp-block-site-title a {
  border: none;
}
body .wp-block-navigation:not([style*=text-decoration]) a {
  border-color: transparent;
}
body .wp-block-navigation:not([style*=text-decoration]) a:hover {
  border-color: currentColor;
}
body .wp-block-navigation:not([style*=text-decoration]) li.current-menu-item a {
  border-color: currentColor;
}
body .wp-block-navigation:not([style*=text-decoration]) li ul a {
  border: none;
}
body .wp-block-quote.is-large, body .wp-block-quote.is-style-large {
  padding: 0;
}
body .wp-block-quote.is-large p, body .wp-block-quote.is-style-large p {
  font-size: var(--wp--preset--font-size--large);
}
body .wp-block-quote.is-large cite, body .wp-block-quote.is-style-large cite {
  font-size: var(--wp--preset--font-size--normal);
}
body .wp-block-quote cite {
  font-size: var(--wp--preset--font-size--normal);
  font-style: italic;
}
body .wp-block-quote.has-text-align-left cite {
  text-align: left;
}
body .wp-block-quote.has-text-align-right cite {
  text-align: right;
}
body .wp-block-quote.has-text-align-center cite {
  text-align: center;
}
body .wp-block-pullquote p {
  font-size: var(--wp--custom--quote--typography--font-size);
}
body .wp-block-pullquote cite {
  font-style: italic;
  text-transform: capitalize;
}
body .wp-block-buttons .wp-block-button .wp-block-button__link {
  transition: opacity 0.2s ease-in-out;
  border-width: 0;
}
body .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  opacity: 0.9;
}
body .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link,
body .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));
}
body .wp-block-query a {
  border-color: transparent;
}
body .wp-block-post-template.is-flex-container.is-flex-container,
body .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) {
  body .wp-block-post-template.is-flex-container.is-flex-container.columns-1,
body .wp-block-query-loop.is-flex-container.is-flex-container.columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body .wp-block-post-template.is-flex-container.is-flex-container.columns-1 > li,
body .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) {
  body .wp-block-post-template.is-flex-container.is-flex-container.columns-2,
body .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
body .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) {
  body .wp-block-post-template.is-flex-container.is-flex-container.columns-3,
body .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
body .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
body .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) {
  body .wp-block-post-template.is-flex-container.is-flex-container.columns-4,
body .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
body .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
body .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) {
  body .wp-block-post-template.is-flex-container.is-flex-container.columns-5,
body .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
body .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
body .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) {
  body .wp-block-post-template.is-flex-container.is-flex-container.columns-6,
body .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
body .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li,
body .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 0;
}
body .wp-block-post-featured-image {
  margin-top: 0;
  margin-bottom: var(--wp--custom--gap--vertical);
  overflow: hidden;
}
body .wp-block-post-featured-image a {
  border: none;
}
body .wp-block-post-title a {
  color: var(--wp--preset--color--heading-color);
  border-color: transparent;
}
body .wp-block-post-title a:hover {
  border-color: currentColor;
}
body .wp-block-post-terms a {
  border-color: transparent;
}
body .wp-block-post-terms a:hover {
  border-color: currentColor;
}
body .wp-block-post-date a {
  border-color: transparent;
}
body .wp-block-post-date a:hover {
  border-color: currentColor;
}
body .wp-block-query-pagination span.page-numbers,
body .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);
}
body .wp-block-query-pagination span.page-numbers.current,
body .wp-block-query-pagination a.page-numbers.current {
  color: #ffffff;
  background-color: var(--wp--preset--color--primary);
}
body .wp-block-query-pagination span.page-numbers:hover,
body .wp-block-query-pagination a.page-numbers:hover {
  color: #ffffff;
  background-color: var(--wp--preset--color--primary);
}
body .wp-block-query-pagination > .wp-block-query-pagination-next,
body .wp-block-query-pagination > .wp-block-query-pagination-numbers,
body .wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin: 0;
}
body .wp-block-post-comments {
  clear: both;
}
body .wp-block-post-comments a {
  color: var(--wp--preset--color--body);
  border-color: transparent;
}
body .wp-block-post-comments a:hover {
  border-color: currentColor;
}
body .wp-block-post-comments .comment-body {
  background-color: #ffffff;
  padding: var(--wp--style--block-gap);
  margin-bottom: var(--wp--style--block-gap);
}
body .wp-block-code {
  padding: var(--wp--style--block-gap);
  border-radius: 0;
  white-space: pre-wrap;
  border: none;
}
body .wp-block-code > code {
  color: #ffffff;
}
body .wp-block-media-text:not(.has-background):not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
body .wp-block-media-text:not(.has-background).has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
body .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) {
  body .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}
body .wp-block-media-text.has-background .wp-block-media-text__content {
  padding-top: 8%;
  padding-bottom: 8%;
}
body .wp-block-table table.is-style-stripes {
  border-bottom: none;
}
body .wp-block-table table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--wp--preset--color--tertiary);
}

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