/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/style-editor.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* --- COLORS --- */
body {
  --h1-fz: 4.33333rem;
  --h2-fz: 3rem;
  --h3-fz: 1.66667rem;
  --wp--style--block-gap: 30px;
  --wp--preset--font-size--normal: 1rem; }

@media print, screen and (min-width: 64em) {
  .large-align-left {
    justify-content: flex-start; } }

@media print, screen and (min-width: 64em) {
  .large-align-right {
    justify-content: flex-end; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

[data-whatintent="mouse"] *, [data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
  outline: none; }

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=87.5em"; }

html {
  box-sizing: border-box;
  font-size: 1rem; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 16px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 16px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 16px;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Playfair Display", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #231f20;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.75rem;
  line-height: 1.05;
  margin-top: 0;
  margin-bottom: 2rem; }

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 2rem; }

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.05;
  margin-top: 0;
  margin-bottom: 2rem; }

h4, .h4 {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 2rem; }

p, .p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.125rem; }
  h2, .h2 {
    font-size: 1.875rem; } }

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.25rem;
    line-height: 1; }
  h4, .h4 {
    font-size: 1rem; }
  p, .p {
    font-size: 0.9375rem; } }

@media screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 1.15; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.5625rem;
    line-height: 1.6; }
  p, .p {
    line-height: 1.47; } }

a {
  line-height: inherit;
  color: #333;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #2c2c2c; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 95rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #231f20;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #231f20;
  border-radius: 16px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 1.25rem;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

cite, .cite-block {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  cite:before, .cite-block:before {
    content: "— "; }

code, .code-inline {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #231f20;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #231f20;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button, .edit-post-visual-editor .editor-styles-wrapper .wp-element-button,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-button__link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0 1.875rem;
  border: none;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 400;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] .edit-post-visual-editor .editor-styles-wrapper .wp-element-button, .edit-post-visual-editor .editor-styles-wrapper [data-whatinput='mouse'] .wp-element-button,
  [data-whatinput='mouse'] .edit-post-visual-editor .editor-styles-wrapper .wp-block-button__link, .edit-post-visual-editor .editor-styles-wrapper [data-whatinput='mouse'] .wp-block-button__link {
    outline: 0; }
  .button.tiny, .edit-post-visual-editor .editor-styles-wrapper .tiny.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .tiny.wp-block-button__link {
    font-size: 0.6rem; }
  .button.small, .edit-post-visual-editor .editor-styles-wrapper .small.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .small.wp-block-button__link {
    font-size: 0.75rem; }
  .button.large, .edit-post-visual-editor .editor-styles-wrapper .large.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .large.wp-block-button__link {
    font-size: 1.25rem; }
  .button.expanded, .edit-post-visual-editor .editor-styles-wrapper .expanded.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .expanded.wp-block-button__link {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .edit-post-visual-editor .editor-styles-wrapper .wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-button__link, .button.disabled, .edit-post-visual-editor .editor-styles-wrapper .disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .disabled.wp-block-button__link, .button[disabled], .edit-post-visual-editor .editor-styles-wrapper .wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-button__link[disabled], .button.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .disabled.wp-block-button__link:hover, .button[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-button__link[disabled]:hover, .button.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .disabled.wp-block-button__link:focus, .button[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-button__link[disabled]:focus {
    background-color: #333;
    color: white; }
  .button:hover, .edit-post-visual-editor .editor-styles-wrapper .wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-button__link:hover, .button:focus, .edit-post-visual-editor .editor-styles-wrapper .wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-button__link:focus {
    background-color: #2b2b2b;
    color: white; }
  .button.primary, .edit-post-visual-editor .editor-styles-wrapper .primary.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .primary.wp-block-button__link, .button.primary.disabled, .edit-post-visual-editor .editor-styles-wrapper .primary.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .primary.disabled.wp-block-button__link, .button.primary[disabled], .edit-post-visual-editor .editor-styles-wrapper .primary.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .primary.wp-block-button__link[disabled], .button.primary.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .primary.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .primary.disabled.wp-block-button__link:hover, .button.primary[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .primary.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .primary.wp-block-button__link[disabled]:hover, .button.primary.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .primary.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .primary.disabled.wp-block-button__link:focus, .button.primary[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .primary.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .primary.wp-block-button__link[disabled]:focus {
    background-color: #333;
    color: white; }
  .button.primary:hover, .edit-post-visual-editor .editor-styles-wrapper .primary.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .primary.wp-block-button__link:hover, .button.primary:focus, .edit-post-visual-editor .editor-styles-wrapper .primary.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .primary.wp-block-button__link:focus {
    background-color: #292929;
    color: white; }
  .button.secondary, .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-block-button__link, .button.secondary.disabled, .edit-post-visual-editor .editor-styles-wrapper .secondary.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .secondary.disabled.wp-block-button__link, .button.secondary[disabled], .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-block-button__link[disabled], .button.secondary.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .secondary.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .secondary.disabled.wp-block-button__link:hover, .button.secondary[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-block-button__link[disabled]:hover, .button.secondary.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .secondary.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .secondary.disabled.wp-block-button__link:focus, .button.secondary[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-block-button__link[disabled]:focus {
    background-color: #c6be85;
    color: #231f20; }
  .button.secondary:hover, .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-block-button__link:hover, .button.secondary:focus, .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-block-button__link:focus {
    background-color: #b1a658;
    color: #231f20; }
  .button.black, .edit-post-visual-editor .editor-styles-wrapper .black.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .black.wp-block-button__link, .button.black.disabled, .edit-post-visual-editor .editor-styles-wrapper .black.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .black.disabled.wp-block-button__link, .button.black[disabled], .edit-post-visual-editor .editor-styles-wrapper .black.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .black.wp-block-button__link[disabled], .button.black.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .black.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .black.disabled.wp-block-button__link:hover, .button.black[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .black.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .black.wp-block-button__link[disabled]:hover, .button.black.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .black.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .black.disabled.wp-block-button__link:focus, .button.black[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .black.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .black.wp-block-button__link[disabled]:focus {
    background-color: #231f20;
    color: white; }
  .button.black:hover, .edit-post-visual-editor .editor-styles-wrapper .black.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .black.wp-block-button__link:hover, .button.black:focus, .edit-post-visual-editor .editor-styles-wrapper .black.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .black.wp-block-button__link:focus {
    background-color: #1c191a;
    color: white; }
  .button.success, .edit-post-visual-editor .editor-styles-wrapper .success.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .success.wp-block-button__link, .button.success.disabled, .edit-post-visual-editor .editor-styles-wrapper .success.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .success.disabled.wp-block-button__link, .button.success[disabled], .edit-post-visual-editor .editor-styles-wrapper .success.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .success.wp-block-button__link[disabled], .button.success.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .success.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .success.disabled.wp-block-button__link:hover, .button.success[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .success.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .success.wp-block-button__link[disabled]:hover, .button.success.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .success.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .success.disabled.wp-block-button__link:focus, .button.success[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .success.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .success.wp-block-button__link[disabled]:focus {
    background-color: #a2cc52;
    color: #231f20; }
  .button.success:hover, .edit-post-visual-editor .editor-styles-wrapper .success.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .success.wp-block-button__link:hover, .button.success:focus, .edit-post-visual-editor .editor-styles-wrapper .success.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .success.wp-block-button__link:focus {
    background-color: #86b134;
    color: #231f20; }
  .button.warning, .edit-post-visual-editor .editor-styles-wrapper .warning.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .warning.wp-block-button__link, .button.warning.disabled, .edit-post-visual-editor .editor-styles-wrapper .warning.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .warning.disabled.wp-block-button__link, .button.warning[disabled], .edit-post-visual-editor .editor-styles-wrapper .warning.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .warning.wp-block-button__link[disabled], .button.warning.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .warning.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .warning.disabled.wp-block-button__link:hover, .button.warning[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .warning.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .warning.wp-block-button__link[disabled]:hover, .button.warning.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .warning.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .warning.disabled.wp-block-button__link:focus, .button.warning[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .warning.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .warning.wp-block-button__link[disabled]:focus {
    background-color: #ffae00;
    color: #231f20; }
  .button.warning:hover, .edit-post-visual-editor .editor-styles-wrapper .warning.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .warning.wp-block-button__link:hover, .button.warning:focus, .edit-post-visual-editor .editor-styles-wrapper .warning.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .warning.wp-block-button__link:focus {
    background-color: #cc8b00;
    color: #231f20; }
  .button.alert, .edit-post-visual-editor .editor-styles-wrapper .alert.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .alert.wp-block-button__link, .button.alert.disabled, .edit-post-visual-editor .editor-styles-wrapper .alert.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .alert.disabled.wp-block-button__link, .button.alert[disabled], .edit-post-visual-editor .editor-styles-wrapper .alert.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .alert.wp-block-button__link[disabled], .button.alert.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .alert.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .alert.disabled.wp-block-button__link:hover, .button.alert[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .alert.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .alert.wp-block-button__link[disabled]:hover, .button.alert.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .alert.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .alert.disabled.wp-block-button__link:focus, .button.alert[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .alert.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .alert.wp-block-button__link[disabled]:focus {
    background-color: #be2020;
    color: white; }
  .button.alert:hover, .edit-post-visual-editor .editor-styles-wrapper .alert.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .alert.wp-block-button__link:hover, .button.alert:focus, .edit-post-visual-editor .editor-styles-wrapper .alert.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .alert.wp-block-button__link:focus {
    background-color: #981a1a;
    color: white; }
  .button.hollow, .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-block-button__link, .button.hollow:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-block-button__link:hover, .button.hollow:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-block-button__link:focus, .button.hollow.disabled, .edit-post-visual-editor .editor-styles-wrapper .hollow.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.disabled.wp-block-button__link, .button.hollow.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.disabled.wp-block-button__link:hover, .button.hollow.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.disabled.wp-block-button__link:focus, .button.hollow[disabled], .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-block-button__link[disabled], .button.hollow[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-block-button__link[disabled]:hover, .button.hollow[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-block-button__link[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-block-button__link, .button.hollow.disabled, .edit-post-visual-editor .editor-styles-wrapper .hollow.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.disabled.wp-block-button__link, .button.hollow[disabled], .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-block-button__link[disabled], .button.hollow.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.disabled.wp-block-button__link:hover, .button.hollow[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-block-button__link[disabled]:hover, .button.hollow.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.disabled.wp-block-button__link:focus, .button.hollow[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-block-button__link[disabled]:focus {
    border: 2px solid #333;
    color: #333; }
  .button.hollow:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-block-button__link:hover, .button.hollow:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.wp-block-button__link:focus {
    border-color: #1a1a1a;
    color: #1a1a1a; }
  .button.hollow.primary, .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.wp-block-button__link, .button.hollow.primary.disabled, .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.disabled.wp-block-button__link, .button.hollow.primary[disabled], .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.wp-block-button__link[disabled], .button.hollow.primary.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.disabled.wp-block-button__link:hover, .button.hollow.primary[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.wp-block-button__link[disabled]:hover, .button.hollow.primary.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.disabled.wp-block-button__link:focus, .button.hollow.primary[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.wp-block-button__link[disabled]:focus {
    border: 2px solid #333;
    color: #333; }
  .button.hollow.primary:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.wp-block-button__link:hover, .button.hollow.primary:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.primary.wp-block-button__link:focus {
    border-color: #1a1a1a;
    color: #1a1a1a; }
  .button.hollow.secondary, .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.wp-block-button__link, .button.hollow.secondary.disabled, .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.disabled.wp-block-button__link, .button.hollow.secondary[disabled], .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.wp-block-button__link[disabled], .button.hollow.secondary.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.disabled.wp-block-button__link:hover, .button.hollow.secondary[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.wp-block-button__link[disabled]:hover, .button.hollow.secondary.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.disabled.wp-block-button__link:focus, .button.hollow.secondary[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.wp-block-button__link[disabled]:focus {
    border: 2px solid #c6be85;
    color: #c6be85; }
  .button.hollow.secondary:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.wp-block-button__link:hover, .button.hollow.secondary:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.secondary.wp-block-button__link:focus {
    border-color: #716935;
    color: #716935; }
  .button.hollow.black, .edit-post-visual-editor .editor-styles-wrapper .hollow.black.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.black.wp-block-button__link, .button.hollow.black.disabled, .edit-post-visual-editor .editor-styles-wrapper .hollow.black.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.black.disabled.wp-block-button__link, .button.hollow.black[disabled], .edit-post-visual-editor .editor-styles-wrapper .hollow.black.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .hollow.black.wp-block-button__link[disabled], .button.hollow.black.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.black.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.black.disabled.wp-block-button__link:hover, .button.hollow.black[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.black.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.black.wp-block-button__link[disabled]:hover, .button.hollow.black.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.black.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.black.disabled.wp-block-button__link:focus, .button.hollow.black[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.black.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.black.wp-block-button__link[disabled]:focus {
    border: 2px solid #231f20;
    color: #231f20; }
  .button.hollow.black:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.black.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.black.wp-block-button__link:hover, .button.hollow.black:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.black.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.black.wp-block-button__link:focus {
    border-color: #121010;
    color: #121010; }
  .button.hollow.success, .edit-post-visual-editor .editor-styles-wrapper .hollow.success.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.success.wp-block-button__link, .button.hollow.success.disabled, .edit-post-visual-editor .editor-styles-wrapper .hollow.success.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.success.disabled.wp-block-button__link, .button.hollow.success[disabled], .edit-post-visual-editor .editor-styles-wrapper .hollow.success.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .hollow.success.wp-block-button__link[disabled], .button.hollow.success.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.success.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.success.disabled.wp-block-button__link:hover, .button.hollow.success[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.success.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.success.wp-block-button__link[disabled]:hover, .button.hollow.success.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.success.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.success.disabled.wp-block-button__link:focus, .button.hollow.success[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.success.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.success.wp-block-button__link[disabled]:focus {
    border: 2px solid #a2cc52;
    color: #a2cc52; }
  .button.hollow.success:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.success.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.success.wp-block-button__link:hover, .button.hollow.success:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.success.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.success.wp-block-button__link:focus {
    border-color: #546e21;
    color: #546e21; }
  .button.hollow.warning, .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.wp-block-button__link, .button.hollow.warning.disabled, .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.disabled.wp-block-button__link, .button.hollow.warning[disabled], .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.wp-block-button__link[disabled], .button.hollow.warning.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.disabled.wp-block-button__link:hover, .button.hollow.warning[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.wp-block-button__link[disabled]:hover, .button.hollow.warning.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.disabled.wp-block-button__link:focus, .button.hollow.warning[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.wp-block-button__link[disabled]:focus {
    border: 2px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.wp-block-button__link:hover, .button.hollow.warning:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.warning.wp-block-button__link:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.wp-block-button__link, .button.hollow.alert.disabled, .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.disabled.wp-block-button__link, .button.hollow.alert[disabled], .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.wp-block-button__link[disabled], .button.hollow.alert.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.disabled.wp-block-button__link:hover, .button.hollow.alert[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.wp-block-button__link[disabled]:hover, .button.hollow.alert.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.disabled.wp-block-button__link:focus, .button.hollow.alert[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.wp-block-button__link[disabled]:focus {
    border: 2px solid #be2020;
    color: #be2020; }
  .button.hollow.alert:hover, .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.wp-block-button__link:hover, .button.hollow.alert:focus, .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .hollow.alert.wp-block-button__link:focus {
    border-color: #5f1010;
    color: #5f1010; }
  .button.clear, .edit-post-visual-editor .editor-styles-wrapper .clear.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.wp-block-button__link, .button.clear:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.wp-block-button__link:hover, .button.clear:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.wp-block-button__link:focus, .button.clear.disabled, .edit-post-visual-editor .editor-styles-wrapper .clear.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.disabled.wp-block-button__link, .button.clear.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.disabled.wp-block-button__link:hover, .button.clear.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.disabled.wp-block-button__link:focus, .button.clear[disabled], .edit-post-visual-editor .editor-styles-wrapper .clear.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .clear.wp-block-button__link[disabled], .button.clear[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.wp-block-button__link[disabled]:hover, .button.clear[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.wp-block-button__link[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .edit-post-visual-editor .editor-styles-wrapper .clear.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.wp-block-button__link, .button.clear.disabled, .edit-post-visual-editor .editor-styles-wrapper .clear.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.disabled.wp-block-button__link, .button.clear[disabled], .edit-post-visual-editor .editor-styles-wrapper .clear.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .clear.wp-block-button__link[disabled], .button.clear.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.disabled.wp-block-button__link:hover, .button.clear[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.wp-block-button__link[disabled]:hover, .button.clear.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.disabled.wp-block-button__link:focus, .button.clear[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.wp-block-button__link[disabled]:focus {
    color: #333; }
  .button.clear:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.wp-block-button__link:hover, .button.clear:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.wp-block-button__link:focus {
    color: #1a1a1a; }
  .button.clear.primary, .edit-post-visual-editor .editor-styles-wrapper .clear.primary.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.primary.wp-block-button__link, .button.clear.primary.disabled, .edit-post-visual-editor .editor-styles-wrapper .clear.primary.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.primary.disabled.wp-block-button__link, .button.clear.primary[disabled], .edit-post-visual-editor .editor-styles-wrapper .clear.primary.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .clear.primary.wp-block-button__link[disabled], .button.clear.primary.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.primary.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.primary.disabled.wp-block-button__link:hover, .button.clear.primary[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.primary.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.primary.wp-block-button__link[disabled]:hover, .button.clear.primary.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.primary.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.primary.disabled.wp-block-button__link:focus, .button.clear.primary[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.primary.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.primary.wp-block-button__link[disabled]:focus {
    color: #333; }
  .button.clear.primary:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.primary.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.primary.wp-block-button__link:hover, .button.clear.primary:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.primary.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.primary.wp-block-button__link:focus {
    color: #1a1a1a; }
  .button.clear.secondary, .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.wp-block-button__link, .button.clear.secondary.disabled, .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.disabled.wp-block-button__link, .button.clear.secondary[disabled], .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.wp-block-button__link[disabled], .button.clear.secondary.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.disabled.wp-block-button__link:hover, .button.clear.secondary[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.wp-block-button__link[disabled]:hover, .button.clear.secondary.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.disabled.wp-block-button__link:focus, .button.clear.secondary[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.wp-block-button__link[disabled]:focus {
    color: #c6be85; }
  .button.clear.secondary:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.wp-block-button__link:hover, .button.clear.secondary:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.secondary.wp-block-button__link:focus {
    color: #716935; }
  .button.clear.black, .edit-post-visual-editor .editor-styles-wrapper .clear.black.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.black.wp-block-button__link, .button.clear.black.disabled, .edit-post-visual-editor .editor-styles-wrapper .clear.black.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.black.disabled.wp-block-button__link, .button.clear.black[disabled], .edit-post-visual-editor .editor-styles-wrapper .clear.black.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .clear.black.wp-block-button__link[disabled], .button.clear.black.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.black.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.black.disabled.wp-block-button__link:hover, .button.clear.black[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.black.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.black.wp-block-button__link[disabled]:hover, .button.clear.black.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.black.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.black.disabled.wp-block-button__link:focus, .button.clear.black[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.black.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.black.wp-block-button__link[disabled]:focus {
    color: #231f20; }
  .button.clear.black:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.black.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.black.wp-block-button__link:hover, .button.clear.black:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.black.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.black.wp-block-button__link:focus {
    color: #121010; }
  .button.clear.success, .edit-post-visual-editor .editor-styles-wrapper .clear.success.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.success.wp-block-button__link, .button.clear.success.disabled, .edit-post-visual-editor .editor-styles-wrapper .clear.success.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.success.disabled.wp-block-button__link, .button.clear.success[disabled], .edit-post-visual-editor .editor-styles-wrapper .clear.success.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .clear.success.wp-block-button__link[disabled], .button.clear.success.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.success.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.success.disabled.wp-block-button__link:hover, .button.clear.success[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.success.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.success.wp-block-button__link[disabled]:hover, .button.clear.success.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.success.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.success.disabled.wp-block-button__link:focus, .button.clear.success[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.success.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.success.wp-block-button__link[disabled]:focus {
    color: #a2cc52; }
  .button.clear.success:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.success.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.success.wp-block-button__link:hover, .button.clear.success:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.success.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.success.wp-block-button__link:focus {
    color: #546e21; }
  .button.clear.warning, .edit-post-visual-editor .editor-styles-wrapper .clear.warning.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.warning.wp-block-button__link, .button.clear.warning.disabled, .edit-post-visual-editor .editor-styles-wrapper .clear.warning.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.warning.disabled.wp-block-button__link, .button.clear.warning[disabled], .edit-post-visual-editor .editor-styles-wrapper .clear.warning.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .clear.warning.wp-block-button__link[disabled], .button.clear.warning.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.warning.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.warning.disabled.wp-block-button__link:hover, .button.clear.warning[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.warning.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.warning.wp-block-button__link[disabled]:hover, .button.clear.warning.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.warning.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.warning.disabled.wp-block-button__link:focus, .button.clear.warning[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.warning.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.warning.wp-block-button__link[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.warning.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.warning.wp-block-button__link:hover, .button.clear.warning:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.warning.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.warning.wp-block-button__link:focus {
    color: #805700; }
  .button.clear.alert, .edit-post-visual-editor .editor-styles-wrapper .clear.alert.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.alert.wp-block-button__link, .button.clear.alert.disabled, .edit-post-visual-editor .editor-styles-wrapper .clear.alert.disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .clear.alert.disabled.wp-block-button__link, .button.clear.alert[disabled], .edit-post-visual-editor .editor-styles-wrapper .clear.alert.wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .clear.alert.wp-block-button__link[disabled], .button.clear.alert.disabled:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.alert.disabled.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.alert.disabled.wp-block-button__link:hover, .button.clear.alert[disabled]:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.alert.wp-element-button[disabled]:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.alert.wp-block-button__link[disabled]:hover, .button.clear.alert.disabled:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.alert.disabled.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.alert.disabled.wp-block-button__link:focus, .button.clear.alert[disabled]:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.alert.wp-element-button[disabled]:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.alert.wp-block-button__link[disabled]:focus {
    color: #be2020; }
  .button.clear.alert:hover, .edit-post-visual-editor .editor-styles-wrapper .clear.alert.wp-element-button:hover,
  .edit-post-visual-editor .editor-styles-wrapper .clear.alert.wp-block-button__link:hover, .button.clear.alert:focus, .edit-post-visual-editor .editor-styles-wrapper .clear.alert.wp-element-button:focus,
  .edit-post-visual-editor .editor-styles-wrapper .clear.alert.wp-block-button__link:focus {
    color: #5f1010; }
  .button.disabled, .edit-post-visual-editor .editor-styles-wrapper .disabled.wp-element-button,
  .edit-post-visual-editor .editor-styles-wrapper .disabled.wp-block-button__link, .button[disabled], .edit-post-visual-editor .editor-styles-wrapper .wp-element-button[disabled],
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-button__link[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.wp-block-button__link::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em;
    content: '';
    border-bottom-width: 0;
    border-color: white transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1.875rem; }
  .button.dropdown.hollow::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.wp-block-button__link::after, .button.dropdown.clear::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.wp-block-button__link::after {
    border-top-color: #333; }
  .button.dropdown.hollow.primary::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.primary.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.primary.wp-block-button__link::after, .button.dropdown.clear.primary::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.primary.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.primary.wp-block-button__link::after {
    border-top-color: #333; }
  .button.dropdown.hollow.secondary::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.secondary.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.secondary.wp-block-button__link::after, .button.dropdown.clear.secondary::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.secondary.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.secondary.wp-block-button__link::after {
    border-top-color: #c6be85; }
  .button.dropdown.hollow.black::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.black.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.black.wp-block-button__link::after, .button.dropdown.clear.black::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.black.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.black.wp-block-button__link::after {
    border-top-color: #231f20; }
  .button.dropdown.hollow.success::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.success.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.success.wp-block-button__link::after, .button.dropdown.clear.success::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.success.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.success.wp-block-button__link::after {
    border-top-color: #a2cc52; }
  .button.dropdown.hollow.warning::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.warning.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.warning.wp-block-button__link::after, .button.dropdown.clear.warning::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.warning.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.warning.wp-block-button__link::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.alert.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.hollow.alert.wp-block-button__link::after, .button.dropdown.clear.alert::after, .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.alert.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .dropdown.clear.alert.wp-block-button__link::after {
    border-top-color: #be2020; }
  .button.arrow-only::after, .edit-post-visual-editor .editor-styles-wrapper .arrow-only.wp-element-button::after,
  .edit-post-visual-editor .editor-styles-wrapper .arrow-only.wp-block-button__link::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, .edit-post-visual-editor .editor-styles-wrapper a.wp-element-button:hover,
.edit-post-visual-editor .editor-styles-wrapper a.wp-block-button__link:hover, a.button:focus, .edit-post-visual-editor .editor-styles-wrapper a.wp-element-button:focus,
.edit-post-visual-editor .editor-styles-wrapper a.wp-block-button__link:focus {
  text-decoration: none; }

/* Page de login d'admin */
body.login div#login h1 a {
  background-size: contain;
  background-position: center;
  width: 15.86667rem;
  height: auto;
  aspect-ratio: 238/75;
  margin: 0 auto; }

body.login.login h1.admin-email__heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px; }

body.login p {
  font-size: inherit; }

#adminmenu .wp-submenu-head,
#adminmenu a.menu-top,
#adminmenu button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

#adminmenu .wp-submenu li a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

#adminmenu .wp-submenu li.curent a {
  font-weight: 600; }

.interface-complementary-area.edit-post-sidebar {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .interface-complementary-area.edit-post-sidebar *,
  .interface-complementary-area.edit-post-sidebar a,
  .interface-complementary-area.edit-post-sidebar button {
    font-family: inherit; }

.components-panel__header.interface-complementary-area-header.edit-post-sidebar__panel-tabs ul,
#adminmenu ul {
  margin: 0; }
  .components-panel__header.interface-complementary-area-header.edit-post-sidebar__panel-tabs ul li,
  #adminmenu ul li {
    list-style: none; }

#editor .inside.acf-fields > .acf-field-repeater > .acf-label,
#editor .inside.acf-fields > .acf-field-group > .acf-label,
#editor .inside.acf-fields > .acf-field-wysiwyg > .acf-label,
#editor .inside.acf-fields > .acf-field-clone > .acf-label {
  font-size: 1.66667rem; }

#editor .acf-field input[type=text],
#editor .acf-field input[type=password],
#editor .acf-field input[type=date],
#editor .acf-field input[type=datetime],
#editor .acf-field input[type=datetime-local],
#editor .acf-field input[type=email],
#editor .acf-field input[type=month],
#editor .acf-field input[type=number],
#editor .acf-field input[type=search],
#editor .acf-field input[type=tel],
#editor .acf-field input[type=time],
#editor .acf-field input[type=url],
#editor .acf-field input[type=week],
#editor .acf-field textarea,
#editor .acf-field select {
  border-radius: 0; }

#editor .wp-switch-editor {
  border-radius: 0; }

#editor .acf-link .link-wrap,
#editor .acf-file-uploader,
#editor .acf-relationship {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  #editor .acf-link .link-wrap *,
  #editor .acf-link .link-wrap a,
  #editor .acf-link .link-wrap button,
  #editor .acf-file-uploader *,
  #editor .acf-file-uploader a,
  #editor .acf-file-uploader button,
  #editor .acf-relationship *,
  #editor .acf-relationship a,
  #editor .acf-relationship button {
    font-family: inherit; }

.media-modal-content .media-router button {
  border-radius: 0; }

#tinymce {
  padding: 0.66667rem; }
  #tinymce a {
    color: #333;
    text-decoration: underline; }
  #tinymce ul {
    margin-bottom: 1.33333rem;
    margin-left: 0; }
    #tinymce ul li {
      position: relative;
      margin-bottom: 0.66667rem;
      list-style: none; }
      #tinymce ul li:before {
        content: '';
        background: #c6be85;
        display: inline-block;
        vertical-align: middle;
        width: 0.26667rem;
        height: 0.26667rem;
        margin-top: -2px;
        margin-right: 0.4rem;
        border-radius: 100%; }
      #tinymce ul li ul {
        margin-top: 0.66667rem; }
      #tinymce ul li li {
        padding-left: 1.33333rem; }
        #tinymce ul li li:before {
          content: '';
          background: #c6be85;
          display: inline-block;
          vertical-align: middle;
          width: 0.8rem;
          height: 0.8rem;
          margin-top: -4px;
          margin-right: 0.66667rem;
          border-radius: 100%; }
  #tinymce .button.secondary, #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-element-button, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.wp-element-button,
  #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-block-button__link, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.wp-block-button__link {
    background: none !important;
    width: -moz-fit-content;
    width: fit-content;
    height: 3.33333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 0 1.875rem 0.125rem;
    border-width: 2px;
    border-style: solid;
    font-size: 1rem;
    line-height: 1;
    border-radius: 5px;
    transition: all 0.25s ease; }
    @media print, screen and (max-width: 39.99875em) {
      #tinymce .button.secondary, #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-element-button, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.wp-element-button,
      #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-block-button__link, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.wp-block-button__link {
        width: 100%;
        height: auto;
        padding: 0.625rem 1.25rem; } }
    #tinymce .button.secondary::after, #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-element-button::after, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.wp-element-button::after,
    #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-block-button__link::after, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.wp-block-button__link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: -1px;
      right: -1px;
      z-index: -1;
      height: 100%;
      transform-origin: bottom center;
      transform: scaleY(0.05);
      transition: transform 0.25s ease; }
    @media (hover: hover) and (pointer: fine) {
      #tinymce .button.secondary:hover::after, #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-element-button:hover::after, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.wp-element-button:hover::after,
      #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.wp-block-button__link:hover::after, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.wp-block-button__link:hover::after {
        transform: scaleY(1); } }
    #tinymce .button.secondary.primary, #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.primary.wp-element-button, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.primary.wp-element-button,
    #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.primary.wp-block-button__link, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.primary.wp-block-button__link {
      border-color: #333;
      color: #333; }
      #tinymce .button.secondary.primary::after, #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.primary.wp-element-button::after, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.primary.wp-element-button::after,
      #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.primary.wp-block-button__link::after, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.primary.wp-block-button__link::after {
        background-color: #333; }
      @media (hover: hover) and (pointer: fine) {
        #tinymce .button.secondary.primary:hover, #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.primary.wp-element-button:hover, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.primary.wp-element-button:hover,
        #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.primary.wp-block-button__link:hover, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.primary.wp-block-button__link:hover {
          color: white; } }
    #tinymce .button.secondary.secondary, #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.secondary.wp-element-button, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.secondary.wp-element-button,
    #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.secondary.wp-block-button__link, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.secondary.wp-block-button__link {
      border-color: #c6be85;
      color: #c6be85; }
      #tinymce .button.secondary.secondary::after, #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.secondary.wp-element-button::after, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.secondary.wp-element-button::after,
      #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.secondary.wp-block-button__link::after, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.secondary.wp-block-button__link::after {
        background-color: #c6be85; }
      @media (hover: hover) and (pointer: fine) {
        #tinymce .button.secondary.secondary:hover, #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.secondary.wp-element-button:hover, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.secondary.wp-element-button:hover,
        #tinymce .edit-post-visual-editor .editor-styles-wrapper .secondary.secondary.wp-block-button__link:hover, .edit-post-visual-editor .editor-styles-wrapper #tinymce .secondary.secondary.wp-block-button__link:hover {
          color: white; } }

.edit-post-visual-editor .editor-styles-wrapper h1,
.edit-post-visual-editor .editor-styles-wrapper h2,
.edit-post-visual-editor .editor-styles-wrapper h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; }

.edit-post-visual-editor .editor-styles-wrapper .wp-element-button,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-button__link {
  background-color: #333;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.33333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 100px; }

.edit-post-visual-editor .editor-styles-wrapper ul.wp-block-list {
  margin-bottom: 2rem;
  margin-left: 0;
  padding-left: 2.33333rem; }
  .edit-post-visual-editor .editor-styles-wrapper ul.wp-block-list li.wp-block-list-item {
    position: relative;
    margin-bottom: 0.66667rem;
    list-style: none;
    padding-left: 2rem; }
    .edit-post-visual-editor .editor-styles-wrapper ul.wp-block-list li.wp-block-list-item:before {
      content: '';
      background: #333;
      position: absolute;
      top: 0;
      left: 0;
      width: 0.66667rem;
      height: 0.66667rem;
      margin-top: 8px;
      border-radius: 100%; }

.edit-post-visual-editor .editor-styles-wrapper img.aligncenter,
.edit-post-visual-editor .editor-styles-wrapper figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.edit-post-visual-editor .editor-styles-wrapper .wp-block-image {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.33333rem; }

.edit-post-visual-editor .editor-styles-wrapper .wp-block-gallery,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-embed,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-video {
  margin-bottom: 2.66667rem; }

/* 
#wpwrap{
	display: none;
} */


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